From 1634ba25441050c5c856ea8c59d86dc6a7162e65 Mon Sep 17 00:00:00 2001 From: Miguel R Date: Thu, 22 Dec 2022 16:30:16 +0100 Subject: [PATCH] add torify install: apt-get install -y tor man: https://manpages.ubuntu.com/manpages/bionic/man1/torify.1.html --- _gtfobins/torify.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _gtfobins/torify.md diff --git a/_gtfobins/torify.md b/_gtfobins/torify.md new file mode 100644 index 0000000..295d4e2 --- /dev/null +++ b/_gtfobins/torify.md @@ -0,0 +1,7 @@ +--- +functions: + shell: + - code: torify /bin/sh + sudo: + - code: sudo torify /bin/sh +---