We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf27ec commit e32297eCopy full SHA for e32297e
labtool/console.py
@@ -27,6 +27,7 @@ def terminal ():
27
print (Fore.CYAN + "use headerweb => Use a script that extracts information from a website")
28
print (Fore.CYAN + "run or exploit => The run and exploit command is to start the system")
29
print (Fore.CYAN + "exit or quit => Is to exit the system ")
30
+ print (Fore.CYAN + "use scanports => Scan all the ports of an IP")
31
elif prompt[0] == 'set':
32
if prompt[1] == 'ip':
33
global ip1
0 commit comments