PaulSec / API-netcraft.com

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%