moar packages
This commit is contained in:
parent
cc7bffc308
commit
e12a19abf5
2 changed files with 3 additions and 29 deletions
6
blix.nix
6
blix.nix
|
@ -74,8 +74,8 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
# disk analysis
|
# disk analysis
|
||||||
testdisk squashfs-tools-ng ddrescue volatility
|
testdisk squashfs-tools-ng ddrescue volatility
|
||||||
stegseek apktool adbfs-rootless ursadb android-udev-rules
|
stegseek apktool adbfs-rootless ursadb android-udev-rules
|
||||||
valgrind dos2unix file exiftool foremost pngcheck steghide
|
valgrind dos2unix file exiftool foremost pngcheck
|
||||||
docker
|
docker xcd
|
||||||
|
|
||||||
# exploit
|
# exploit
|
||||||
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
||||||
|
@ -99,7 +99,7 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
python3Packages.binwalk
|
python3Packages.binwalk
|
||||||
|
|
||||||
# disclosure
|
# disclosure
|
||||||
cherrytree (callPackage ./pkgs/catgirl.nix { })
|
catgirl
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.GC_INITIAL_HEAP_SIZE = "1M";
|
environment.variables.GC_INITIAL_HEAP_SIZE = "1M";
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
|
|
||||||
{lib, stdenv, fetchurl, ncurses, libressl, man, pkg-config, ctags}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
pname = "catgirl";
|
|
||||||
version = "1.6";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "https://git.causal.agency/catgirl/snapshot/${pname}-${version}.tar.gz";
|
|
||||||
sha256 = "0shg02zidqqmvywqqsaazlgg9rd5lhhrvjx6n0lzmdfaawxywciv";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ctags ];
|
|
||||||
buildInputs = [ ncurses libressl man ];
|
|
||||||
strictDeps = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://git.causal.agency/catgirl/about/";
|
|
||||||
license = licenses.gpl3Plus;
|
|
||||||
description = "A TLS-only terminal IRC client";
|
|
||||||
platforms = platforms.unix;
|
|
||||||
maintainers = with maintainers; [ xfnw ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue