Advertisement
FlyFar

extra/fetch.py

Jan 15th, 2024
687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | Cybersecurity | 0 0
  1. import requests
  2. import os
  3.  
  4. shodankey = "" # add your key here
  5.  
  6. ip_req = requests.get(f"https://api.shodan.io/shodan/host/search?key={shodankey}&query=android+debug+bridge").text
  7. print(ip_req)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement