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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/3xpl01tc0d3r/obfuscator
Encryption/Decryption ToolsPayload GenerationShellcodeShellcode GenerationPayload Development
GitHub3xpl01tc0d3r/obfuscator

Obfuscator

이 프로그램은 셸코드를 난독화하도록 설계되었습니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Obfuscator


이 프로그램은 셸코드를 난독화하기 위해 설계되었습니다. 현재 이 도구는 2가지 암호화를 지원합니다.

root@kitploit:~
1) XOR
2) AES

도구는 4가지 형식의 셸코드를 허용합니다.

root@kitploit:~
1) base64
2) hex
3) c
4) raw

명령줄 사용법

root@kitploit:~
Usage           Description
-----           -----------
/f              Specify the format of the shellcode
                base64
                hex
                c
                raw
/enc            Specify the encryption type (aes or xor) in which the shellcode will be encrypted
/key            Specify the key that will be used to encrypt the shellcode (default = SuperStrongKey)
/path           Specify the path of the file that contains the shellcode
/url            Specify the url where the shellcode is hosted
/o              Specify the file path to save the encrypted shellcode (default = output.bin)
/help           Show help

블로그 게시물

https://3xpl01tc0d3r.blogspot.com/2020/08/introduction-to-obfuscator.html

도구 다운로드