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 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e140d7 --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +<img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/11bfe09b-3039-482e-9e1b-5dec2bb4c4a7" width="80" height="60"/> + +# Space Invaders +## POWER UP YOUR SEGFAULT ACCESS WITH SOME TRICKS! LET'S HACK! + + +### Automation with SSH for Hacking +<img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/300ad441-f59b-475d-92d0-ae77aa4211ef" width="525" height="190"/> + +|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 "[email protected]:22" uname -a +### [_Tutorial YouTube_](https://www.youtube.com/embed/OqZiuoV75wQ) + +## Do you want go deep? OK... +<img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/43e10cb7-57f4-4c21-afc8-35ce2e503309" width="540" height="320"/> + + +## DEEEEEEEEP TUTORIAL... +### [_Tutorial YouTube_](https://youtu.be/fTgD2YGEvrE) +|Go to Segfault interactive shell [here](https://shell.segfault.net) | +|--------------------------------------| +| When your machine starts, do this: | +| > [email protected] | +| | +|Before access complete do this: | +| > [email protected] | + +## And repeat to infinity! +![tunnel](https://github.com/cristiancmoises/spaceinvaders/assets/86272521/a4a527f9-b749-476c-b517-480a5f173143) + + +> # Knowledge is power. Use it. |