<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jeff</title>
    <description>The latest articles on DEV Community by Jeff (@jeff53978).</description>
    <link>https://dev.to/jeff53978</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1078413%2F155e72c1-abbd-443a-9eeb-5dcbca887e05.png</url>
      <title>DEV Community: Jeff</title>
      <link>https://dev.to/jeff53978</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeff53978"/>
    <language>en</language>
    <item>
      <title>Python-Trojan a new tool to control a computer</title>
      <dc:creator>Jeff</dc:creator>
      <pubDate>Sun, 07 May 2023 14:32:20 +0000</pubDate>
      <link>https://dev.to/jeff53978/python-trojan-a-new-tool-to-control-a-computer-3jl3</link>
      <guid>https://dev.to/jeff53978/python-trojan-a-new-tool-to-control-a-computer-3jl3</guid>
      <description>&lt;h1&gt;
  
  
  Python-Trojan
&lt;/h1&gt;

&lt;p&gt;An Python Remote Administration Tool that works on Discord.&lt;br&gt;
Supports multiple exploitation commands.&lt;/p&gt;
&lt;h1&gt;
  
  
  Discord Tokens
&lt;/h1&gt;

&lt;p&gt;Due to a client update by Discord in 2022, most Token Grabbers are no longer effective.&lt;br&gt;
However, this tool is designed to crack Discord's updated encryption.&lt;/p&gt;
&lt;h1&gt;
  
  
  Browser Passwords
&lt;/h1&gt;

&lt;p&gt;This tool is capable of extracting passwords from contemporary web browsers.&lt;/p&gt;
&lt;h1&gt;
  
  
  Preview
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--918CXpUF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.discordapp.net/attachments/1034059578708594690/1051309462473953310/image.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--918CXpUF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.discordapp.net/attachments/1034059578708594690/1051309462473953310/image.png" alt="alt text" width="442" height="540"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;
  
  
  Features
&lt;/h1&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;help - Help command
ping - Ping command
cwd - Get current working directory
cd &amp;lt;path&amp;gt; - Change directory
ls - List directory
download &amp;lt;file&amp;gt; - Download file
upload &amp;lt;link&amp;gt; - Upload file
shell &amp;lt;ps&amp;gt; - Execute shell command
run &amp;lt;file&amp;gt; - Run an file
exit - Exit the session
screenshot - Take a screenshot
tokens - Get all discord tokens
shutdown - Shutdown the computer
restart - Restart the computer
passwords - Extracts all browser passwords
history - Extracts all browser history
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h1&gt;
  
  
  Setup
&lt;/h1&gt;
&lt;h2&gt;
  
  
  Installing required packages
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-r&lt;/span&gt; requirements.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h2&gt;
  
  
  Creating Server
&lt;/h2&gt;

&lt;p&gt;Create a new discord server and copy the guild id, if you don't know how to get the guild id please &lt;a href="https://en.wikipedia.org/wiki/Template:Discord_Channel#:~:text=Getting%20Channel%2FGuild%20ID,to%20get%20the%20guild%20ID."&gt;read this&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Creating the bot
&lt;/h2&gt;

&lt;p&gt;Please go to &lt;a href="https://discord.com/developers/applications"&gt;Discord Developer Portal&lt;/a&gt; and create an New Application,&lt;br&gt;
then you need to enter a name like C2 or C&amp;amp;C server. go to Bot in the left sidebar, Press Add Bot Reset The token and put it in Configuration.&lt;br&gt;
Scroll down to the bottom until you see &lt;code&gt;MESSAGE CONTENT INTENT&lt;/code&gt; enable it and press on OAuth2 in the left sidebar, and then URL Generator press bot and below Administrator,&lt;br&gt;
copy the link ad the bottom and paste it in your webbrowser to invite the bot to your server.&lt;/p&gt;
&lt;h2&gt;
  
  
  Configuration
&lt;/h2&gt;

&lt;p&gt;Open config.json and fill in your discord token and guild id,&lt;br&gt;
DM me on &lt;code&gt;!Jeff$#1337&lt;/code&gt; for help. Example shown below.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"token"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Your discord bot token"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"guild_id"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"The guild id of the C2 server"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  Compiling to an Executable (.exe)
&lt;/h1&gt;

&lt;p&gt;To compile this tool to an executable please install an Python compiler like nuitka, pyinstaller or pyarmor pack.&lt;br&gt;
Here is an example of compiling with Pyinstaller&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;pyinstaller
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pyinstaller &lt;span class="nt"&gt;--onefile&lt;/span&gt; &lt;span class="nt"&gt;--windowed&lt;/span&gt; &lt;span class="nt"&gt;--clean&lt;/span&gt; &lt;span class="nt"&gt;--add-data&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"config.json;."&lt;/span&gt; main.py 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  Contributing
&lt;/h1&gt;

&lt;p&gt;Contributions to this Python Trojan project are welcome and encouraged! Here are some guidelines for contributing:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fork the repository and create a new branch for your contribution.&lt;/li&gt;
&lt;li&gt;Make your changes or additions to the codebase.&lt;/li&gt;
&lt;li&gt;Test your changes to ensure they work as expected.&lt;/li&gt;
&lt;li&gt;Update the README with any relevant changes or additions, including documentation on new features or functionality.&lt;/li&gt;
&lt;li&gt;Submit a pull request with your changes, describing the purpose and scope of your contribution.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;When contributing to this project, please keep in mind the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Follow the Python coding style guidelines and best practices.&lt;/li&gt;
&lt;li&gt;Avoid introducing any malicious or harmful code.&lt;/li&gt;
&lt;li&gt;Be respectful and considerate towards other contributors and maintainers.&lt;/li&gt;
&lt;li&gt;Provide clear and detailed descriptions of your changes or additions in your pull request.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By contributing to this project, you are acknowledging and agreeing that your contributions will be licensed under the same license as the original project.&lt;/p&gt;

&lt;p&gt;Thank you for considering contributing to this Python Trojan project! Your contributions are valuable and appreciated.&lt;/p&gt;

&lt;h1&gt;
  
  
  License
&lt;/h1&gt;

&lt;p&gt;Python-Trojan is released under the GPL-3 License. See &lt;code&gt;LICENSE&lt;/code&gt; for more information.&lt;/p&gt;

&lt;h1&gt;
  
  
  Source Code
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/Jeff53978/Python-Trojan"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>opensource</category>
      <category>github</category>
    </item>
  </channel>
</rss>
