Jul 24 2012 7:35PM GMT
Posted by: Dan O'Connor
Uncategorized
Side Quest — Part 4
Posted by: Dan O'Connor
The js we got from the last part has a lot of functions that appear to be checking versions of various software, but there is a bit of gravy at the end.
function getShellCode() {
if (1) {
return "shellcode";
}
}
I truncated the shellcode, next we need to get that out of there and figure out what it does.
I am not sure at this point if this is a link to more js or shellcode itself, either way it will be fun.




