|
Fix.sh 1.0
|
|
Hits: 2 |
|
Date added: 01/01/2006 |
|
Script to strip down services in Solaris systems + do network tuning hardening. It includes nddconfig and fixmodes from www.sun.com/security/ somewhere and nettune from www.sean.de/Solaris/. Run like this: ./fix.sh auto. Run it again if you patch your system, in case the patches re-enables scripts previously set up to not run. Fix-modes and friends are left in /opt/fixit for your convinience, should you need to reverse its/their actions. I recommend copying fix.sh there as well. Adjust what services you want turned on by editing /etc/startup.conf. Also walk through /etc/inetd.conf to see if there is anything you want on (requires INETD=YES in startup.conf). The script is intended to be run once to do all basic security tweaking in one shot, particularly suited for being a part of an automated install environment (Jumpstart). The script requires Perl with MIME::Base64 in your PATH, trying /usr/local/bin first. Your comments, ideas etc. are very welcome! |
|
|
|
|
chroot_evasion.c
|
|
Hits: 2 |
|
Date added: 12/13/2005 |
|
This code tries to evade the chroot() on a Linux system. |
|
|
|
|
Lsof v4.76
|
|
Hits: 2 |
|
Date added: 02/04/2006 |
|
Lsof is an extremely powerful unix diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open by processes currently running on the system. It is useful for pinpointing which process is using each network socket. FAQ available here.
FAQ:
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/FAQ |
|
|
|
|
Thumper v0.2
|
|
Hits: 2 |
|
Date added: 01/28/2006 |
|
Thumper is a file monitor that highlights services and keywords dependant on its configuration file. Its purpose is to notify the user when an attack is underway. |
|
|
|
|
Regmon v7.02
|
|
Hits: 2 |
|
Date added: 02/27/2006 |
|
Regmon is a Registry monitoring utility that will show you which applications are accessing your Registry, which keys they are accessing, and the Registry data that they are reading and writing - all in real-time. This advanced utility takes you one step beyond what static Registry tools can do, to let you see and understand exactly how programs use the Registry. With static tools you might be able to see what Registry values and keys changed. With Regmon you'll see how the values and keys changed..
Regmon works on Windows NT/2000/XP/2003. |
|
|
|