Skip to content

Commit

Permalink
Update hackingtoolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
shliu888 authored Jan 15, 2025
1 parent 6abad8a commit 5339f64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hackingtoolkit
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ BACK. Back to main menu
maltego()
elif osintOption=='2':
domain=input('Enter the domain name to search: ')
shodan=input('Do you want to use Shodan to search [y/n]: ')
if shodan=='y':
shodan='-s'
elif shodan=='n':
shodan='no'
else:
print('Invalid option')

the_harvester()
elif osintOption=='3':
Expand Down

0 comments on commit 5339f64

Please sign in to comment.