From 509cb6767b5cc3a60a42d3ce6c33b0893695354e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 18 Feb 2024 02:48:50 +0000 Subject: Create space.html --- site/space.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 site/space.html (limited to 'site/space.html') diff --git a/site/space.html b/site/space.html new file mode 100644 index 0000000..4e2bb06 --- /dev/null +++ b/site/space.html @@ -0,0 +1,94 @@ +

<!DOCTYPE html>C.C.M. Homepage

+>---------------------------<+

[About]--[Projects]--[Research]

+>---------------------------<+


👾 Space Invaders

February 12, 2024

SSH for Hacking

+

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

+

Do you want go deep? OK...

+

+

DEEEEEEEEP TUTORIAL...

+

Tutorial YouTube

+ + + + + + + + + + + + + + + + + + + + + + + +
Go to Segfault interactive shell here
When your machine starts, do this:
> ssh@lsd.segfault.net
Before access complete do this:
> ssh@adm.segfault.net
+

And repeat to infinity!

+

tunnel

+

+

-- cgit v1.2.3