Organized hacking packages into categories
This commit is contained in:
@@ -1,36 +1,45 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }: {
|
||||||
#let mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; }; in
|
|
||||||
{
|
|
||||||
# Hacking specific packages.
|
# Hacking specific packages.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gdb
|
# Utilities
|
||||||
yara
|
rlwrap
|
||||||
|
openssl
|
||||||
|
inetutils
|
||||||
|
|
||||||
|
# Enumeration
|
||||||
nmap
|
nmap
|
||||||
ffuf
|
ffuf
|
||||||
amass
|
amass
|
||||||
nikto
|
|
||||||
samba
|
|
||||||
nuclei
|
|
||||||
rlwrap
|
|
||||||
sqlmap
|
|
||||||
wpscan
|
|
||||||
ghidra
|
|
||||||
strace
|
|
||||||
strace
|
|
||||||
openssl
|
|
||||||
remmina
|
|
||||||
pwntools
|
|
||||||
openldap
|
|
||||||
rustscan
|
rustscan
|
||||||
inetutils
|
|
||||||
thc-hydra
|
thc-hydra
|
||||||
exploitdb
|
|
||||||
responder
|
|
||||||
burpsuite
|
burpsuite
|
||||||
|
feroxbuster
|
||||||
|
|
||||||
|
# Vulnerability Scanning
|
||||||
|
nikto
|
||||||
|
nuclei
|
||||||
|
wpscan
|
||||||
|
sqlmap
|
||||||
|
exploitdb
|
||||||
|
|
||||||
|
# Windows Exploitation
|
||||||
|
samba
|
||||||
|
remmina
|
||||||
|
openldap
|
||||||
|
responder
|
||||||
evil-winrm
|
evil-winrm
|
||||||
cifs-utils
|
cifs-utils
|
||||||
feroxbuster
|
|
||||||
|
# Reverse Engineering
|
||||||
|
gdb
|
||||||
|
yara
|
||||||
|
strace
|
||||||
|
ghidra
|
||||||
|
exiftool
|
||||||
|
pwntools
|
||||||
flare-floss
|
flare-floss
|
||||||
|
|
||||||
|
# Wordlists
|
||||||
(wordlists.override {
|
(wordlists.override {
|
||||||
lists = with pkgs; [
|
lists = with pkgs; [
|
||||||
rockyou
|
rockyou
|
||||||
@@ -38,7 +47,4 @@
|
|||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
#++ (with mypkgs; [
|
|
||||||
# binaryninja
|
|
||||||
#]);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user