Created
April 29, 2011 04:53
-
-
Save achillean/947857 to your computer and use it in GitHub Desktop.
Shodan WPS Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import the class | |
from shodan.wps import GoogleLocation | |
# Setup the object | |
wps_client = GoogleLocation() | |
# Locate the physical address of the MAC/ BSSID | |
address = wps_client.locate('00:1D:7E:F0:A2:B0') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment