Maintain access to Servers with Web Backdoors

When a web server and services have been compromised, it is important to ensure secure access for the hacker. This is usually achieved with the help of a web shell, that is, a small program that gives us access and allows us to run in our remote location.

Kali distribution comes with many pre-installed web shells. In this guide we will use a popular PHP web shell called Weevely.

Weevely simulates a Telnet session and allows the hacker to exploit more than 30 modules after exploitation for:

  • Browse the breached system
  • Transfer files to and from the compromised system
  • Create reverse TCP shells
  • Execute commands on compromised remote systems, even if security restrictions have been applied to PHP

Finally, Weevely tries to hide communications within an HTTP cookie to avoid being detected.

To create a php backdoor in Weevely, type the following command in your terminal:

Mandate: weevely generate password>

This command will create a weevely.php on the surface . Below we will see an example of a php backdoor executing commands on remote systems that have been compromised, even if security rules have been applied to them:

So after you create your own backdoor.php, upload it to the compromised website where you found a security vulnerability.

To communicate with the web shell, simply type the following command in your terminal, ensuring that its variables IP addresses of the compromised machine's directory and password are changed to those of the compromised system:

Mandate: weevely http:// /

In the example shown in the screenshot above, we have verified that we are connected to the web shell, using the command uname -a and the pwd command.

The order cat / etc / password used to view passwords.

Finally the web shell can also be used to create a reverse shell connection, using either Netcat or the Metasploit Framework as a local listener.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by Anastasis Vasileiadis

Translations are like women. When they are beautiful they are not faithful and when they are faithful they are not beautiful.

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).