add torsocks

install: apt-get install -y torsocks
man: https://manpages.ubuntu.com/manpages/focal/man1/torsocks.1.html
master
Miguel R 2022-12-22 16:46:23 +01:00 committed by Andrea Cardaci
parent aebe711cf0
commit fa4efa277c
1 changed files with 7 additions and 0 deletions

7
_gtfobins/torsocks.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
shell:
- code: torsocks /bin/sh
sudo:
- code: sudo torsocks /bin/sh
---