Skip to content

ricardojoserf/ipv4info_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

IPv4Info Scraper

Get the IP blocks and their domains from a company name by scrapping IPv4info

Usage

python3 main.py [-c COMPANIES_FILE] [-C COMPANIES_LIST] [-f COUNTRY_FILTER] [-o OUTPUT_FILE] [-d]

The parameters are:

* -C: Comma-separated list of companies. Example: -C google,yahoo,youtube

* -c: File with list of companies

* -f: Country codes to filter ranges. Example to grab ranges from Spain+United States: -f ES,US

* -o: Output file to store JSON. Default: output.txt

* -d: Debug mode to check urls that are scrapped. Default: False

Option -C (comma-separated list)

example sprayer

Option -c (list from file)

example sprayer

Sponsor this project

Languages