Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 956 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 956 Bytes

censhess

Description

Find IPs linked to your list of domains (and/or sub-domains) by turning Censys into an opensource tool (basically, by scrapping it).

Basically for all my neighborhood guys who are too lazy to read the doc / use the api / pay the api (TLDR)

Requirements

  • Python 3

  • curl_cffi pip install curl_cffi

  • Residential proxies to change line 108 and 109

Usage

usage: censhess.py [-h] [--create-range] domains_file ips_output_file

Censhess

positional arguments:
  domains_file     File containing domains to scan
  ips_output_file  File to store found IP addresses

options:
  -h, --help       show this help message and exit
  --create-range   Generate IP ranges from 0 to 255 for each unique IP

Examples:
  ./censhess.py domains.txt ips.txt
  ./censhess.py domains.txt ips.txt --create-range