mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-10-06 04:53:57 +02:00
Add ctf-shell, minor worf fixes
This commit is contained in:
51
shells/ctf.nix
Normal file
51
shells/ctf.nix
Normal file
@@ -0,0 +1,51 @@
|
||||
{ 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
|
||||
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user