aboutsummaryrefslogtreecommitdiffstats
path: root/posts/space.md
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-18 06:28:49 +0000
committerGitHub <[email protected]>2024-02-18 06:28:49 +0000
commit4f5ad6a7af15a43e1469e994618e24c623177359 (patch)
tree90d29a270758a899a07fce1935103eb48663587f /posts/space.md
parent80eabade58e7d95c26b55b7b2dccc10092521f7d (diff)
Add files via upload
Diffstat (limited to 'posts/space.md')
-rw-r--r--posts/space.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/posts/space.md b/posts/space.md
new file mode 100644
index 0000000..bd8beb4
--- /dev/null
+++ b/posts/space.md
@@ -0,0 +1,50 @@
+title: 👾 Space Invaders
+date: 2024-02-15 19:00
+tags: projects
+summary: SSH for hacking
+---
+### Amazing tricks for hacking [SSH]
+---
+![mask](/images/mask.png)
+## POWER UP YOUR SEGFAULT ACCESS WITH SOME TRICKS! LET'S HACK!
+
+### Automation with SSH for Hacking
+![tor](/images/tor.png)
+
+#### 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...
+![dark](/images/dark.png)
+
+
+## DEEEEEEEEP TUTORIAL...
+### [_Tutorial YouTube_](https://youtu.be/fTgD2YGEvrE)
+Go to Segfault interactive shell [here](https://shell.segfault.net)
+##### When your machine starts, do this:
+##### Before access complete do this:
+
+## And repeat to infinity!
+![tunnel](https://github.com/cristiancmoises/spaceinvaders/assets/86272521/a4a527f9-b749-476c-b517-480a5f173143)
+
+> # Knowledge is power. Use it.