Maintain access to Servers with Web Backdoors

When a web server and services are compromised, it is important to ensure that the hacker has secure access. This is usually achieved with the help of a web shell, ie a small program that gives us access and allows us to run commands on our remote system.

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 remote compromised systems, even if restrictions have been applied in 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:

This command will create a file weevely.php on the desktop. Below we will see an example of backdoor php with 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 into your terminal, ensuring that the directory IP address and access of the breached instead, they are replaced with those of the compromised system:

Mandate: weevely http: // /

In the example shown in the screenshot above s, 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.082 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.).