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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
NiCOFF — COFF and BOF Loader written in Nim | Kitploit
도구/GitHubGitHub/frkngksl/nicoff
Post-ExploitationPenetration TestingRed TeamingPayload Development
GitHubfrkngksl/nicoff

NiCOFF

COFF and BOF Loader written in Nim

저장소 보기
177204개월 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

NiCOFF

기본적으로 NiCOFF는 Nim으로 작성된 COFF 및 BOF 파일 로더입니다. NiCOFF는 BOF 또는 COFF 파일을 읽어 메모리에서 파싱하고 실행합니다. 전체 프로젝트는 Yasser와 Kevin의 COFF Loader 프로젝트를 기반으로 합니다. 이 프로젝트들의 로더와 비콘 함수는 모두 Nim으로 다시 작성되었습니다.

컴파일

다음 명령어로 소스 코드를 직접 컴파일할 수 있습니다:

nim c -d:release -o:NiCOFF.exe Main.nim

"cannot open file" 오류가 발생하는 경우, 필요한 의존성도 설치해야 합니다:

nimble install ptr_math winim

사용법

NiCOFF는 최대 세 개의 인수를 받을 수 있습니다: BOF 또는 COFF 파일 경로, 시작 함수 엔트리(함수 포인터를 변경하고 싶을 수 있음), 그리고 선택적 BOF 인수입니다 (Kevin의 스크립트를 확인할 수 있습니다).

root@kitploit:~
PS C:\Users\test\Desktop\NiCOFF\bin> .\NiCOFF.exe .\ipconfig.x64.o go
 ______  _  ______ _____  _______ _______
|  ___ \(_)/ _____) ___ \(_______|_______)
| |   | |_| /    | |   | |_____   _____
| |   | | | |    | |   | |  ___) |  ___)
| |   | | | \____| |___| | |     | |
|_|   |_|_|\______)_____/|_|     |_|

                @R0h1rr1m

[+] File is read!
[+] Sections are copied!
  [+] Relocations for section: .text
  [+] Relocations for section: .data
  [+] Relocations for section: .bss
  [+] Relocations for section: .xdata
  [+] Relocations for section: .pdata
  [+] Relocations for section: .rdata
  [+] Relocations for section: /4
[+] Relocations are done!
[+] Trying to find the entry: go
[+] go entry found!
[+] Executing...
[+] COFF File is Executed!
[+] Output Below:

참고 자료

  • https://github.com/trustedsec/COFFLoader
  • https://github.com/Yaxser/COFFLoader2
  • https://0xpat.github.io/Malware_development_part_8/
  • https://blog.cloudflare.com/how-to-execute-an-object-file-part-1/

면책 조항

승인된 보안 테스트에만 사용하세요. 명시적 허가 없이 시스템에 이 도구를 사용하는 것은 불법입니다.

도구 다운로드