diff options
Diffstat (limited to 'site/space.html')
-rw-r--r-- | site/space.html | 94 |
1 files changed, 94 insertions, 0 deletions
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 @@ +<p><!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>C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="https://cristiancmoises.github.io/site/about.html">About</a>]--[<a href="https://cristiancmoises.github.io/site/projects.html">Projects</a>]--[<a href="https://cristiancmoises.github.io/site/research.html">Research</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>👾 Space Invaders</h1><div>February 12, 2024</div><div><h2>SSH for Hacking</h2></p> +<h1 id="space-invaders">Space Invaders</h1> +<h2 id="power-up-your-segfault-access-with-some-tricks-let-s-hack-">POWER UP YOUR SEGFAULT ACCESS WITH SOME TRICKS! LET'S HACK!</h2> +<h3 id="automation-with-ssh-for-hacking">Automation with SSH for Hacking</h3> +<p><img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/300ad441-f59b-475d-92d0-ae77aa4211ef" width="525" height="190"/></p> +<table> +<thead> +<tr> +<th>First steps:</th> +</tr> +</thead> +<tbody> +<tr> +<td>Debian:</td> +</tr> +<tr> +<td>apt update && apt upgrade && apt install sshpass pssh torsocks -y</td> +</tr> +<tr> +<td>Fedora:</td> +</tr> +<tr> +<td>dnf update && dnf upgrade && dnf install sshpass pssh tor torsocks -y</td> +</tr> +<tr> +<td>Gentoo:</td> +</tr> +<tr> +<td>emerge sshpass pssh tor torsocks</td> +</tr> +</tbody> +</table> +<table> +<thead> +<tr> +<th>START TOR!</th> +</tr> +</thead> +<tbody> +<tr> +<td># SYSTEMD USERS</td> +</tr> +<tr> +<td>systemctl enable tor</td> +</tr> +<tr> +<td>systemctl start tor</td> +</tr> +<tr> +<td># OPENRC USERS</td> +</tr> +<tr> +<td>rc-service tor enable</td> +</tr> +<tr> +<td>rc-service tor start</td> +</tr> +</tbody> +</table> +<h3 id="are-you-prepared-ok-start-with-this-">Are you prepared? OK... start with this:</h3> +<pre><code> torify sshpass -<span class="hljs-selector-tag">p</span> <span class="hljs-string">"segfault"</span> pssh -A -<span class="hljs-selector-tag">i</span> -H <span class="hljs-string">"[email protected]:22"</span> uname -<span class="hljs-selector-tag">a</span> +</code></pre><h3 id="-_tutorial-youtube_-https-www-youtube-com-embed-oqziuov75wq-"><a href="https://www.youtube.com/embed/OqZiuoV75wQ"><em>Tutorial YouTube</em></a></h3> +<h2 id="do-you-want-go-deep-ok-">Do you want go deep? OK...</h2> +<p><img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/43e10cb7-57f4-4c21-afc8-35ce2e503309" width="540" height="320"/></p> +<h2 id="deeeeeeeep-tutorial-">DEEEEEEEEP TUTORIAL...</h2> +<h3 id="-_tutorial-youtube_-https-youtu-be-ftgd2ygevre-"><a href="https://youtu.be/fTgD2YGEvrE"><em>Tutorial YouTube</em></a></h3> +<table> +<thead> +<tr> +<th>Go to Segfault interactive shell <a href="https://shell.segfault.net">here</a></th> +</tr> +</thead> +<tbody> +<tr> +<td>When your machine starts, do this:</td> +</tr> +<tr> +<td>> [email protected]</td> +</tr> +<tr> +<td></td> +</tr> +<tr> +<td>Before access complete do this:</td> +</tr> +<tr> +<td>> [email protected]</td> +</tr> +</tbody> +</table> +<h2 id="and-repeat-to-infinity-">And repeat to infinity!</h2> +<p><img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/a4a527f9-b749-476c-b517-480a5f173143" alt="tunnel"></p> +<p><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> +<img src="https://github.com/cristiancmoises/spaceinvaders/assets/86272521/11bfe09b-3039-482e-9e1b-5dec2bb4c4a7" width="80" height="60"/> </p> |