Posts

  • malcom

    Malcom - Malware Communications Analyzer

    Malcom is a tool designed to analyze a system’s network communication using graphical representations of network traffic, and cross-reference them with known malware sources. This comes handy when analyzing how certain malware species try to communicate with the outside world.

    Tags: #python • malware • network-traffic

  • hashids-java

    Hashids algorithm v1.0.0 implementation in Java

    A small Java class to generate YouTube-like hashes from one or many numbers.

    Ported from javascript hashids.js by Ivan Akimov

    Tags: #java

  • simple_token_authentication

    Simple (and safe*) token authentication for Rails apps or API with Devise.

    First install [Devise][devise] and configure it with any modules you want, then add the gem to your Gemfile and bundle install:

    # Gemfile
    
    gem 'simple_token_authentication', '~> 1.0' # see semver.org
    

    Once that done, only two steps are required to setup token authentication:

    1. Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
    2. Allow controllers to handle token authentication (Rails, Rails API, and ActionController::Metal are supported)

    If you want more details about how the gem works, keep reading! We’ll get to these two steps after the overview.

    Tags: #ruby • devise • authentication

  • android-gesture-detectors

    Gesture detector framework for multitouch handling on Android, based on Android’s ScaleGestureDetector

    If you want to use the ScaleGestureDetector and/or the gesture detectors from this project, please read my tutorial: code.almeros.com/android-multitouch-gesture-detectors

    Tags: #java

  • Auto_Reload_Blender_addon

    Handy automatic reload for Image Textures

    This addon is available from the Blender Extension Platform and directly inside Blender (from the Preferences, Get Extensions category)

    Auto Reload Releases

    Auto Reload is a Blender addon design to automatically refresh external files when modified (images, movie clips, libraries, sound and cache files).

    A timer will look every n seconds for modified external files, if there is some, they will be reloaded inside Blender

    If you like this addon, you can help me here through Donation, to buy me a coffee and allow me to continue to develop free tools. ___

    Tags: #python

  • ail-framework

    AIL framework - Analysis Information Leak framework

    AIL (Analysis of Information Leaks) is an open-source framework for the collection, crawling, processing, and analysis of unstructured information. It supports threat intelligence, leak analysis, and investigative workflows by helping analysts extract, detect, correlate, and share relevant information from a wide range of sources.

    AIL includes:

    • an extensible Python-based framework for processing and analysing unstructured information,
    • a crawler manager for continuous and authenticated collection,
    • feeders for communication platforms and external streams,
    • a detection and retro-hunt engine based on keywords, regex and YARA,
    • search, correlation and investigation capabilities to pivot across extracted data,
    • and export/integration features for platforms such as MISP.

    Tags: #python • ail-framework • information-extraction

  • zpanelx

    ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS’s.

    Tags: #php

  • trackerjacker

    Like nmap for mapping wifi networks you’re not connected to, plus device tracking

    Like nmap for mapping wifi networks you’re not connected to. Maps and tracks wifi networks and devices through raw 802.11 monitoring.

    PyPI page: https://pypi.python.org/pypi/trackerjacker

    Tags: #python • hacking • wireless

  • got-scraping

    HTTP client made for scraping based on got.

    Got Scraping is a small but powerful got extension with the purpose of sending browser-like requests out of the box. This is very essential in the web scraping industry to blend in with the website traffic.

    Tags: #typescript

  • simple-php-router

    Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.

    Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.

    With simple-router you can create a new project fast, without depending on a framework.

    It only takes a few lines of code to get started:

    SimpleRouter::get('/', function() {
        return 'Hello world';
    });
    

    Tags: #php • router • cms

subscribe via RSS