22 lines
260 B
Nix
22 lines
260 B
Nix
|
{lib, config, pkgs, ...}: {
|
||
|
users.users.lyn.packages = with pkgs; [
|
||
|
checksec
|
||
|
mitmproxy
|
||
|
mitmproxy2swagger
|
||
|
websploit
|
||
|
bettercap
|
||
|
cantoolz
|
||
|
ssh-mitm
|
||
|
jadx
|
||
|
frida-tools
|
||
|
apktool
|
||
|
thc-hydra
|
||
|
john
|
||
|
metasploit
|
||
|
sherlock
|
||
|
radare2
|
||
|
subfinder
|
||
|
seclists
|
||
|
];
|
||
|
}
|