This commit is contained in:
TheWanderingCrow 2026-03-05 11:14:33 -05:00
parent 8695f396ec
commit 581f91056a
2 changed files with 35 additions and 35 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
programs = {
wireshark = {
enable = true;
@ -10,21 +11,20 @@
services.postgresql.enable = true; # for msf
environment.systemPackages = builtins.attrValues {
inherit
(pkgs.unstable)
inherit (pkgs.unstable)
metasploit
exploitdb
termshark
nmap
dirstalk
hashcat
wordlists
#wordlists
trufflehog
python313
flashrom
sigrok-cli
pulseview
burpsuite
#burpsuite
libxml2
;
};