Skip to content

whosstranger/AutomaticScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages