Compare commits
4 commits
a390f2e279
...
8ee4519c34
Author | SHA1 | Date | |
---|---|---|---|
8ee4519c34 | |||
99b8613d40 | |||
9d1ded2579 | |||
6f2e2c805f |
3 changed files with 13 additions and 9 deletions
6
blix.nix
6
blix.nix
|
@ -66,8 +66,8 @@ with lib;
|
||||||
nmap masscan wireshark wireshark-qt termshark netsniff-ng argus
|
nmap masscan wireshark wireshark-qt termshark netsniff-ng argus
|
||||||
bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps nuclei
|
bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps nuclei
|
||||||
hcxtools dirb sslsplit whsniff sniffglue pwnat cutecom minicom
|
hcxtools dirb sslsplit whsniff sniffglue pwnat cutecom minicom
|
||||||
subfinder zap hping proxychains minimodem cadaver macchanger testssl
|
subfinder zap hping proxychains minimodem macchanger testssl
|
||||||
gnirehtet whatweb
|
gnirehtet whatweb # cadaver
|
||||||
|
|
||||||
# research
|
# research
|
||||||
theharvester tor
|
theharvester tor
|
||||||
|
@ -77,7 +77,7 @@ with lib;
|
||||||
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 snowman # volatility
|
clamav spyre snowman jadx ghidra # volatility
|
||||||
|
|
||||||
# exploit
|
# exploit
|
||||||
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
||||||
|
|
|
@ -115,8 +115,12 @@ C/C++ decompiler
|
||||||
seek for stegnografy in images
|
seek for stegnografy in images
|
||||||
.It apktool
|
.It apktool
|
||||||
inspect apk files
|
inspect apk files
|
||||||
|
.It jadx
|
||||||
|
decompile dex (the stuff in apks) files to java
|
||||||
.It adbfs-rootless
|
.It adbfs-rootless
|
||||||
mount android phones on linux
|
mount android phones on linux
|
||||||
|
.It ghidra
|
||||||
|
reverse engineering suite made by the NSA
|
||||||
.It ursadb
|
.It ursadb
|
||||||
database for indexing malware
|
database for indexing malware
|
||||||
.It android-udev-rules
|
.It android-udev-rules
|
||||||
|
|
|
@ -35,11 +35,11 @@ EOF
|
||||||
chmod +x $bin
|
chmod +x $bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
#meta = with stdenv.lib; {
|
||||||
homepage = https://beefproject.com/;
|
# homepage = https://beefproject.com/;
|
||||||
description = "The Browser Exploitation Framework";
|
# description = "The Browser Exploitation Framework";
|
||||||
platforms = platforms.linux;
|
# platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ makefu ];
|
# maintainers = with maintainers; [ makefu ];
|
||||||
};
|
#};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue