File: Beware

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 (25 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (5)
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
Problems & Potential Problems
------------------------------

It's best to have nothing running and do nothing except essentials (if
	that) when you run the grave-robber, since it mucks with 
	processes and stuff.  Save all files before starting it,
	certainly ;-)  (However, if you're doing an investigation,
	don't do anything that would destroy evidence!)

Solaris - there seems to be a bug in the windowing system that can freeze
	up the machine (in solaris 2.7, at least) when pcat captures a 
	process.  Working on tracking this down.

	Use "strings -a" on solaris, not simply "strings", when examining 
	binary files.

suck_proc, which uses pcat to grab all the processes on a system,
	can freeze or kill off a system.  Use the -p flag or run pcat manually
	on selected processes if this happens to you.

If you have an automounter running, going to all the home dirs and
	snarfing up .rhosts and .forward files could be very painful.  Not
	a bug, but you might want to comment out "&grab_user_trust_files();"
	and "&grab_user_time_trust();" from the grave-robber (near the end.)