Skip to content

Instantly share code, notes, and snippets.

@achillean
Created April 29, 2011 04:53
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save achillean/947857 to your computer and use it in GitHub Desktop.
Save achillean/947857 to your computer and use it in GitHub Desktop.
Shodan WPS Example
# 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