Advertisement
Guest User

Untitled

a guest
Dec 14th, 2010
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # Autopsy configuration settings
  2.  
  3. # when set to 1, the server will stop after it receives no
  4. # connections for STIMEOUT seconds.
  5. $USE_STIMEOUT = 0;
  6. $STIMEOUT = 3600;
  7.  
  8. # number of seconds that child waits for input from client
  9. $CTIMEOUT = 15;
  10.  
  11. # set to 1 to save the cookie value in a file (for scripting)
  12. $SAVE_COOKIE = 1;
  13.  
  14. $INSTALLDIR = '/usr/lib/autopsy/';
  15.  
  16.  
  17. # System Utilities
  18. $GREP_EXE = '/bin/grep';
  19. $FILE_EXE = '/usr/bin/file';
  20. $MD5_EXE = '/usr/bin/md5sum';
  21. $SHA1_EXE = '/usr/bin/sha1sum';
  22.  
  23.  
  24. # Directories
  25. $TSKDIR = '/usr/bin/';
  26. $NSRLDB = '';
  27. $LOCKDIR = '/tmp';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement