ma tools: add android-pentest

This commit is contained in:
makefu 2017-08-06 16:22:09 +02:00 committed by lassulus
parent b6405a81a2
commit f4b891951c
2 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
imports = [
./android-pentest.nix
./core.nix
./core-gui.nix
./dev.nix

View File

@ -0,0 +1,14 @@
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
mitmproxy
nmap
msf
drozer
dex2jar
apktool
jd-gui
android-studio
];
}