one_gadget: init at 1.6.2

This commit is contained in:
Artemis Tosini
2019-01-28 20:05:02 +00:00
parent c5f420381c
commit 73bc897ac6
6 changed files with 79 additions and 0 deletions
@@ -0,0 +1,15 @@
{ lib, bundlerApp }:
bundlerApp {
pname = "one_gadget";
gemdir = ./.;
exes = [ "one_gadget" ];
meta = with lib; {
description = "The best tool for finding one gadget RCE in libc.so.6";
homepage = https://github.com/david942j/one_gadget;
license = licenses.mit;
maintainers = [ maintainers.artemist ];
platforms = platforms.unix;
};
}