|
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! |
|
|
|
|
GPList
|
|
Hits: 9 |
|
Date added: 09/23/2006 |
|
GPList lists information about the applied Group Policies. |
|
|
|
|
GSD
|
|
Hits: 5 |
|
Date added: 07/24/2006 |
|
Get Service Dacl gives you the DACL Discretionary Access Control List of any Windows NT service you specify as a command line option. |
|
|
|
|
HeapDraw / HeapTracer
|
|
Hits: 6 |
|
Date added: 09/01/2007 |
|
HeapDraw was originally created as a postmortem analisys tool, to see how the heap evolved during the life of a process. The idea is that although we may be used to textual output, like that of ltrace or a malloc/free hooking library, it's much better to see it graphically (in fact I used to make drawings by hand until I realized WTF am I doing? I have a computer to do it for me! ).
HeapTracer is the new name, after it became a runtime analisys tool.
In the image you can see an example. It's the heap of ping. The 4 spikes correspond to the 4 packets sent. Before the first spike you can see the initialization, and after the last, the evolution of the heap for the final phase.
In this release you can find four different versions of HeapDraw/HeapTracer, all including full sourcecode:
* Windows postmortem native version.
* Linux postmortem native version.
* IDA plugin, for doing runtime analisys (only Windows version for Windows appliations)
* An unfinished python version.
If you are an IDA fan, and like developing for it, you may find interesting the IDA Plugin version, as it's a relatively complex example of an IDA debugging plugin which opens an OpenGL window to make drawings. |
|
|
|
|
Hellkit v1.2
|
|
Hits: 19 |
|
Date added: 03/08/2005 |
|
Hacking Tool for Linux. |
|
|
|