Skip to content

PaulSec/API-netcraft.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python API for netcraft.com

Usage

Import the class:

from NetcraftAPI import NetcraftAPI

Then, search for a specific domain:

res = NetcraftAPI({'verbose': True}).search('microsoft.com')
print res

Result is an array of all subdomains.

Contributing

Feel free to open issues, contribute and submit your Pull Requests. You can also ping me on Twitter (@PaulWebSec)

About

(Unofficial) Python API for http://netcraft.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages