<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://enlacehacktivista.org/index.php?action=history&amp;feed=atom&amp;title=Stabilizing_reverse_shells</id>
	<title>Stabilizing reverse shells - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://enlacehacktivista.org/index.php?action=history&amp;feed=atom&amp;title=Stabilizing_reverse_shells"/>
	<link rel="alternate" type="text/html" href="https://enlacehacktivista.org/index.php?title=Stabilizing_reverse_shells&amp;action=history"/>
	<updated>2026-05-02T13:09:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://enlacehacktivista.org/index.php?title=Stabilizing_reverse_shells&amp;diff=1138&amp;oldid=prev</id>
		<title>Booda: Stabilizing reverse shells</title>
		<link rel="alternate" type="text/html" href="https://enlacehacktivista.org/index.php?title=Stabilizing_reverse_shells&amp;diff=1138&amp;oldid=prev"/>
		<updated>2023-07-21T17:43:41Z</updated>

		<summary type="html">&lt;p&gt;Stabilizing reverse shells&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;After gaining a [https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md reverse shell] it&amp;#039;s good practice to stabilize it for better usability and functionality.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
python3 -c &amp;#039;import pty;pty.spawn(&amp;quot;/bin/bash&amp;quot;);&amp;#039;&lt;br /&gt;
stty -a&lt;br /&gt;
stty rows &amp;lt;NUMBER&amp;gt; cols &amp;lt;NUMBER&amp;gt;&lt;br /&gt;
echo $SHELL&lt;br /&gt;
export SHELL=bash&lt;br /&gt;
echo $TERM&lt;br /&gt;
export TERM=xterm-256color&lt;br /&gt;
press CTRL+Z&lt;br /&gt;
stty raw -echo ; fg&lt;br /&gt;
reset&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Booda</name></author>
	</entry>
</feed>