ma tools: add android-pentest
This commit is contained in:
parent
8c157e7104
commit
e4a2fcf6e3
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./android-pentest.nix
|
||||
./core.nix
|
||||
./core-gui.nix
|
||||
./dev.nix
|
||||
|
|
14
2configs/tools/android-pentest.nix
Normal file
14
2configs/tools/android-pentest.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.makefu.packages = with pkgs; [
|
||||
mitmproxy
|
||||
nmap
|
||||
msf
|
||||
drozer
|
||||
dex2jar
|
||||
apktool
|
||||
jd-gui
|
||||
android-studio
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue