Compare commits
3 commits
9d5dbdecb3
...
64ad87822b
Author | SHA1 | Date | |
---|---|---|---|
64ad87822b | |||
aa8683f68d | |||
b61201ad48 |
2 changed files with 15 additions and 13 deletions
14
blix.nix
14
blix.nix
|
@ -64,8 +64,8 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
inetutils dnsutils dnsx whois
|
inetutils dnsutils dnsx whois
|
||||||
|
|
||||||
# network analysis
|
# network analysis
|
||||||
nmap masscan wireshark termshark netsniff-ng argus bettercap
|
nmap masscan wireshark wireshark-qt termshark netsniff-ng argus
|
||||||
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
|
hcxtools dirb sslsplit whsniff sniffglue pwnat
|
||||||
subfinder zap hping proxychains minimodem
|
subfinder zap hping proxychains minimodem
|
||||||
gnirehtet # reverse android tethering
|
gnirehtet # reverse android tethering
|
||||||
|
@ -74,10 +74,10 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
theharvester tor
|
theharvester tor
|
||||||
|
|
||||||
# disk analysis
|
# disk analysis
|
||||||
testdisk squashfs-tools-ng ddrescue volatility
|
testdisk squashfs-tools-ng ddrescue # volatility
|
||||||
stegseek apktool adbfs-rootless ursadb android-udev-rules
|
stegseek apktool adbfs-rootless ursadb android-udev-rules
|
||||||
valgrind dos2unix file exiftool foremost pngcheck
|
valgrind dos2unix file exiftool foremost pngcheck
|
||||||
docker xcd trufflehog
|
docker xcd trufflehog sleuthkit
|
||||||
|
|
||||||
# exploit
|
# exploit
|
||||||
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
||||||
|
@ -85,7 +85,7 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
dsniff
|
dsniff
|
||||||
|
|
||||||
# crack
|
# crack
|
||||||
hashcat mfoc pyrit john crunch diceware crowbar
|
hashcat mfoc john crunch diceware crowbar # pyrit
|
||||||
cowpatty bully deepsea reaverwps amass medusa
|
cowpatty bully deepsea reaverwps amass medusa
|
||||||
(callPackage ./pkgs/cupp.nix { })
|
(callPackage ./pkgs/cupp.nix { })
|
||||||
|
|
||||||
|
@ -93,13 +93,13 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
lynis chkrootkit
|
lynis chkrootkit
|
||||||
|
|
||||||
# development
|
# development
|
||||||
arduino python3Packages.pip ino
|
arduino python3Packages.pip # ino
|
||||||
|
|
||||||
# python3 packages
|
# python3 packages
|
||||||
python3 python3Packages.bluepy python3Packages.future
|
python3 python3Packages.bluepy python3Packages.future
|
||||||
python3Packages.requests python3Packages.paramiko python3Packages.pysnmp
|
python3Packages.requests python3Packages.paramiko python3Packages.pysnmp
|
||||||
python3Packages.pycryptodome python3Packages.setuptools
|
python3Packages.pycryptodome python3Packages.setuptools
|
||||||
python3Packages.binwalk
|
python3Packages.binwalk python3Packages.sqlmap
|
||||||
|
|
||||||
# disclosure
|
# disclosure
|
||||||
catgirl tmate
|
catgirl tmate
|
||||||
|
|
|
@ -101,8 +101,8 @@ recover deleted innodes, recover data
|
||||||
manipulate a squashfs
|
manipulate a squashfs
|
||||||
.It ddrescue
|
.It ddrescue
|
||||||
copy data from dying disk
|
copy data from dying disk
|
||||||
.It volatility
|
.\".It volatility
|
||||||
memory forsenics framework
|
.\"memory forsenics framework
|
||||||
.It stegseek
|
.It stegseek
|
||||||
seek for stegnografy in images
|
seek for stegnografy in images
|
||||||
.It apktool
|
.It apktool
|
||||||
|
@ -131,6 +131,8 @@ run containers and stuff
|
||||||
lovely hexdump utility
|
lovely hexdump utility
|
||||||
.It trufflehog
|
.It trufflehog
|
||||||
search through git histories
|
search through git histories
|
||||||
|
.It sleuthkit
|
||||||
|
a collection of digital forensics tools
|
||||||
.El
|
.El
|
||||||
.
|
.
|
||||||
.Ss Exploits
|
.Ss Exploits
|
||||||
|
@ -168,8 +170,8 @@ john the ripper, very nice hash cracker
|
||||||
another hash cracker
|
another hash cracker
|
||||||
.It mfoc
|
.It mfoc
|
||||||
mifare classic offline cracker
|
mifare classic offline cracker
|
||||||
.It pyrit
|
.\".It pyrit
|
||||||
gpu WPA/WPA2 hash cracker
|
.\"gpu WPA/WPA2 hash cracker
|
||||||
.It crunch
|
.It crunch
|
||||||
generate wordlists
|
generate wordlists
|
||||||
.It diceware
|
.It diceware
|
||||||
|
@ -206,8 +208,8 @@ search for rootkits
|
||||||
arduino ide
|
arduino ide
|
||||||
.It python3Packages.pip
|
.It python3Packages.pip
|
||||||
install python packages from pypi
|
install python packages from pypi
|
||||||
.It ino
|
.\".It ino
|
||||||
command line arduino toolkit
|
.\"command line arduino toolkit
|
||||||
.El
|
.El
|
||||||
.
|
.
|
||||||
.Ss Disclosure
|
.Ss Disclosure
|
||||||
|
|
Loading…
Reference in a new issue