pyrit and ino are no longer in nixpkgs
This commit is contained in:
parent
9d5dbdecb3
commit
b61201ad48
2 changed files with 9 additions and 9 deletions
10
blix.nix
10
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
|
||||
|
@ -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
|
||||
|
|
|
@ -168,8 +168,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 +206,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