Skip to content

Commit e32297e

Browse files
authored
Update console.py
1 parent bbf27ec commit e32297e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labtool/console.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def terminal ():
2727
print (Fore.CYAN + "use headerweb => Use a script that extracts information from a website")
2828
print (Fore.CYAN + "run or exploit => The run and exploit command is to start the system")
2929
print (Fore.CYAN + "exit or quit => Is to exit the system ")
30+
print (Fore.CYAN + "use scanports => Scan all the ports of an IP")
3031
elif prompt[0] == 'set':
3132
if prompt[1] == 'ip':
3233
global ip1

0 commit comments

Comments
 (0)