-
Notifications
You must be signed in to change notification settings - Fork 2
/
additional-resources
47 lines (30 loc) · 1.22 KB
/
additional-resources
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
------ 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)