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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Reg1c1de — 레지스트리 내 잠재적 권한 상승 경로를 찾기 위해 C#으로 작성된 레지스트리 권한 스캐너 | Kitploit
도구/GitHubGitHub/deadjakk/reg1c1de
Privilege EscalationVulnerability ScannersConfiguration Auditing
GitHubdeadjakk/reg1c1de

Reg1c1de

레지스트리 내 잠재적 권한 상승 경로를 찾기 위해 C#으로 작성된 레지스트리 권한 스캐너

저장소 보기
86135년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Reg1c1de: Windows 레지스트리 권한 상승 스캐너

요약 (도움말 출력에서):

Reg1c1de는 지정된 레지스트리 하이브를 스캔하여 사용자에게 쓰기 권한이 있는 모든 키를 보고하는 도구입니다. 또한 특정 파일 확장자를 가진 파일 경로를 포함하는 레지스트리 값이 발견되고 해당 경로에 쓰기 가능한 경우, 이 역시 보고됩니다.

이 도구와 그 사용법에 대한 자세한 정보는 관련 github.io 문서에서 확인할 수 있습니다: 여기

도움말 출력:

root@kitploit:~
++++++++++++++Reg1c1de++++++++++++++++
+author: @deadjakk | http://shell.rip+
++++++++++++++++++++++++++++++++++++++


Description:
Reg1c1de is a tool that scans specified registry hives and reports on any keys where the user has write permissions
In addition, if any registry values are found that contain file paths with certain file extensions and they are writeable, these will be reported as well.
These keys should be investigated further as they could potentially lead to a path to privilege escalation or other evil

Arguments: (THESE ARE ALL OPTIONAL!)
-h      show this help message
-vv     enable debug output (more verbose)
-e      scan the entire specified hive, this is disabled by default
-o      filename to write the vulnerable keys to csv, example -o=filename
-k      base key to enumerate from under the hive, default=Software, example -k=Software
-df     disables writeable file checking, in case you don't want to make thousands of access denied file open attempts
-r      four letter shorthand of the root hive to enumerate from, default=HKLM, example -r=HKLM
        Acceptable values are: HKCU, HKLM, HKCR, HKCC, HKU

-writetests     enabling this flag will enable write tests, which will write a dummy registry key and value to every discovered instance of write access to a key.
I DO NOT recommend using this, especially if you cannot make a registry backup, nevertheless it is here.

Example Usage:
Reg1c1de.exe -v -o=outputfile -r=HKLM -e
도구 다운로드