From 3fd45ce59f40f85916c1bff39e0cdb2c1bcc947c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Sun, 20 Oct 2024 19:46:42 +0000 Subject: Upload files to "/" --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e140d7 --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ + + +# Space Invaders +## POWER UP YOUR SEGFAULT ACCESS WITH SOME TRICKS! LET'S HACK! + + +### Automation with SSH for Hacking + + +|First steps: | +|------------------------------------------------------------------------| +|Debian: | +|apt update && apt upgrade && apt install sshpass pssh torsocks -y | +|Fedora: | +|dnf update && dnf upgrade && dnf install sshpass pssh tor torsocks -y | +|Gentoo: | +|emerge sshpass pssh tor torsocks | + +| START TOR! | +|-----------------------| +| # SYSTEMD USERS | +| systemctl enable tor | +| systemctl start tor | +| # OPENRC USERS | +| rc-service tor enable | +| rc-service tor start | + +### Are you prepared? OK... start with this: + + torify sshpass -p "segfault" pssh -A -i -H "root@lsd.segfault.net:22" uname -a +### [_Tutorial YouTube_](https://www.youtube.com/embed/OqZiuoV75wQ) + +## Do you want go deep? OK... + + + +## DEEEEEEEEP TUTORIAL... +### [_Tutorial YouTube_](https://youtu.be/fTgD2YGEvrE) +|Go to Segfault interactive shell [here](https://shell.segfault.net) | +|--------------------------------------| +| When your machine starts, do this: | +| > ssh@lsd.segfault.net | +| | +|Before access complete do this: | +| > ssh@adm.segfault.net | + +## And repeat to infinity! +![tunnel](https://github.com/cristiancmoises/spaceinvaders/assets/86272521/a4a527f9-b749-476c-b517-480a5f173143) + + +> # Knowledge is power. Use it. -- cgit v1.2.3