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 fcde358 commit 9ba4ae8Copy full SHA for 9ba4ae8
PySploit.py
@@ -53,10 +53,6 @@ def install():
53
file = open('/bin/pysploit','w')
54
file.write('cd /etc/pysploit-framework &> /dev/null')
55
file.write('\npython3 PySploit.py $1 $2 $3 $4')
56
- except PermissionError:
57
- print(red("\n[!]") + green(" You") + " should run command as root\n")
58
- exit()
59
- try:
60
call('chmod 777 /bin/pysploit', shell=True)
61
except PermissionError:
62
print(red("\n[!]") + green(" You") + " should run command as root\n")
0 commit comments