Add proxmark3-rrg
This commit is contained in:
parent
65a03b11c0
commit
ee52178816
|
@ -10,11 +10,9 @@
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
aircrack-ng
|
aircrack-ng
|
||||||
fusee-launcher
|
|
||||||
ncat
|
ncat
|
||||||
pwndbg
|
pwndbg
|
||||||
python3Packages.binwalk-full
|
python3Packages.binwalk-full
|
||||||
python3Packages.shodan
|
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.artemis.extraGroups = [ "adbusers" "wireshark" ];
|
users.users.artemis.extraGroups = [ "adbusers" "wireshark" ];
|
||||||
|
|
|
@ -19,6 +19,7 @@ in
|
||||||
jlink
|
jlink
|
||||||
platformio
|
platformio
|
||||||
saleae-logic-2
|
saleae-logic-2
|
||||||
|
pkgs-unstable.proxmark3-rrg
|
||||||
];
|
];
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
../../sets/cpu/intel.nix
|
../../sets/cpu/intel.nix
|
||||||
../../sets/gpu/intel.nix
|
../../sets/gpu/intel.nix
|
||||||
../../sets/buildMachines.nix
|
../../sets/buildMachines.nix
|
||||||
|
../../sets/hardware.nix
|
||||||
../../sets/hacking.nix
|
../../sets/hacking.nix
|
||||||
../../sets/laptop.nix
|
../../sets/laptop.nix
|
||||||
../../sets/1password.nix
|
../../sets/1password.nix
|
||||||
|
|
Loading…
Reference in a new issue