Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (Beautiful Fav) has an error stopping tool/so much info..... Worth the build to be fixed.............
- pip install chiasmodon
- usage: chiasmodon_cli.py [-h]
- Examples:
- # Scan company by domain
- chiasmodon_cli.py example.com --scan
- # Search for target domain, you will see the result for only this "example.com"
- chiasmodon_cli.py example.com
- # Search in target and target subdomains
- chiasmodon_cli.py example.com --method domain.all
- # Search for target subdomains
- chiasmodon_cli.py example.com --view-type subdomain
- # Search for all creds in United States
- chiasmodon_cli.py US --method cred.country
- # Search for related companies by domain
- chiasmodon_cli.py example.com --view-type related
- # search for target app id
- chiasmodon_cli.py com.discord --method app.id
- # search for target app domain
- chiasmodon_cli.py discord.com --method app.domain
- # search for target app name
- chiasmodon_cli.py Discord --method app.name
- # Search for ip asn
- chiasmodon_cli.py AS123 --method ip.asn
- # Search for cred username
- chiasmodon_cli.py someone --method cred.username
- # Search for cred password
- chiasmodon_cli.py example@123 --method cred.password
- # Search for url endpoint
- chiasmodon_cli.py /wp-login.php --method url.path
- # Search for ip
- chiasmodon_cli.py 1.1.1.1 --method ip
- # Search for cidr
- chiasmodon_cli.py xx.xx.xx.0/24 --method ip
- # Search for target creds by domain emsils
- chiasmodon_cli.py example.com --method cred.email.domain
- # Search for target email
- chiasmodon_cli.py someone@example.com --method cred.email
- # search for multiple targets:
- chiasmodon_cli.py targets.txt --method domain --output example-creds.txt
- usage: chiasmodon_cli.py [-h]
- [-m {cred.username,cred.password,cred.email,cred.phone,cred.email.domain,cred.country,domain,domain.all,ip,ip.asn,ip.isp,ip.org,ip.port,ip.country,app.id,app.name,app.domain,url.path,url.port}]
- [-vt {full,cred,url,email,phone,password,username,app,domain,ip,related,subdomain}] [-s] [-sr SCAN_RELATED]
- [-ss SCAN_SUBDOMAINS] [-sa SCAN_APPS] [-si SCAN_IPS] [-sc SCAN_CLIENTS] [-se SCAN_EMPLOYEES] [-o OUTPUT]
- [-ot {text,json,csv}] [-t TIMEOUT] [-l LIMIT] [-nc] [-lv] [-lm] [--init INIT] [-v]
- query
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement