Switched back to unstable; fixed evil-winrm package
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
mypkgs = import ../packages/all-packages.nix {
|
||||
inherit pkgs lib config;
|
||||
};
|
||||
in {
|
||||
# Hacking specific packages.
|
||||
home.packages = with pkgs; [
|
||||
home.packages = (with pkgs; [
|
||||
yara
|
||||
nmap
|
||||
john
|
||||
@@ -12,20 +16,21 @@
|
||||
wpscan
|
||||
openssl
|
||||
remmina
|
||||
netexec
|
||||
inetutils
|
||||
thc-hydra
|
||||
exploitdb
|
||||
responder
|
||||
burpsuite
|
||||
evil-winrm
|
||||
feroxbuster
|
||||
crackmapexec
|
||||
(wordlists.override {
|
||||
lists = with pkgs; [
|
||||
rockyou
|
||||
seclists
|
||||
];
|
||||
})
|
||||
];
|
||||
]) ++ (with mypkgs; [
|
||||
evil-winrm
|
||||
]);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user