Skip to content

Learn about the MARIJUANA web shell, a PHP-based backdoor with stealth capabilities designed to bypass server security measures. Understand its features, potential risks, and implications for cybersecurity.

License

Notifications You must be signed in to change notification settings

RootShelll/MARIJUANA-web-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Understanding the MARIJUANA Web Shell: Features and Security Implications

The MARIJUANA web shell is a backdoor tool developed in PHP with stealth capabilities designed to bypass server security measures. Each function within this web shell is encoded in hexadecimal format to evade Web Application Firewalls (WAFs).

MARIJUANA Web Shell

Warning:
The use of web shells like MARIJUANA poses significant security risks. Unauthorized deployment can lead to severe legal and ethical consequences. ⚠️

Key Features of the MARIJUANA Web Shell

  • No URL Reload (AJAX): Enhances user experience by updating content without refreshing the page.
  • Bypass Forbidden: Allows access to restricted directories or files.
  • Multiple File Upload (Auto Submit): Facilitates the uploading of multiple files simultaneously.
  • Unzip Functionality: Enables decompression of ZIP archives directly on the server.
  • Non-Empty Directory Removal: Permits deletion of directories regardless of their content.
  • HTTP Requests: Supports sending HTTP requests to other servers.
  • File Download: Allows downloading of files from the server.
  • Rename Function: Enables renaming of files or directories.
  • Base64 Encode/Decode (AJAX): Provides encoding and decoding of data in Base64 format.
  • CHMOD: Allows modification of file or directory permissions.
  • Change Timestamp: Enables alteration of file or directory timestamps.
  • Create New File and Directory: Facilitates creation of new files or directories on the server.

Potential Risks and Security Concerns

While tools like the MARIJUANA web shell offer functionalities that can be used for legitimate purposes, they are often associated with malicious activities, including unauthorized server access, data theft, and server compromise.

Note:
It's crucial to ensure that your server is secured against unauthorized access and that any tools or scripts used are from trusted sources. ℹ️

Indicators of Compromise (IoCs)

Security agencies have identified certain indicators associated with malicious deployments of web shells like MARIJUANA.

Protective Measures

To safeguard your server against potential threats posed by web shells:

  • Regularly update and patch your server software to address known vulnerabilities.
  • Implement robust authentication mechanisms to prevent unauthorized access.
  • Monitor server logs for unusual activities that could indicate a security breach.
  • Utilize security tools that can detect and block malicious scripts or backdoors.

Disclaimer:
This information is provided for educational purposes only. Unauthorized use of web shells can lead to severe legal consequences. ⚠️

Example Code

You can copy the following code to implement certain functions:

// Example PHP Code for MARIJUANA Web Shell
echo "Hello, World!";

Important:
Be cautious when using or deploying any web shell as it can result in serious legal issues.

About

Learn about the MARIJUANA web shell, a PHP-based backdoor with stealth capabilities designed to bypass server security measures. Understand its features, potential risks, and implications for cybersecurity.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages