Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests
- import os
- shodankey = "" # add your key here
- ip_req = requests.get(f"https://api.shodan.io/shodan/host/search?key={shodankey}&query=android+debug+bridge").text
- print(ip_req)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement