<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>C-Sharp on CrippledMind's InfoSec Journal</title><link>https://crippledmind-infosec-journal.netlify.app/tags/c-sharp/</link><description>Recent content in C-Sharp on CrippledMind's InfoSec Journal</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 17 Jun 2024 10:13:34 +0530</lastBuildDate><atom:link href="https://crippledmind-infosec-journal.netlify.app/tags/c-sharp/index.xml" rel="self" type="application/rss+xml"/><item><title>AdvKeylogger</title><link>https://crippledmind-infosec-journal.netlify.app/posts/projects/advkelogger/</link><pubDate>Mon, 17 Jun 2024 10:13:34 +0530</pubDate><guid>https://crippledmind-infosec-journal.netlify.app/posts/projects/advkelogger/</guid><description>&lt;h1 id="keylogger">Keylogger
&lt;/h1>&lt;p>#Key Features:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>It records keys to a temporary string, encrypts them and saves them to file named TestData.txt in &amp;ldquo;MyDocuments&amp;rdquo; folder.&lt;/p>
&lt;pre>&lt;code> You can specify custom folder by setting folder variable.
&lt;/code>&lt;/pre>
&lt;/li>
&lt;li>
&lt;p>After some time, the file is decrypted to a new file named &amp;ldquo;new.text&amp;rdquo;, then it is sent to the discord server and then the file is deleted permanently.&lt;/p>
&lt;pre>&lt;code> To change time of decrypting, change the if condition shown below in range of 3000-4000, which is about every 5 minutes.
&lt;/code>&lt;/pre>
&lt;img width="708" alt="Screenshot 2022-07-06 at 23 59 40" src="https://user-images.githubusercontent.com/83757578/177618561-84d3c056-9697-425c-894b-66f1b9ea0e69.png">
&lt;/li>
&lt;li>
&lt;p>Before running make sure to use your Discord webhook link in &amp;ldquo;discordHoo&amp;rdquo; variable.&lt;/p>
&lt;img width="600" alt="Screenshot 2022-07-07 at 00 03 00" src="https://user-images.githubusercontent.com/83757578/177619106-d2228084-cec6-4603-b381-20778f0c183c.png">&lt;/li>
&lt;/ol></description></item></channel></rss>