Compare commits

..

No commits in common. "8ee4519c34adaf80a33b9fc46e7dd91cb0abd45b" and "a390f2e279210bb45fe719d259150de38e24e550" have entirely different histories.

3 changed files with 9 additions and 13 deletions

View file

@ -66,8 +66,8 @@ with lib;
nmap masscan wireshark wireshark-qt termshark netsniff-ng argus
bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps nuclei
hcxtools dirb sslsplit whsniff sniffglue pwnat cutecom minicom
subfinder zap hping proxychains minimodem macchanger testssl
gnirehtet whatweb # cadaver
subfinder zap hping proxychains minimodem cadaver macchanger testssl
gnirehtet whatweb
# research
theharvester tor
@ -77,7 +77,7 @@ with lib;
stegseek apktool adbfs-rootless ursadb android-udev-rules
valgrind dos2unix file exiftool foremost pngcheck ccrypt
docker xcd trufflehog sleuthkit radare2 radare2-cutter
clamav spyre snowman jadx ghidra # volatility
clamav spyre snowman # volatility
# exploit
doona metasploit twa wifite2 burpsuite wpscan wfuzz

View file

@ -115,12 +115,8 @@ C/C++ decompiler
seek for stegnografy in images
.It apktool
inspect apk files
.It jadx
decompile dex (the stuff in apks) files to java
.It adbfs-rootless
mount android phones on linux
.It ghidra
reverse engineering suite made by the NSA
.It ursadb
database for indexing malware
.It android-udev-rules

View file

@ -35,11 +35,11 @@ EOF
chmod +x $bin
'';
#meta = with stdenv.lib; {
# homepage = https://beefproject.com/;
# description = "The Browser Exploitation Framework";
# platforms = platforms.linux;
# maintainers = with maintainers; [ makefu ];
#};
meta = with stdenv.lib; {
homepage = https://beefproject.com/;
description = "The Browser Exploitation Framework";
platforms = platforms.linux;
maintainers = with maintainers; [ makefu ];
};
}