These scripts are created to automate and save time during a pentest. I usually use them while solving any lab.
- rustscan
- nmap
- python3
Script Name | Usecase |
---|---|
scanner.sh | This scripts scans the target for all open TCP ports using rustscan and then forwards the open ports to nmap for getting a detail output. |
buffer_overflow_immunity.py | This scripts is used for exploiting Buffer Overflow in Windows Based target using Immunity for analysis. |
If you find any bugs or issues with the project, kindly raise the same on the below link.
https://github.com/tombstoneghost/Pentesting-Scripts/issues
Happy Hacking :)