mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-24 06:51:32 -04:00
updates
This commit is contained in:
parent
8695f396ec
commit
581f91056a
2 changed files with 35 additions and 35 deletions
|
|
@ -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
|
||||
;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue