Skip to content

Instantly share code, notes, and snippets.

@a-mishra
Forked from achillean/shodan_wps_example.py
Created November 30, 2016 06:30
Show Gist options
  • Select an option

  • Save a-mishra/553089ef6059bf1ba8d080967a349538 to your computer and use it in GitHub Desktop.

Select an option

Save a-mishra/553089ef6059bf1ba8d080967a349538 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