Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
agent_tesla_panel_rce — This is Metasploit module who exploit the command injection vulnerability in control center of the agent Tesla. | Kitploit
Tools/GitHubGitHub/mekhalleh/agent_tesla_panel_rce
ExploitationWeb Application ExploitationPenetration Testing
GitHubmekhalleh/agent_tesla_panel_rce

agent_tesla_panel_rce

This is Metasploit module who exploit the command injection vulnerability in control center of the agent Tesla.

View Repository
1126 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

agent_tesla_panel_rce

This module exploit the command injection vulnerability in control center of the agent Tesla.

Setup

Resources for testing are available here: https://github.com/mekhalleh/agent_tesla_panel_rce/tree/master/resources

Windows

For WebPanel1.7z (unauthenticated RCE), I used WAMP server 3.1.9 x64 configured with PHP version 5.6.40 (for ioncube compatibility).

For WebPanel2.7z (authenticated RCE), I used WAMP server 3.1.9 x64 configured with PHP version 7.2.18 (for ioncube compatibility).

For WebPanel3.7z (authenticated RCE), I used WAMP server 3.1.9 x64 configured with PHP version 7.2.18 (source code is not obfuscated, don't need ioncube).

Linux

For WebPanel1.7z (unauthenticated RCE), I used a Debian 9 on which I installed PHP version 5.6.40 (for ioncube compatibility).

For WebPanel2.7z (authenticated RCE), I used a Debian 9 on which I installed the default PHP version (for ioncube compatibility).

For WebPanel3.7z (unauthenticated RCE), I used a Debian 9 on which I installed the default PHP version (source code is not obfuscated, don't need ioncube).

Verification Steps

  1. Install the module as usual
  2. Start msfconsole
  3. Do: use exploit/multi/http/agent_tesla_panel_rce
  • Do: set RHOSTS 192.168.0.15
  • Do: run
  • alt text

    Targeting

    Windows

    alt text

    alt text

    Linux

    alt text

    alt text

    Download Tool