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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
shellcode — A collection of my shellcode samples. | Kitploit
도구/GitHubGitHub/0xdea/shellcode
ExploitationShellcodePenetration TestingLearning & EducationPayload DevelopmentBinary Exploitation
GitHub0xdea/shellcode

shellcode

A collection of my shellcode samples.

저장소 보기
26317일 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

shellcode

“A vulnerability provides an assembly language for a computer that has never been programmed before, and that was not designed with programmability in mind.”

-- Halvar Flake

A collection of new and old shellcode samples.

Article

  • https://hnsecurity.it/blog/new-and-old-shellcode-samples/

Shellcode

x86

  • setuid-linux.c. Old setuid/execve shellcode for Linux/x86 (30 bytes).
  • portbind-linux.c. Old setuid/portbind shellcode for Linux/x86 (96 bytes).
  • reusage-linux.c. Old execve shellcode for Linux/x86 that reuses "/bin/sh" in .rodata (16 bytes).
  • gets-linux.c. Old stdin-reopen/execve shellcode for Linux/x86, useful against gets() buffer overflows.
  • raptorcode.c. Old shellcode for Linux/x86 that writes a message to the current tty.
  • setuid-bsd.c. Old setuid/execve shellcode for BSD/x86 (30 bytes).
  • portbind-bsd.c. Old setuid/portbind shellcode for BSD/x86 (94 bytes).
  • leetcode.c. Old setuid/execve shellcode for BSD/x86, with an ASCII message buried in the code.

x86_64

  • read-no-H.s. Linux/x86_64 sendfile shellcode without 0x48 bytes.
  • exec-no-H.s. Linux/x86_64 exec shellcode without 0x48 bytes.
  • read-no-syscall.s. Linux/x86_64 sendfile shellcode without 0x0f05 bytes.
  • read-write.s. Linux/x86_64 file read/write shellcode.
  • chmod-tiny.s. 12-bytes Linux/x86_64 chmod 4 shellcode.
  • exec-tiny.s. 12-bytes Linux/x86_64 exec shellcode.

SPARC

  • sparc_solaris_exec.c. Solaris/SPARC setuid/execve shellcode (60 bytes).
  • sparc_solaris_chmod.c. Solaris/SPARC setuid/chmod/exit shellcode (64 bytes).
  • sparc_solaris_chmod2.c. Very small Solaris/SPARC chmod shellcode (36 bytes).

MIPS

  • mips_n32_msb_linux_revsh.c. Basic MIPS N32 MSB Linux reverse shellcode.
도구 다운로드