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.
General Working of a Web Application Firewall (WAF) A Web Application Firewall (WAF) acts as…
How to Send POST Requests Using curl in Linux If you work with APIs, servers,…
If you are a Linux user, you have probably seen commands like chmod 777 while…
Vim and Vi are among the most powerful text editors in the Linux world. They…
Working with compressed files is a common task for any Linux user. Whether you are…
In the digital era, an email address can reveal much more than just a contact…