Skip to content

furrukhtaj/Enumerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

I call this script the Enumerator

This script is used to scan a system or systems using nmap.

  • First scan is just to check for all TCP open ports
  • Second is a full scan for the open ports found in the first step.
  • All you need is a file called 'targets.txt' and add the IP addresses of the hosts you want to scan on a new line.

#cat targets.txt

192.168.56.101

192.168.56.105

This script is not final yet and has some bugs. I haven't put the other scripts that this script calls.

Final result will be some txt files like nikto, http, full_scan, quick_scan, final_result.txt etc

About

Scripts to make like easy for CTF/PenTest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages