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 6ab614a commit 5693065Copy full SHA for 5693065
labsecurity
@@ -32,9 +32,7 @@ def terminal ():
32
user = input ("labsecurity > ")
33
prompt = user.split ()
34
35
- if not prompt:
36
- print (Style.BRIGHT + Fore.RED + "[*] ERROR, you must add a command")
37
- elif prompt[0] == 'help':
+ if prompt[0] == 'help':
38
main.help ()
39
elif prompt[0] == 'set':
40
#Here is the part where the selections are put
0 commit comments