
Aeon – a Network Attacking Tool.
AEON is a web attack tool used for security and pen testing. Currently in beta/ Version 0.1.1.
with Modules :
+ DDoS. C
+ Flooding.c
+ Sniffer.c
+ Spoofer.c
+ TcpScanner.c
Platforms:
Currently AEON is still in beta but it will work on most platforms including:
* Mac OS
* Linux
Usage:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
$ cd Desktop/Aeon/src $ ls Aeon.c $ gcc Aeon.c $ ./a.out ____ ______ _____ __ __ / | / ____/ / __ / / ] / / / /| | / __/ / / / / / ]/ / / ___ | / /___ / /_/ / / /] / /__/ |_| /_____/ /_____/ /_/ ]__/ Version [0.1.1] https://github.com/Abrupt/ Written by @Abrrupt [] Modules Loaded! +--------------------------------------------------------------------+ | Modules | Description | +--------------------------------------------------------------------+ +--------------------------------------------------------------------+ |[1] ICMP Flood | Create a new flood; | |[2] DoS Attack | Start a Denial-of-service attack; | |[3] Port Scan | Run TCP port scan; | |[4] Sniffer | Sniff out log traffic; | |[5] Spoof | Run a Spoof attack; | |--------------------------------------------------------------------| |[6] Exit | Exit Aeon Web Attack Tool; | +--------------------------------------------------------------------+ |
Download : Aeon.zip (5.9 KB) | Clone Url
Source : https://github.com/Abrupt