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 /fedora.sh |
Diffstat (limited to 'fedora.sh')
-rw-r--r-- | fedora.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fedora.sh b/fedora.sh new file mode 100644 index 0000000..1f15589 --- /dev/null +++ b/fedora.sh @@ -0,0 +1 @@ +dnf update && dnf upgrade && dnf 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 |