chore: dirb + descriptions
This commit is contained in:
parent
595d152885
commit
27a3c5c690
1 changed files with 11 additions and 9 deletions
|
|
@ -17,16 +17,18 @@
|
||||||
in {
|
in {
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
ghidra-bin
|
dirb # Web content scanner
|
||||||
|
ghidra-bin # Software Reverse Engineering
|
||||||
hash-identifier
|
hash-identifier
|
||||||
john
|
john # Password cracker
|
||||||
ltrace
|
ltrace # Library call tracer
|
||||||
metasploit
|
metasploit # collection of exploits
|
||||||
nikto
|
nikto # Web server scanner
|
||||||
nmap
|
nmap # Network discovery
|
||||||
smbclient-ng
|
smbclient-ng # SMB
|
||||||
strace
|
social-engineer-toolkit
|
||||||
thc-hydra
|
strace # System call tracer
|
||||||
|
thc-hydra # Logon cracker
|
||||||
|
|
||||||
(wordlists.override { lists = with pkgs; [
|
(wordlists.override { lists = with pkgs; [
|
||||||
rockyou
|
rockyou
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue