Daily Archives: November 27, 2016

F-Scrack – Bruteforce Tool With Mutli-Protocol Support

Ethical Hacking Training Institute
Extreme Hacking | Sadik Shaikh | Cyber Suraksha Abhiyan

F-Scrack is a single file bruteforcer supports multi-protocol, no extra library requires except python standard library, which is ideal for a quick test.
Supported protocol:

FTP
MySQL
MSSQ
MongoDB
Redis
Telnet
Elasticsearch
PostgreSQL.

Compatible Operating system:

OSX
Linux
Windows
Python 2.6+

How to run the command:
python F-Scrack.py -h […]

By |November 27th, 2016|Papers|

slowloris – DoS tool using low bandwidth

Ethical Hacking Training Institute
Extreme Hacking | Sadik Shaikh | Cyber Suraksha Abhiyan

Slowloris is an HTTP Denial of Service attack tool that affects threaded servers. It is developed using python language. The bot starts to make lots of HTTP requests and then sends headers periodically ( every 15 seconds ) to keep the connections open. It never […]

By |November 27th, 2016|Papers|

WinMACSpoofer – Spoofing tool for Windows

Ethical Hacking Training Institute
Extreme Hacking | Sadik Shaikh | Cyber Suraksha Abhiyan

WinMACSpoofer is a open source tool which helps to spoof the MAC address and host name.

How to use:
Run the tool in “administrator mode” for the functions to work properly.

Step 1: Set a new Random MAC address.

Press the randomize button to generate a random MAC […]

By |November 27th, 2016|Papers|

WAFNinja – A Tool To Bypass WAF

Ethical Hacking Training Institute
Extreme Hacking | Sadik Shaikh | Cyber Suraksha Abhiyan

WAFNinja is a CLI tool written in Python. It is the best tool for penetration testers to bypass a WAF by automating steps necessary for bypassing input validation. The tool was created with the objective to be easily extendable, simple to use and usable in […]

By |November 27th, 2016|Papers|

Radium Keylogger – A Keylogger Using Python

Ethical Hacking Training Institute
Extreme Hacking | Sadik Shaikh | Cyber Suraksha Abhiyan

Python keylogger with multiple features.
Requirements:

Install PyHook
Install PyWin32
Install Microsoft Visual C++ Compiler for Python
Install PyInstaller

Install and Use:
Step 1: Download the libraries if you are missing any.
Step 2: Set the Gmail username and password and remember to check allow connection from less secure […]

By |November 27th, 2016|Papers|

OpenDoor – OWASP Directory Access Scanner

Ethical Hacking Training Institute
Extreme Hacking | Sadik Shaikh | Cyber Suraksha Abhiyan

OpenDoor is an open-source software that scans the site directories and find all possible ways to login, empty directories and entry points. Scans conducted in the dictionary that is included in this application.
System Requirements:

Python 2.7.x

Installation command:
sudo pip install -r requirements.txt
Features:

multithreading
filesystem log
detect redirects
[…]

By |November 27th, 2016|Papers|