nixos-config/shells/ctf.nix

52 lines
668 B
Nix
Raw Normal View History

2023-08-21 23:54:18 +02:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
python3
(with python3Packages; [
beautifulsoup4
numpy
pillow
pwntools
pycryptodome
requests
])
nodejs
php
#sage
# neovim
bat
binwalk
coreutils
gnugrep
gnutar
ripgrep
# gdb
# pwndbg
ghidra
pwntools
ropgadget
## ropper
metasploit
exiftool
steghide
# stegsolve
#gimp
#sxiv
#audacity
#wireshark
dig
nmap
rustscan
## hashcat
john
];
}