add dnschef and clamav

This commit is contained in:
xfnw 2022-02-26 15:17:43 -05:00
parent d1050c7b98
commit 43726b8524
2 changed files with 7 additions and 2 deletions

View file

@ -73,15 +73,16 @@ with lib;
theharvester tor theharvester tor
# disk analysis # disk analysis
testdisk squashfs-tools-ng ddrescue yara yarGen yallback spyre # volatility testdisk squashfs-tools-ng ddrescue yara yarGen yallback
stegseek apktool adbfs-rootless ursadb android-udev-rules stegseek apktool adbfs-rootless ursadb android-udev-rules
valgrind dos2unix file exiftool foremost pngcheck ccrypt valgrind dos2unix file exiftool foremost pngcheck ccrypt
docker xcd trufflehog sleuthkit radare2 radare2-cutter docker xcd trufflehog sleuthkit radare2 radare2-cutter
clamav spyre # volatility
# exploit # exploit
doona metasploit twa wifite2 burpsuite wpscan wfuzz doona metasploit twa wifite2 burpsuite wpscan wfuzz
sqlmap thc-hydra (callPackage ./pkgs/routersploit.nix { }) sqlmap thc-hydra (callPackage ./pkgs/routersploit.nix { })
dsniff beef dsniff beef dnschef
# crack # crack
hashcat mfoc john crunch diceware crowbar # pyrit hashcat mfoc john crunch diceware crowbar # pyrit

View file

@ -137,6 +137,8 @@ lovely hexdump utility
search through git histories search through git histories
.It sleuthkit .It sleuthkit
a collection of digital forensics tools a collection of digital forensics tools
.It clamav
antivirus engine
.El .El
. .
.Ss Exploits .Ss Exploits
@ -164,6 +166,8 @@ test for common router vulnerabilities. needs to be run in a
.Cm nix-shell -p .Cm nix-shell -p
.It dsniff .It dsniff
network auditing and penetration testing network auditing and penetration testing
.It dnschef
DNS proxy for penetration testing
.El .El
. .
.Ss Crackers .Ss Crackers