Skip to content

Basic enumeration script to automate the boring work

Notifications You must be signed in to change notification settings

nakerahnetwork/enum2root

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Still Work in Progress

Requirements:

  • Python3.8

Usage:

python3 enum2root.py [IP] [Wordlist]

Info:

script will run and produces logs with the output the following:

  • nmap basic scan (-sC -sV)
  • nmap full port scan (-p-)
  • gobuster with your specified wordlist (-x txt)

To-Do:

  • full port scan with service detection
  • get services details and docs from the internet (ippsec.rocks)
    • FTP + Anonymous login --> get files
    • Spider port 80 for dns name
  • get vulns with CVE data using searchsploit, or this
  • concurrency using threading/multiprocessing

About

Basic enumeration script to automate the boring work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%