1 { lib, stdenvNoCC, fetchFromGitHub, python3 }:
3 stdenvNoCC.mkDerivation rec {
5 version = "unstable-2022-03-16";
7 src = fetchFromGitHub {
10 rev = "72cf49804d8ea3de1faa7fae5794449301987bff";
11 sha256 = "xF9OTFFe8godW4+z9MFaFEkjE9FB42bKWwdl9xRcmEo=";
21 install -Dm755 shellnoob.py $out/bin/snoob
27 description = "Shellcode writing toolkit";
28 homepage = "https://github.com/reyammer/shellnoob";
29 mainProgram = "snoob";
30 license = licenses.mit;
31 maintainers = with maintainers; [ emilytrau ];