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

18 lines
196 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
2018-10-21 21:20:51 +00:00
# android-studio
jdk
jre
openssl
2017-08-06 14:22:09 +00:00
];
}