From 707411f07e3ccff6e0bc07d29752512cc56fbe30 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 6 Mar 2021 03:09:11 +0000 Subject: [PATCH] switch some of the packages --- blix.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/blix.nix b/blix.nix index 1965432..293cf3b 100644 --- a/blix.nix +++ b/blix.nix @@ -57,14 +57,16 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ]; # network analysis nmap masscan termshark netsniff-ng argus bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps - hcxtools dirb sslyze sslsplit whsniff sniffglue + hcxtools dirb sslsplit whsniff sniffglue pwnat + gnirehtet # reverse android tethering # research theharvester # disk analysis testdisk squashfs-tools-ng ddrescue volatility - stegseek + stegseek apktool adbfs-rootless ursadb android-udev-rules + valgrind dos2unix cherrytree # exploit doona metasploit twa wifite2 burpsuite wpscan wfuzz @@ -77,6 +79,9 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ]; # security scan lynis chkrootkit + + # development + arduino python3Packages.pip ino ]; environment.variables.GC_INITIAL_HEAP_SIZE = "1M";