$alpha = addslashes($alpha); $term = addslashes($term); $description = addslashes($description); // include("dbconnect/int_conninfo.txt"); // @ $db = mysql_connect("localhost", "root", "Redhat72"); if (!$db) { echo "Error - Could not connect to database - Try later."; exit; } mysql_select_db("security"); ?>
| Windows Tips |
|
A directory's ACL is inherited by new subdirectories. Thus, the access-rights are granted to the entire tree.
Be aware that if a program connects via a "named pipe," the owner of
the other end of the pipe has full access rights and can use them to run
a malicious program. This can totally subvert Windows NT security. Windows
NT native network sharing services, including file and printer sharing,
and named pipes (which support many forms of RPC), can be isolated by
binding these services to the NetBEUI protocol. If you need to use NetBIOS-over-TCP/IP,
block UDP and TCP port numbers 137-139. To see your Windows username use set or net use or open a DOS window and type: echo %username% This will show you who you are logged in as. Or you can get "Whoami.exe"
from http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/whoami-o.asp
Never allow anonymous shares System administrators should also block TCP 139 at the firewall Windows uses UDP 135: the RPC endpoint mapper. Attackers/pranksters can
send a message over TCP 139 and invoke the messenger service via the end
point mapper. The capability of using UDP 135 is built into "net
send". If you have NetBIOS bound to your interface, net send
will, by default, pipe messages over SMB to TCP 139. But if NetBIOS is
not bound to the interface, net send will use UDP 135 instead. It takes
the "net" command longer, but it will still work. Spammers know
that system administrators may close TCP 139, and use the undocumented
back door. Check Public/shared computer when you login to .NET If there is a delay when browsing this can be caused by a bug in XP.
Every time you browse the network. This is because XP automatically checks
if that computer has any scheduled tasks. To disable it access the key:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer/ To disable indexing and improve performance open: My Computer c:->properties then uncheck Enable Indexing. If you don't normally search .ZIP and .CAB files. By default Windows searches the contents of all archived files. O (de)activate the searching of .CAB and .ZIP files:
|
![]() |
![]() |