JsSfx – JavaScript compression/obfuscation

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/

MSIE 6,7, 8 & 9 insertAdjacentElement NULL ptr

img=new Image();
img.insertAdjacentElement(“afterEnd”,img);

More details here: http://code.google.com/p/skylined/issues/detail?id=15

MSIE 9 regular expression related crashes

The following code snippets will crash MSIE 9 platform review…

ASPsh – A remote shell written in ASP.

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…

Internet Exploiter 2 – bypassing DEP

In 2005 I released Internet Exploiter 2, which helped make heap spraying popular in browser exploits…

Microsoft Internet Explorer 6.0/7.0 NULL pointer crashes

Two crashes caused by NULL pointer dereferences have been discovered in MSIE 6.0/7.0. These issues do not affect MSIE 8.0…

Advances in heap spraying #1: when size matters.

http://skypher.com/SkyLined/heap_spray/small_heap_spray_generator.html

I’ve created a heap-spray generator…

Cross browser parallel asynchronous XMLHttpRequests with timeout.

AsyncXMLHttpRequest is an extension of XMLHttpRequest with the following improvements:

Uniform behavior on multiple different browsers (Apple Safari, Google Chrome, Microsoft Internet Explorer, Mozilla Firefox and Opera).
Event handlers are called with the AsyncXMLHttpRequest object to which they apply as the first argument…

Google Analytics for MediaWiki

I’ve create a userscript that can be used to add Google Analytics to MediaWiki. I’ve done this before by editing the PHP source code. The best thing about this userscript is that you do not need to install anything or modify source code; you can add it by modifying a few pages in the Wiki…

Tooltips for MediaWiki

I’ve create a userscript that can be used to create tooltips in MediaWiki. The best thing about it is that you do not need to install anything or modify source code; you can add it by modifying a few pages in the Wiki…