hacking contest

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

Fantafour
Hi outa there, how can i protect my dedicated server from incoming SSL-Attacks ?

Is there a STABLE MS-Security Patch ?


thanks for every advice !
Khran
Disable PCT 1.0

http://support.microsoft.com/default.aspx?...kb;en-us;187498

CODE

1- Click the Start menu, point to Run, and type "regedt32" or "regedit" (without the quotation marks) in the Run dialog box.
2- Click OK.
3- In the Registry Editor, locate the following registry key: HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\PCT 1.0\Server
     
4- In the Edit menu, click Add Value.
5- In the Data Type drop-down list, choose REG_BINARY.
6- In the Value Name text box, type "Enabled" (without the quotation marks) and  click OK.

NOTE: If this value is already present, double click on the value to edit its current value and proceed with step 7.

7- In the Binary Editor, set the new keys value to equal 0 by entering the following string: 00000000.
8- Click OK and then restart the computer.



Fantafour
is it possible to make a *.reg file ?

how to ?

Or does anyone know a good cmd line based reg-editor ?
Khran
Notepad ! ;-)

Paste that in a txt file

CODE

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\PCT 1.0\Server]
"Enabled"=hex:00,00,00,00


and save it as a .reg file.
DumpZ
I believe reg.exe is a good one, i never tried it though, but it out here on this board somewhere
Fantafour
QUOTE (Khran @ Apr 27 2004, 07:49 AM)
Notepad ! ;-)

Paste that in a txt file

CODE

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\PCT 1.0\Server]
"Enabled"=hex:00,00,00,00


and save it as a .reg file.

thanks for your help dude !
smile.gif
Fantafour
hmm i tried to execute the .reg file, but it comes every time a error message...

charon255
Try here:

http://www.governmentsecurity.org/forum/in...?showtopic=8139

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.