diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-10-20 19:46:42 +0000 |
---|---|---|
committer | Cristian Cezar Moisés <[email protected]> | 2024-10-20 19:46:42 +0000 |
commit | 3fd45ce59f40f85916c1bff39e0cdb2c1bcc947c (patch) | |
tree | 5e7cbdcad87eaf996341b1d3fed65d00d8d64b68 /debian.sh |
Diffstat (limited to 'debian.sh')
-rw-r--r-- | debian.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian.sh b/debian.sh new file mode 100644 index 0000000..b98de3a --- /dev/null +++ b/debian.sh @@ -0,0 +1 @@ +apt update && apt upgrade && apt install tor torsocks pssh sshpass -y && systemctl enable tor && systemctl start tor && torify sshpass -p "segfault" pssh -A -i -H "[email protected]:22" uname -a |