Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "AntSword Backdoor Detection" module is designed to detect the presence of a backdoor shell in an AntSword application. AntSword is a software used for penetration testing and ethical hacking. The severity of this detection is classified as critical, indicating a high level of risk if a backdoor is found. The original author of this module is ffffffff0x.
If a backdoor shell is discovered in an AntSword application, it can pose a significant security risk. Backdoors allow unauthorized access to a system, potentially leading to data breaches, unauthorized modifications, and further exploitation of the compromised system.
The "AntSword Backdoor Detection" module works by sending an HTTP POST request to the path "/.antproxy.php" and checking for specific conditions in the response. The request includes a header with the content type set to "application/x-www-form-urlencoded". The module uses two matching conditions to determine if a backdoor shell is present:
If both conditions are met, the module reports the presence of a backdoor shell in the AntSword application.
Reference:
- https://github.com/AntSwordProject/AntSword-Labs/tree/master/bypass_disable_functions/9
Content-Type: application/x-www-fo...