stockholm/makefu/2configs/tools/android-pentest.nix

15 lines
166 B
Nix
Raw Normal View History

2017-08-06 14:22:09 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
mitmproxy
nmap
msf
drozer
dex2jar
apktool
jd-gui
android-studio
];
}