Skip to content

legofneb/NetworkRegistrarScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Scraper for Network Registrar

This scrapes network registrar and generates a .csv file containing the IPAddress, Hostname, MAC Address, and status flags. Much more useful in this report as the website, and much easier to use programmatically.

Uses python3, requires BeautifulSoup4

You will need a config.ini file in this form:

[User]
id : your_network_registrar_id
password: your_network_registrar_password

[Website]
rootUrl: https://network_registrar_path.yourCompany.com:port

About

Generates a CSV Report containing the IPAddress, Hostname, and MAC Address from Network Registrar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published