Advertisement
RebelRose

(Beautiful Fav) chiasmodon DNS Info Scraper

Mar 11th, 2025 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.33 KB | None | 0 0
  1. (Beautiful Fav) has an error stopping tool/so much info..... Worth the build to be fixed.............
  2.  
  3. pip install chiasmodon
  4.  
  5. usage: chiasmodon_cli.py [-h]
  6.  
  7. Examples:
  8.  
  9. # Scan company by domain
  10. chiasmodon_cli.py example.com --scan
  11.  
  12. # Search for target domain, you will see the result for only this "example.com"
  13. chiasmodon_cli.py example.com
  14.    
  15. # Search in target and target subdomains
  16. chiasmodon_cli.py example.com --method domain.all
  17.  
  18. # Search for target subdomains
  19. chiasmodon_cli.py example.com --view-type subdomain
  20.        
  21. # Search for all creds in United States
  22. chiasmodon_cli.py US --method cred.country
  23.  
  24. # Search for related companies by domain
  25. chiasmodon_cli.py example.com --view-type related
  26.  
  27. # search for target app id
  28. chiasmodon_cli.py com.discord --method app.id
  29.    
  30. # search for target app domain
  31. chiasmodon_cli.py discord.com --method app.domain
  32.    
  33. # search for target app name
  34. chiasmodon_cli.py Discord --method app.name
  35.    
  36. # Search for ip asn
  37. chiasmodon_cli.py AS123 --method ip.asn
  38.  
  39. # Search for cred username
  40. chiasmodon_cli.py someone --method cred.username
  41.  
  42. # Search for cred password
  43. chiasmodon_cli.py example@123 --method cred.password
  44.  
  45. # Search for url endpoint
  46. chiasmodon_cli.py /wp-login.php --method url.path
  47.  
  48. # Search for ip
  49. chiasmodon_cli.py 1.1.1.1 --method ip
  50.  
  51. # Search for cidr
  52. chiasmodon_cli.py xx.xx.xx.0/24 --method ip
  53.  
  54. # Search for target creds by domain emsils
  55. chiasmodon_cli.py example.com --method cred.email.domain
  56.  
  57. # Search for target email
  58. chiasmodon_cli.py someone@example.com --method cred.email  
  59.  
  60. # search for multiple targets:
  61. chiasmodon_cli.py targets.txt --method domain  --output example-creds.txt
  62.  
  63. usage: chiasmodon_cli.py [-h]
  64.                          [-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}]
  65.                          [-vt {full,cred,url,email,phone,password,username,app,domain,ip,related,subdomain}] [-s] [-sr SCAN_RELATED]
  66.                          [-ss SCAN_SUBDOMAINS] [-sa SCAN_APPS] [-si SCAN_IPS] [-sc SCAN_CLIENTS] [-se SCAN_EMPLOYEES] [-o OUTPUT]
  67.                          [-ot {text,json,csv}] [-t TIMEOUT] [-l LIMIT] [-nc] [-lv] [-lm] [--init INIT] [-v]
  68.                          query
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement