Recaf – A Modern Java Bytecode Editor

0

Recaf is an easy to use modern Java bytecode editor based on Objectweb's ASM. No more hassling with the constant pool or stack-frames required. Check out the docs for more information. Recaf Requirements You can run Recaf with Java 8 or higher (Its reccomended that you use the lastest jdk8 release from jdk.java.net). Using Java 9 and higher requires an additional...

Conpot – ICS/SCADA Honeypot

0

Conpot is an ICS honeypot with the goal to collect intelligence about the motives and methods of adversaries targeting industrial control systems. Also Read:BruteX – Automatically Brute Force All Services Running On A Target Conpot Installation Ubuntu You need to add multiverse to the source, like; $ sudo vim /etc/apt/sources.list Add the following line: deb http://dk.archive.ubuntu.com/ubuntu precise main multiverse Install dependencies: sudo apt-get install libmysqlclient-dev libsmi2ldbl snmp-mibs-downloader...

Htcap-Web Application Scanner Able To Crawl Single Page Application

0

Htcap is a web application scanner able to crawl single page application (SPA) in a recursive manner by intercepting ajax calls and DOM changes. Htcap is not just another vulnerability scanner since it's focused on the crawling process and it's aimed to detect and intercept ajax/fetch calls, websockets, jsonp ecc. It uses its own fuzzers plus a set of external...

Burp Suite Extension – Turbo Intruder To Perform Security Testing on Web Applications

0

Turbo Intruder is a Burp Suite extension which is an integrated platform for performing security testing of web applications. It sends many HTTP requests and then analyzes the output results. It is emphasized as a Burp Intruder because of the phenominal quality of high speed, duration, and complexity. The following features set it apart: Fast - Turbo Intruder uses HTTP...

WPintel – Chrome Extension Designed For WordPress Vulnerability Scanning & Information Gathering

0

WPintel is a chrome extension designed for WordPress Vulnerability Scanning and information gathering. It allows you to scan self hosted WordPress sites and with this you can detect the following: Also Read:SQLiScanner – Automatic SQL Injection With Charles & SQLmap API • Version• Version vulnerabilities• Plugins• Themes• Usersand much more! Click here to download the extension. DISCLAIMER Usage of this extension without prior mutual...

Remot3d – A Simple Tool Created For Large Pentesters

0

Remot 3d is a simple tool created for large pentesters as well as just for the pleasure of defacers to exploit a system or server that runs a PHP program language. It's easy to create a backdoor in an instant, the backdoor can be used in a remote process via a Linux terminal on the server that runs the PHP...

Tyton : Kernel-Mode Rootkit Hunter

0

Tyton Linux Kernel-Mode Rootkit Hunter for 4.4.0-31+. Detected Attacks Hidden Modules Syscall Table Hooking Network Protocol Hooking Netfilter Hooking Zeroed Process Inodes Process Fops Hooking Interrupt Descriptor Table Hooking Also Read:Hatch – Brute Force Tool That Is Used To Brute Force Most Websites Additional Features Notifications: Users (including myself) do not actively monitor their journald logs, so a userland notification daemon has been included...

BruteX – Automatically Brute Force All Services Running On A Target

0

BruteX is a tool to automatically brute force all services running on a target. As you all know a brute-force attack consists of an attacker submitting many passwords or passphrases with the hope of eventually guessing correctly. The attacker systematically checks all possible passwords and passphrases until the correct one is found It include the services such...

SQLiScanner – Automatic SQL Injection With Charles & SQLmap API

0

SQLiScanner is a automatic SQL injectiont tool with Charles and sqlmap api with support on Linux and osx. Following are the dependencies for this automatic injection tool. DjangoPostgreSQLCelerysqlmapredis Also Read:Dawnscanner – Static Analysis Security Scanner SQLiScanner Installation It will always be best if you can download it by cloning the Git repository: git clone https://github.com/0xbug/SQLiScanner.git --depth 1 Users also have the option to download...

Hatch – Brute Force Tool That Is Used To Brute Force Most Websites

0

Hatch is a brute force tool that is used to brute force most websites. In order to use the this tool you need the following requirements. pip2 install seleniumpip2 install requests Note : chrome driver and chrome are also required! link to chrome driver: http://chromedriver.chromium.org/downloads copy it to bin. Also Read:ImaginaryC2:Python Tool Help In Network Behavioral Analysis Of Malware Installation Instructions git clone https://github.com/MetaChar/Hatchpython2 main.py How...