diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-18 06:36:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-18 06:36:15 +0000 |
commit | ac2d73a8675d1fffc547b32fc108035d86f60b5d (patch) | |
tree | 817f6e0f43a22813d4db664061fe042d55912421 /site/-space-invaders.html | |
parent | 58212f9ad69609bde3a4871e227704f6de7e510b (diff) |
Delete site directory
Diffstat (limited to 'site/-space-invaders.html')
-rw-r--r-- | site/-space-invaders.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/site/-space-invaders.html b/site/-space-invaders.html deleted file mode 100644 index 71d1e7b..0000000 --- a/site/-space-invaders.html +++ /dev/null @@ -1,4 +0,0 @@ -<!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>👾 Space Invaders — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="/about.html">About</a>]--[<a href="/research.html">Research</a>]--[<a href="/projects.html">Projects</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>👾 Space Invaders</h1><div>February 15, 2024</div><div><h3>Amazing tricks for hacking [SSH]</h3><hr /><p><div style="text-align: center"><img src="/images/mask.png" /></div></p><h2>POWER UP YOUR SEGFAULT ACCESS WITH SOME TRICKS! LET'S HACK!</h2><h3>Automation with SSH for Hacking</h3><p><div style="text-align: center"><img src="/images/tor.png" /></div></p><h4>First steps:</h4><p>Debian: | -apt update && apt upgrade && apt install sshpass pssh torsocks -y<br />Fedora:<br />dnf update && dnf upgrade && dnf install sshpass pssh tor torsocks -y<br />Gentoo:<br />emerge sshpass pssh tor torsocks</p><h4>START TOR!</h4><h5>SYSTEMD USERS</h5><div id="code"><pre style="overflow: auto"><code>systemctl enable tor -systemctl start tor </code></pre></div><h5>OPENRC USERS</h5><div id="code"><pre style="overflow: auto"><code>rc-service tor enable -rc-service tor start </code></pre></div><h3>Are you prepared? OK... start with this:</h3><div id="code"><pre style="overflow: auto"><code> torify sshpass -p "segfault" pssh -A -i -H "[email protected]:22" uname -a </code></pre></div><h3>[<a href="https://www.youtube.com/embed/OqZiuoV75wQ"><em>Tutorial YouTube</em></a>]</h3><h2>Do you want go deep? OK...</h2><p><div style="text-align: center"><img src="/images/dark.png" /></div></p><h2>DEEEEEEEEP TUTORIAL...</h2><h3>[<a href="https://youtu.be/fTgD2YGEvrE"><em>Tutorial YouTube</em></a>]</h3><p>Go to Segfault interactive shell [<a href="https://shell.segfault.net">here</a>]</p><h5>When your machine starts, do this:</h5><div id="code"><pre style="overflow: auto"><code>[email protected] </code></pre></div><h5>Before access complete do this:</h5><div id="code"><pre style="overflow: auto"><code>[email protected] </code></pre></div><h2>And repeat to infinity!</h2><p><div style="text-align: center"><img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/a4a527f9-b749-476c-b517-480a5f173143" /></div></p><blockquote><h1>Knowledge is power. Use it.</h1></blockquote></div></div><footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
\ No newline at end of file |