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.
टूल डाउनलोड करें