worf: minor updates

This commit is contained in:
2023-10-14 00:09:22 +02:00
committed by Felix Albrigtsen
parent 2ff2c914a9
commit b23704c2e7
3 changed files with 29 additions and 24 deletions

View File

@@ -1,4 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
let
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) { };
in { pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
python3
@@ -37,19 +39,21 @@
dig
nmap
rustscan
unstable.thc-hydra
# davtest
# cadaver
httpie
john
unstable.hashcat
] ++ lib.optionals (pkgs.stdenv.isLinux) [
sage
gdb
pwndbg
ropgadget
ropper
hashcat
wireshark
tcpdump
];