1

deps: remove ctf home module

This commit is contained in:
Himadri Bhattacharjee
2025-03-23 19:51:46 +05:30
parent 5219a04e81
commit 28ad1cf5ee

View File

@@ -1,20 +0,0 @@
# Tools for pentesting and playing CTFs
{ config, pkgs, ... }: {
home.packages = with pkgs; [
bettercap
ffuf
gau
ghidra
gitleaks
hashcat
hcxtools
nikto
nmap
patchelf
# pwntools
feroxbuster
rustscan
sqlmap
s3scanner
];
}