Bash script for enumeration
Originally designed while working through OSCP labs.
- Tree listing
git clone https://github.com/bwithe/roll-call
cd roll-call
chmod +x roll-call.sh
./roll-call.sh <IP>
# OR
bash roll-call.sh <IP>
./roll-call.sh 127.0.0.1
# OR
bash roll-call.sh 127.0.0.1
- nmap
- hydra
- dirb
- gobuster
- nikto
- whatweb
- smbclient
- enum4linux
- rpcclient
- Updated results found