From 4f5ad6a7af15a43e1469e994618e24c623177359 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 06:28:49 +0000 Subject: Add files via upload --- site/-space-invaders.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 site/-space-invaders.html (limited to 'site/-space-invaders.html') diff --git a/site/-space-invaders.html b/site/-space-invaders.html new file mode 100644 index 0000000..71d1e7b --- /dev/null +++ b/site/-space-invaders.html @@ -0,0 +1,4 @@ +👾 Space Invaders — C.C.M. Homepage

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

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

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


👾 Space Invaders

February 15, 2024

Amazing tricks for hacking [SSH]


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!

Knowledge is power. Use it.

\ No newline at end of file -- cgit v1.2.3