Airgeddon is a multi use wireless audit tool. Its possible to pentest WEP and WPA2 Networks. Its included into a security parrot and KALI installation. The main features are Evil Twin Attacks/ Package Capturing and there is a Bruteforce Cracker inclu...
You want to know how to reverse-engineer an android classes file? This approach may work, if you want to reverse unencrypted files. 1. Rename your .apk to .zip 2. Unzip 3. locate classes.dex 4. Download Dex2Jar (Windows/Linux) 5. Use cmd/shell to nav...
A forkbomb is a denial of service bash command that blocks the server, duo to high cpu load. The script is creating a recursive function and is infinitly launching itself - so the system will be blocked. Usefull for testing vHosts which are sharing r...
Slowloris is a Denial of Service attack tool that starts a lot of HTTP requests to take down its target. A weak server can be taken down with a single pc if you have enough CPU power and enough threads running. But thats not guaranteed. Has been test...