-
Notifications
You must be signed in to change notification settings - Fork 42
Usage
Ankit Dobhal edited this page May 25, 2020
·
2 revisions
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)
Option: --headers
Extract Http Headers from single url
~> python3.7 Ashok.py --headers https://www.example.com
Option: --dns
Dns Lookup of single target domain
~> python3.7 Ashok.py --dns example.com
Option: --subdomain
~> python3.7 Ashok.py --subdomain example.com
Option: --nmap
~> python3.7 Ashok.py --nmap example.com
Option: --username
~> python3.7 Ashok.py --username example [Github_Username]
Option: --cms
~> python3.7 Ashok.py --cms https://example.com
Option: --extract
~> python3.7 Ashok.py --extract example.com
Option: --cidr
~> python3.7 Ashok.py --cidr 192.168.0.1/24
Option: --banner
~> python3.7 Ashok.py --banner 209.104.123.12
Option: --geoip
~> python3.7 Ashok.py --geoip 192.168.0.1
Option: --wayback
~> python3.7 Ashok.py --wayback https://example.com
Option: --dorknumber
~> python3.7 Ashok.py --dorknumber 10