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 Toolss.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def menu():
os.system("pkg install -y python")
os.system("pkg install -y python2")
os.system("pkg install -y wget")
os.sysetm("pkg install -y nmap")
os.system("pkg install -y nmap")
os.system("plg install -y hydra ")
os.system("pkg update -y")
os.system("pkg install -y git")
Expand Down