Browsing tag

free download

WiFiPhisher – Automated Phishing Attacks Against Wi-Fi Clients

Wifiphisher is a security tool that mounts automated victim-customized phishing attacks against WiFi clients in order to obtain credentials or infect the victims with malwares. It is primarily a social engineering attack that unlike other methods it does not include any brute forcing. It is an easy way for obtaining credentials from captive portals and […]

PyJFuzz – Python JSON Fuzzer

PyJFuzz is a small, extensible and ready-to-use framework used to fuzz JSON inputs , such as mobile endpoint REST API, JSON implementation, browsers, cli executable and much more. It is shipped with a built-in tool called PyJFuzz Web Fuzzer , this tool will provide an automatic fuzzing console via HTTP and HTTPS server, it can be […]

FileBuster – Fast And Flexible Web Fuzzer

FileBuster, a free tool to fuzz a website faster & flexible based on a dictionary using regex patterns. FileBuster was built based on one of the fastest HTTP classes in the world. Furl::HTTP. Also the thread modelling is a bit optimized to run as fast as possible. This tool is created using Perl language.   Features: […]

Geoip Attack Map – Cyber Security Visualization Tool

Geoip Attack Map, is a open source tool that helps cyber security to display network attacks on your organization in real time. The data server follows a syslog file, and parses out source IP, destination IP, source port, and destination port. Protocols are determined via common ports, and the visualizations vary in color based on protocol […]

hget – Alternative Internet Download Manager For Linux

Rocket fast download accelerator written in golang. Current program working in unix system only. NOTE: hget is currently on highly development, its usage, architecture and code may change anytime at the future. go get -d github.com/huydx/hget cd $GOPATH/src/github.com/huydx/hget make clean install   hget [Url] [-n parallel] [-skip-tls false] //to download url, with n connections, and […]

OpenDoor – OWASP Directory Access Scanner

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   sudo pip install -r requirements.txt   multithreading filesystem log detect redirects random user agent random proxy from […]

RecuperaBit – Forensic File System Reconstruction & Recover Files

RecuperaBit, is a open source software which attempts to reconstruct file system structures and recover files. Currently it supports only NTFS format. It attempts reconstruction of the directory structure regardless of: missing partition table unknown partition boundaries partially-overwritten metadata quick format The tool automatically determines the sectors from which partitions start. It does not modify the disk […]

Google Mass Explorer Tool – Free Download

Google Mass Explorer is a free automated robot for google search engine. It helps to make a google search, and parse the vulnerable targets result for a specific exploit you define.   Simple Explanation of the tool: Makes a google search Parse from each page results Test if each target is vulnerable for a specific […]

VBScan – Black Box vBulletin Vulnerability Scanner

OWASP VBScan ([VB]ulletin Vulnerability [Scan]ner) is an open-source project in Perl programming language to detect VBulletin CMS vulnerabilities and analyses them. How to use: ./vbscan.pl ./vbscan.pl http://target.com/vbulletin OWASP VBScan 0.1.7 introduction – YouTube video Updated exploit database Compatible With Windows [Linux,OSX,Windows] Added Full Path Disclosure (FPD) module Added firewall detect/bypass module Optimized version checker module […]