Quote:
Today at 11:01 PM GaleForce said this in Post #4
How does the flash file itself help?
|
Because if you open the file with a swf decompiler you can clearly see that the username is try2hack and the password is irtehh4x0r! ..
Code:
// Action script...
on (release)
{
if (txtUsername == "try2hack" && txtPassword == "irtehh4x0r!")
{
getURL("level3-.xhtml", "_self");
} // end if
}