add some cli tools
This commit is contained in:
9
modules/fh/forensik.nix
Normal file
9
modules/fh/forensik.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ...} :
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
regripper
|
||||
volatility3
|
||||
foremost
|
||||
binwalk
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user