Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
op7ic committed Jun 14, 2024
2 parents c62de39 + ea2f9ad commit f025dc5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

A shell script for basic forensic collection of various artefacts from UNIX systems. ```unix_collector``` is a script that runs on various Unix systems and attempts to collect artefacts which could be analysed in attempt to identify potential system compromise. ```unix_collector``` is written as a single shell script so it can be easily uploaded and run (as opposed to un-tarred, compiled and installed). It can run either as a normal user or as root. It does a better job when running as root because it can read more files of course.


[![Imgur](https://i.imgur.com/6xMcGIg.gif)](#)

# Available platforms

* Sun Solaris
Expand Down Expand Up @@ -39,12 +42,13 @@ A shell script for basic forensic collection of various artefacts from UNIX syst
* Hash files which are marked as SGID or SUID and save details in output directory.
* Copy various files such as cron job, plist or other files into output directory.
* Copy SUID/SGID binaries into output directory.
* Copy home directories into output directory.
* Copy home and tmp directories into output directory.
* Copy specific /proc/ files into output directory.
* Copy system logs (i.e /var/log or /var/adm/) into output directory.
* Copy /dev/shm into output directory.
* TAR entire output directory and use hostname as file name with current date.
* Gather information about containers.
* Where copy or hashing operation happens, files over 500MB will be skipped. This default behaviour can be modified inside the script by changing RSYNC_MAX_FILESIZE, TAR_MAX_FILESIZE and HASH_MAX_FILESIZE global variables.
* TAR entire output directory and use hostname as file name with current date.

# Requirements

Expand Down

0 comments on commit f025dc5

Please sign in to comment.