WAES is nothing but Web Auto Enum & Scanner. Doing HTB or other CTFs enumeration against targets with HTTP(S) can become trivial. It can get tiresome to always run the same script/tests on every box eg. nmap, nikto, dirb and so on.
A one-click on target with automatic reports coming solves the issue. Furthermore, with a script the enum process can be optimised while saving time for hacker. This is what CPH:SEC WAES or Web Auto Enum & Scanner is created for. WAES runs 4 steps of scanning against target (see more below) to optimise the time spend scanning.
While multi core or multi-threaded scanning could be implemented it will almost surely get boxes to hang and so is undesirable.
$> git clone https://github.com/Shiva108/WAES.git
$> cd WAES
$> sudo ./install.sh
Make sure directories are set correctly in supergobuster.sh. Should be automatic with Kali & Parrot Linux.
Web Auto Enum & Scanner – Auto enums website(s) and dumps files as result.
################################################################ Web Auto Enum & Scanner
Auto enums website(s) and dumps files as result ################################################################
Usage: waes.sh -u {IP} waes.sh -h
-h shows this help
-u IP to test eg. 10.10.10.123
-p port nummer (default=80)
Example: ./waes.sh -u 10.10.10.130 -p 8080
Also Read – Skadi : Collect, Process & Hunt With Host Based Data From MacOS, Windows & Linux
Step 0 – Passive scan – (disabled in the current version)
Step 1 – Fast scan
Step 2 – Scan – in-depth
Step 3 – Fuzzing
.. against target while dumping results files in report/ folder.
CognitoHunter is a specialized toolkit designed for security researchers and penetration testers to analyze and…
Axum is a high-performance, ergonomic, and modular web framework for Rust, designed to simplify the…
how2heap is a repository designed to teach and demonstrate various heap exploitation techniques. It provides…
Polars is a cutting-edge DataFrame library designed for high-speed data manipulation and analysis. Written in…
WinVisor is a hypervisor-based emulator designed to emulate Windows x64 user-mode executables. It leverages the…
CVE-2024-12084 is a critical vulnerability in the widely-used Rsync tool, identified as a heap-based buffer…