Skip to content

Mohkith/Spider_Task2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spider_Task2

Required Libraries

  • argparse
  • json
  • requests
  • sublist3r
  • dns.resolver
  • whois
  • subprocess
  • geoip2.database

Installing the Libraries:

pip install <module_name>

Level 1

Usage:

  ./Basic_Recon.py [FLAGS]
Flags:
INPUT:
  -d  domain
  -nd out of scope domains
  -I ip_address
OUTPUT:
  -o output file
HELP:
  -h help

Level 2

Usage:

./intermediate_recon.py [FLAGS]
Flags:
INPUT:
  -d     domain
  -nd    out_of_scope_domains
  -I     IP_Address
  -c     Fetch subdomains from crtsh
  -s     Fetch subdomains using sublist3r
  -dns   Fetch dns info
  -w     Use whois to fetch domain info
  -hthe  Fetch http headers
  -sf    Fetch Static Files
  -g     Fetch geo_ip info
  -wweb  Use whatweb for technology detection
  -sh    Use shodan to discover open ports and services
  -e     Use theHarvester to fetch emails
OUTPUT:
  -o     Output File
HELP:
-h       Help (Display this image)

Example Usage



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages