whosstranger / AutomaticScanner

Tool created in Bash for automating the scanning phase with nmap and ffuf tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic Scanner

About it

Tool created in bash to perform all the reconnaissance phase on CTF machines, contains the nmap and ffuf tools.

  • Nmap is used for open port and port-associated services reconnaissance.

  • ffuf is used to discover hidden routes in web sites.

Execution

Clone the repository

git clone https://github.com/whosstranger/AutomaticScanner.git

Becomes root

sudo su

Assign execution permissions.

chmod +x scanner.sh

Script execution.

./scanner.sh

About

Tool created in Bash for automating the scanning phase with nmap and ffuf tools.


Languages

Language:Shell 100.0%