Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pi-checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def shodan_api(limit=0):
count = 0
choose = input('\33[33m**Choose search keyword**\n [1] - pi-hole (recommanded)\n [2] - pihole\npi-checker~$ \33[0m')
choose = input('\33[33m**Choose search keyword**\n [1] - pi-hole (recommended)\n [2] - pihole\npi-checker~$ \33[0m')
if choose == '1':
print('Searching Pi-hole IPs in Shodan ... ')
for search in shodan.search_cursor('pi-hole'):
Expand Down