File: additional-resources

package info (click to toggle)
tct 1.07-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,828 kB
  • ctags: 1,128
  • sloc: perl: 9,604; ansic: 4,861; makefile: 516; sh: 77
file content (47 lines) | stat: -rw-r--r-- 1,250 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

------ Required ------

Perl - need we say more?
		http://www.perl.org

------ Almost required, you're a fool if you don't have this ;-) ------

lsof - a phenomenal tool, absolute must for any digital detective!
		ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/

------ Desired ------

AntiSniff - tries to detect sniffers on a network:
		http://www.l0pht.com

netcat - a network concatenation tool that can be very useful in shuttling
	data from system to system:
		http://www.l0pht.com/~weld/netcat/

nmap - port scanner, OS detector, etc.  A fine, if a bit amoral, scanner:
		http://www.insecure.org/nmap/

strace - a fairly portable process tracer.  Very useful for looking at 
	binaries.  Some sites:

		ftp://ftp.std.com/pub/jrs/
		http://www.wi.leidenuniv.nl/~wichert/strace/

	Digital Unix:
		ftp://ftp.mindspring.com/users/ahobson/
		ftp://ftp.iastate.edu/pub/unix/osf1/trace/

top - lists the top CPU eating processes:
	ftp://ftp.groupsys.com:/pub/top/

unstrip - restores symbol table to stripped binaries:
        	http://www.squirrel.com/squirrel/sun-stuff.html (solaris &sunos)

------ commercial stuff ------

An undeletion tool for AIX:
	http://www.compunix.com/

AIX version of strace:
		http://www.tkg.com/sctrace/ (commercial tool)