<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Emilio's Blog]]></title><description><![CDATA[Emilio's Blog]]></description><link>https://emiliomendoza.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 10:48:07 GMT</lastBuildDate><atom:link href="https://emiliomendoza.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[0 | The makings of a RAT]]></title><description><![CDATA[What is a RAT
A RAT is both a useful tool for administrators and a malicious type of malware. Remote access tools or remote access trojans are designed to execute commands on a remote computer. Malicious RATs often feature keylogging, remote code exe...]]></description><link>https://emiliomendoza.hashnode.dev/0-the-makings-of-a-rat</link><guid isPermaLink="true">https://emiliomendoza.hashnode.dev/0-the-makings-of-a-rat</guid><category><![CDATA[Python]]></category><category><![CDATA[Ethical Hacking]]></category><category><![CDATA[General Programming]]></category><dc:creator><![CDATA[Emilio Mendoza]]></dc:creator><pubDate>Tue, 27 Dec 2022 05:03:13 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/961caefbec8aa11279d683a5a1bacef7.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-what-is-a-rat">What is a RAT</h2>
<p>A RAT is both a useful tool for administrators and a malicious type of malware. Remote access tools or remote access trojans are designed to execute commands on a remote computer. Malicious RATs often feature keylogging, remote code execution, access to the shell, and control over the user's webcam and desktop.</p>
<h2 id="heading-what-am-i-doing">What am I doing?</h2>
<p>I want to build a RAT. I <strong>don't</strong> intend on using it for malicious purposes. It is designed to be transparent about its doings on the user's computer. However, it will feature a powerful keylogger with the ability to go into "ghost"👻 mode, with the host's computer's permission. Ghost mode will feature SHA-256 bit encryption on the keyloggers logs, which will be hidden in a directory of the remote user's choice, and concealed names of executing files. Ghost mode will be able to completely go unnoticed by the victim. It is the closest thing to a real virus I have made.</p>
]]></content:encoded></item></channel></rss>