| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Wed May 01, 2002 4:02 pm Post subject: Help with Major Security Leak ! |
|
|
mmmm, I released my program and Now i find there is a Major security leak with it.
Program:
PC Protector version: 2.1.1 http://www.metni.net/files/PCsetup.exe
If for example you lock:
Network Neighborhood.
It is now locked.
But if you right click on it and rename it to (whatever) Network links !
The user can now open it
Is there anyone who can write a DLL for me (i am willing to pay of course) that will :
a. disable Right Clicking on Explorer !
or
b. give the ability to remove or disable functions from the popup menu caused when there is a right click !
Please oh Please HELP !
So far over 1800 people have downloaded my program from Download.com and are using it !
Thanks
Rubes  |
|
| Back to top |
|
 |
NathanH Valued Newbie
Joined: 05 Sep 2001 Posts: 32
|
Posted: Thu May 02, 2002 5:24 am Post subject: |
|
|
Hi Rubes,
Just a thought... could you not monitor the reg entry for the name of the "Network Neighborhood", and if it changes either change it back or change the name you are watching for
Nathan |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Thu May 02, 2002 2:04 pm Post subject: |
|
|
On a WIN98 machine you can create a DWORD value called "NoViewContextMenu" under the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and set the value to 1 to disable the popup context menu.
You may need to log off of Windows and then log back on again to make it effective (since many policies are loaded at logon).
Not sure if this works on WIN2K or XP...
| Code: |
REGISTRY WRITE,LOCAL,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoViewContextMenu,1,DWORD
|
|
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Thu May 02, 2002 6:27 pm Post subject: |
|
|
Rename under the File menu is still available with the context menu disabled right? Also single clicking on an already selected item allows it to be renamed..
I would guess you would have to monitor the name like Nathan suggested. _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
SuperCharlie Newbie

Joined: 24 Apr 2002 Posts: 21 Location: Beaumont, Tx
|
Posted: Thu May 02, 2002 7:42 pm Post subject: |
|
|
heres a 1/2 shot in the dark..
Its kinda a registry solution like the others..
Theres a hidden utility on win95 (and 98 I think) called poledit. Its a windows policy editor that you can allow and disallow just about everything with and Im pretty sure it uses keys to do it with. You can even remove the networkneighborhood icon completely, drives, shutdown, all kindsa stuff.. Ya might wanna look into it and find the keys it changes..
Just handin out threads here..
Good luck and be careful, Ive locked myself outta more than one computer..
SC |
|
| Back to top |
|
 |
|