diff options
author | makefu <github@syntax-fehler.de> | 2021-06-05 18:00:52 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-06-05 18:00:52 +0200 |
commit | 0ec91f780275da036c7bdba85897645d6c4c101b (patch) | |
tree | 18bb10276828d9f4fc13ac66a7e05dd2d36b4a43 /makefu/2configs | |
parent | a6f2ed0c998092c55dcf09982ff18da571d77274 (diff) |
ma tools: disable binwalk
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/tools/sec.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/tools/sec.nix b/makefu/2configs/tools/sec.nix index 17a980ef7..5a30b8d64 100644 --- a/makefu/2configs/tools/sec.nix +++ b/makefu/2configs/tools/sec.nix @@ -4,7 +4,7 @@ users.users.makefu.packages = with pkgs; [ aria2 # mitmproxy - pythonPackages.binwalk-full + # pythonPackages.binwalk-full dnsmasq iodine mtr |