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