Posts

  • pigaios

    A tool for matching and diffing source codes directly against binaries.

    Pigaios (‘πηγαίος’, Greek for ‘source’ as in ‘source code’) is a tool for diffing/matching source codes directly against binaries. The idea is to point a tool to a code base, regardless of it being compilable or not (for example, partial source code or source code for platforms not at your hand), extract information from that code base and, then, import in an IDA database function names (symbols), structures and enumerations. It uses the Python CLang bindings (which are very limited, but still better than using pycparser).

    Basically, the tool does the following:

    • Parse C source code and extract features from the Abstract Syntax Tree (AST) of each function.
    • Export the same data extracted from C source codes from IDA databases.
    • Find matches between the features found in C source codes and IDA databases.
    • After an initial set of matches with no false positive is found, find more matches from the callgraph.
    • Rate the matches using both an “expert system” and a “machine learning” based system.
    • Also, import into the IDA database all the required structures and enumerations of a given code base (something not trivial in IDA).

    The tool was released in October 2018, during the Hacktivity conference.

    NOTE: If you’re looking for a tool for diffing or matching between binaries or if you can properly build binaries, you might want to take a look to Diaphora.

    Tags: #python

  • ipdb-php

    IPIP.net officially supported IP database ipdb format parsing library

    IPIP.net officially supported IP database ipdb format parsing library

    Tags: #php

  • Pybelt

    The hackers tool belt

    Pybelt is an open source hackers tool belt complete with:

    • A port scanner
    • SQL injection scanner
    • Dork checker
    • Hash cracker
    • Hash type verification tool
    • Proxy finding tool
    • XSS scanner

    It is capable of cracking hashes without prior knowledge of the algorithm, scanning ports on a given host, searching for SQLi vulnerabilities in a given URL, verifying that your Google dorks work like they should, verifying the algorithm of a given hash, scanning a URL for XSS vulnerability, and finding usable HTTP proxies.

    Tags: #python • port-scanning • sqli

  • duo-navigation-drawer

    A flexible, easy to use, unique drawer library for your Android project.

    This Android library provides an easy way to create an alternative navigation drawer for android. Instead of a drawer that slides over the main content of the Activity, this lets the content slide away and reveal a menu below it.

    By default it applies a scaling effect on the content and menu.

    Tags: #java • drawer • slide

  • PAMI

    PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple events. Very suitable for development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc

    PAMI means PHP Asterisk Manager Interface. As its name suggests its just a set of php classes that will let you issue commands to an ami and/or receive events, using an observer-listener pattern.

    The idea behind this, is to easily implement operator consoles, monitors, etc. either via SOA or ajax.

    A port for nodejs is available at: http://marcelog.github.com/Nami A port for erlang is available at: https://github.com/marcelog/erlami

    Tags: #php • asterisk • ami

  • gwt-material

    A Google Material Design wrapper for GWT

    Tags: #java • gwt • gwt-material

  • react-media-recorder

    react-media-recorder is a react component with render prop that can be used to record audio/video streams using MediaRecorder API.

    react-media-recorder is a fully typed react component with render prop, or a react hook, that can be used to:

    • Record audio/video
    • Record screen

    using MediaRecorder API.

    Tags: #typescript • react • recorder

  • wazuh-dashboard-plugins

    Plugins for Wazuh Dashboard

    This repository contains a set of plugins for [Wazuh dashboard][dashboard].

    Wazuh is a security detection, visibility, and compliance open source project. Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.

    You can learn more about it at [wazuh.com][web]

    Tags: #typescript • wazuh • ossec

  • LandscapeVideoCamera

    Powerful custom Android Camera with granular control over the video quality and filesize, restricting recordings to landscape only.

    This library provides a full and reusable custom camera, which:

    • Forces the users to rotate their device to landscape
    • Allows to specify the filename, or have the library generate one for you
    • Allows very granular control over the capture settings:
      • Resolution
      • Bitrate
      • Max filesize
      • Max video duration
      • audio/video codec
      • switch between front and rear facing camera

    Tags: #java

  • bi-att-flow

    Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that represents context at different levels of granularity and uses a bi-directional attention flow mechanism to achieve a query-aware context representation without early summarization.

    • This the original implementation of [Bi-directional Attention Flow for Machine Comprehension][paper].
    • The CodaLab worksheet for the [SQuAD Leaderboard][squad] submission is available [here][worksheet].
    • For TensorFlow v1.2 compatible version, see the [dev][dev] branch.
    • Please contact [Minjoon Seo][minjoon] ([@seominjoon][minjoon-github]) for questions and suggestions.

    Tags: #python • squad • nlp

subscribe via RSS