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.
Running programs built for Microsoft's framework on a Linux system is easier than you think. Mono is…
Computer vision technology powers many modern applications, from image editors to facial scanners. OpenCV (Open Source Computer…
A remote desktop interface makes it easy to manage a remote computer. VNC (Virtual Network Computing) is…
Hosting your own code repositories is a great way to keep your projects private. Gitea is a…
Many modern programs require Java to run. From development tools like Eclipse to search systems…
Setting a static IP address on your server is a smart move. It ensures your…