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