Posted by SkyLined on August 17th, 2010 in Programming Languages and batch scripts ·
Windows is full of “features” that probably seemed like a good idea at the time but which turn out to be a mayor pain in certain situation…
Posted by SkyLined on August 10th, 2010 in Browsers, JavaScript, Programming Languages, Security and Tools ·
I revisited and released an old tool for compressing and obfuscating JavaScript. Given a JavaScript as input, it will generate and output self-extracting compressed JavaScript.
http://code.google.com/p/jssfx/
Posted by Cipher on May 17th, 2010 in Programming Languages and php ·
It’s wideley known that PHP supports both ‘ (single quote) and ” (double qoute) for string delimiting.
It’s also widely known that PHP evaluates the DQ (Double Quote) Strings and replaces variables with their actual value…
Posted by SkyLined on April 12th, 2010 in Browsers, HTML, Internet Explorer, Programming Languages, Repro and Security ·
Many nested tags in MSIE can cause stack exhaustion, which can crash the tab and even the entire browser.
<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE HTML PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<address/><address/><address/><address/><address/><address/>……
Posted by SkyLined on April 12th, 2010 in Browsers, HTML, Internet Explorer, JavaScript and PoC ·
The following code snippets will crash MSIE 9 platform review…
Posted by SkyLined on March 4th, 2010 in ASP, Browsers, HTTP servers, JavaScript and Programming Languages ·
Today I am releasing another old project called ASPsh. The goal of this project was to create an ASP page that can be used on a server to provide a “command line shell”-like experience when opening the page in a webbrowser…
Posted by SkyLined on March 1st, 2010 in Browsers, HTML, Internet Explorer, JavaScript, PoC, Programming Languages and Security ·
In 2005 I released Internet Exploiter 2, which helped make heap spraying popular in browser exploits…
Posted by SkyLined on January 20th, 2010 in Browsers, Internet Explorer, JavaScript, Programming Languages, Repro and Security ·
Two crashes caused by NULL pointer dereferences have been discovered in MSIE 6.0/7.0. These issues do not affect MSIE 8.0…