Archive for November, 2007
Monday, November 26th, 2007
Tiger is a package consisting of Bourne Shell scripts, C code and data files which is used for checking for security problems on a UNIX system. It scans system configuration files, file systems, and user configuration files for possible security problems and reports them. The command tigexp can be used to obtain explanations of the [...]
Leave Comment » | Posted in Hacking Tools, Linux Tools, Security
Tagged: Hacking Tools, Linux Commands/Tools, Security
Monday, November 26th, 2007
Rootkit Hunter (RKH) is an easy-to-use tool which checks computers running UNIX (clones) for the presence of rootkits and other unwanted tools. You can use RKH along with ckrootkit to routinely check your system for possible infestation. You could manually update or scan your system or you could use a crontan script like this:
#!/bin/sh
[...]
Leave Comment » | Posted in Linux Tools, Security
Tagged:
Monday, November 26th, 2007
One of the first things that should be done after a fresh operating system install is to see what services are running, and remove any unneeded services from the system startup process. You could use a port scanner (such as nmap ) and run it against the host, but if one didn’t come with the [...]
Leave Comment » | Posted in Linux Tools, Security, Tips
Tagged: Linux Commands/Tools, Security, Tips
Thursday, November 22nd, 2007
There are many log files in linux systems, but we will outline six that are most important.
/var/log/cups/ - This directory stores the log files for the printing system CUPS.
/var/log/news/ - This Directory stores messages for the news system.
/var/log/boot.msg - When the system boots, all boot script messages are displayed on the first virtual console. This [...]
Leave Comment » | Posted in Security, Tips
Tagged: Security, Tips
Pages (9): « First ... « 2 3 4 [5] 6 7 8 » ... Last »