Skip to content
Ankit Dobhal edited this page May 25, 2020 · 2 revisions

Usage

usage: Ashok.py [options]

  --headers HEADERS          Httpheaders of target url
  --dns DNS                  Dnslookup of target domain
  --subdomain SUBDOMAIN      Subdomain lookup of target domain
  --nmap NMAP                Nmapscan of target domain
  --username USERNAME        Github username of target
  --cms CMS                  Cms detect with headers url of target
  --extract EXTRACT          Extract links from target url(https/http)
  --cidr CIDR                Cidr for subnetlookup of target
  --banner BANNER            Banner grabing of target ip address
  --geoip GEOIP              GeoIP lookup of target ip address
  --wayback WAYBACK          Internet Archive Crawling of target domain
  --dorknumber DORKNUMBER    Google dorking results with the dorknumber(number of results)

Extract Http Headers from single url

Option: --headers

Extract Http Headers from single url

~>  python3.7 Ashok.py --headers https://www.example.com

Dns Lookup of single target domain

Option: --dns

Dns Lookup of single target domain

~> python3.7 Ashok.py --dns example.com

Subdomain Lookup of single target domain

Option: --subdomain
~> python3.7 Ashok.py --subdomain example.com

Port Scan using nmap of single target domain

Option: --nmap
~> python3.7 Ashok.py --nmap example.com

Extract data using Github username of target

Option: --username
~> python3.7 Ashok.py --username example [Github_Username]

Detect Cms of target url

Option: --cms
~> python3.7 Ashok.py --cms https://example.com

Extract links from target domain

Option: --extract
~> python3.7 Ashok.py --extract example.com

Subnetlookup of target CIDR

Option: --cidr
~> python3.7 Ashok.py --cidr 192.168.0.1/24

Banner grabbing of target ip address

Option: --banner
~> python3.7 Ashok.py --banner 209.104.123.12

GeoIP lookup of target ip address

Option: --geoip
~> python3.7 Ashok.py --geoip 192.168.0.1

Dump internet-archive machine with json output for single url

Option: --wayback
~> python3.7 Ashok.py --wayback https://example.com

Google dorking using number of results as dorknumber

Option: --dorknumber
~> python3.7 Ashok.py --dorknumber 10