switch some of the packages
This commit is contained in:
parent
c1045ce9a8
commit
707411f07e
1 changed files with 7 additions and 2 deletions
9
blix.nix
9
blix.nix
|
@ -57,14 +57,16 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
# network analysis
|
# network analysis
|
||||||
nmap masscan termshark netsniff-ng argus bettercap
|
nmap masscan termshark netsniff-ng argus bettercap
|
||||||
stress-ng multimon-ng aircrack-ng mfcuk pixiewps
|
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
|
# research
|
||||||
theharvester
|
theharvester
|
||||||
|
|
||||||
# disk analysis
|
# disk analysis
|
||||||
testdisk squashfs-tools-ng ddrescue volatility
|
testdisk squashfs-tools-ng ddrescue volatility
|
||||||
stegseek
|
stegseek apktool adbfs-rootless ursadb android-udev-rules
|
||||||
|
valgrind dos2unix cherrytree
|
||||||
|
|
||||||
# exploit
|
# exploit
|
||||||
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
||||||
|
@ -77,6 +79,9 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
|
|
||||||
# security scan
|
# security scan
|
||||||
lynis chkrootkit
|
lynis chkrootkit
|
||||||
|
|
||||||
|
# development
|
||||||
|
arduino python3Packages.pip ino
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.GC_INITIAL_HEAP_SIZE = "1M";
|
environment.variables.GC_INITIAL_HEAP_SIZE = "1M";
|
||||||
|
|
Loading…
Reference in a new issue