Autoharness : A Tool That Automatically Creates Fuzzing Harnesses Based On A Library

AutoHarness is a tool that automatically generates fuzzing harnesses for you. This idea stems from a concurrent problem in fuzzing codebases today: large codebases have thousands of functions and pieces of code that can be embedded fairly deep into the library. It is very hard or sometimes even impossible for smart fuzzers to reach that …

ColdFire : Golang Malware Development Library

ColdFire provides various methods useful for malware development in Golang. Most functions are compatible with both Linux and Windows operating systems. Installation go get github.com/redcode-labs/ColdFire Types Of Functions Included Logging Auxiliary Reconnaissance Evasion Administration Sandbox detection Disruptive Documentation Logging Functions func F(s string, arg …interface{}) stringAlias for fmt.Sprintffunc PrintGood(msg string)Print good status messagefunc PrintInfo(msg string)Print …

Onex : A Library Of Hacking Tools For Termux And Other Linux Distributions

Onex is a kali linux hacking tools installer for termux and other linux distribution. It’s package manager for hacker’s. It can manage large number’s of hacking tools that can be installed on single click. Using onex, you can install all hacking tools in Termux and other Linux based distributions. onex can install more than 370+ …

Padding Oracle Attacker : CLI Tool & Library To Execute Padding Oracle Attacks Easily

CLI tool and library to execute padding oracle attacks easily, with support for concurrent network requests and an elegant UI. Install Make sure Node.js is installed, then run $ npm install –global padding-oracle-attackeror$ yarn global add padding-oracle-attacker CLI Usage Library API const { decrypt, encrypt } = require(‘padding-oracle-attacker’)// orimport { decrypt, encrypt } from ‘padding-oracle-attacker’ …

Paramkit : A Small Library Helping To Parse Commandline Parameters

Paramkit is a small library helping to parse commandline parameters. Objectives “like Python’s argparse but for C/C++” compact and minimalistic easy to use extendable Also Read – WiFiPumpkin3 : Powerful Framework For Rogue Access Point Attack Demo Print help for each parameter: Easily store values of popular types, and verify if all required parameters are …

Pftriage : Python Tool & Library To Help Analyse Files During Malware Triage & Analysis

Pftriage is a tool to help analyze files during malware triage. It allows an analyst to quickly view and extract properties of a file to help during the triage process. The tool also has an analyse function which can detect common malicious indicators used by malware. Also Read : ADAPT : Tool That Performs Automated …