#shellcodecraft ผลการค้นหา

Today we’re introducing Claude Code Plugins in public beta. Plugins allow you to install and share curated collections of slash commands, agents, MCP servers, and hooks directly within Claude Code.

claudeai's tweet image. Today we’re introducing Claude Code Plugins in public beta.

Plugins allow you to install and share curated collections of slash commands, agents, MCP servers, and hooks directly within Claude Code.

Made my on mini shell in C i learn a lot i will soon post an blog explaining what all i learnt and working of an shell I have followed and learnt a lot from Stephen Brennan article about making an mini shell. article : brennan.io/2015/01/16/wri…

JeetRex's tweet image. Made my on mini shell in C 

i learn a lot i will soon post an blog explaining what all i learnt and working of an shell 

I have followed and learnt a lot from Stephen Brennan article about making an mini shell.

article : brennan.io/2015/01/16/wri…

We built Claude Code into a browser & whiteboard! It's called Decode @decodetool It’s the fastest & best way to give UX feedback to Claude Code while coding locally & enables it to review & test changes itself See thread👇to learn how whiteboards makes it an even better browser


By the end of the "Shellcode Reflective DLL Injection" module, you'll be able to create a custom shellcode builder that converts your DLL payload into shellcode.

MalDevAcademy's tweet image. By the end of the "Shellcode Reflective DLL Injection" module, you'll be able to create a custom shellcode builder that converts your DLL payload into shellcode.

Hi infosec 👋 please welcome shellerator, a command-line bind shells and reverse shells generator for pentesters and CTF players (bash, php, powershell, python...). Enjoy 😊 ➡️ github.com/ShutdownRepo/s…


We’re exploring #LowCode/#NoCode tools for internal development. They promise speed, cost savings & accessibility — but the big question remains: do they scale? What’s your experience — smooth scaling or hidden roadblocks? 🔗 shaligraminfotech.com #ShaligramInfotech

shaligram_it's tweet image. We’re exploring #LowCode/#NoCode tools for internal development. They promise speed, cost savings & accessibility — but the big question remains: do they scale?
What’s your experience — smooth scaling or hidden roadblocks?

🔗 shaligraminfotech.com

#ShaligramInfotech

Poor Thufir, so much effort. There’s an easier and better way — he should have used @Keycard_ Shell! Don’t be like Thufir.

michaelb_eth's tweet image. Poor Thufir, so much effort. There’s an easier and better way — he should have used @Keycard_ Shell!

Don’t be like Thufir.

Nice blog post by @axcheron about writing (Linux) shellcodes axcheron.github.io/linux-shellcod… #offensivesecurity

0xor0ne's tweet image. Nice blog post by @axcheron about writing (Linux) shellcodes

axcheron.github.io/linux-shellcod…

#offensivesecurity
0xor0ne's tweet image. Nice blog post by @axcheron about writing (Linux) shellcodes

axcheron.github.io/linux-shellcod…

#offensivesecurity
0xor0ne's tweet image. Nice blog post by @axcheron about writing (Linux) shellcodes

axcheron.github.io/linux-shellcod…

#offensivesecurity
0xor0ne's tweet image. Nice blog post by @axcheron about writing (Linux) shellcodes

axcheron.github.io/linux-shellcod…

#offensivesecurity

As promised, here it is! Offensive coding with C++ episode 1 - Building a custom shellcode loader: youtu.be/WYf_nPIPC4s #cybersecurity #coding #C++ #Cpp #WindowsAPIs


100 teams 🚘 9 countries 🏁 1 dream 🏆 #shellecomarathon comes back to California bringing together young engineers from across the Americas to break energy efficiency records. #makethefuture


Learn how to write shellcode in ARM Assembly with my new tutorial "Part 1: Writing ARM Shellcode" azeria-labs.com/writing-arm-sh…


How Claude Code Plugins work 🧵 Plugins work at the Marketplace level, first you install a marketplace, then browse all its available plugins. Let me show you how to install a marketplace and get your first plugin running 👇


Working on opencl/GPU XOR decode shellcode and exec it in mem.

J3rge's tweet image. Working on opencl/GPU XOR decode shellcode and exec it in mem.

How To Craft Your Own Windows x86/64 Shellcode with Visual Studio xacone.github.io/custom_shellco…

5mukx's tweet image. How To Craft Your Own Windows x86/64 Shellcode with Visual Studio

xacone.github.io/custom_shellco…

Morning all! Just adding some ws2_32.dll functions to create my socket connection and viola; REVERSE_SHELL!!!🙂 My workshop will show how to rip apart a server to find a bug then exploit it using homemade windows shellcode.🙂🥰I'm having a blast putting all this together.🥰

LeighGi66657535's tweet image. Morning all! Just adding some ws2_32.dll functions to create my socket connection and viola; REVERSE_SHELL!!!🙂

My workshop will show how to rip apart a server to find a bug then exploit it using homemade windows  shellcode.🙂🥰I'm having a blast putting all this together.🥰

Get inspired by young leaders from around the world working towards a better future 🌍 #OYW2018 #makethefuture More: go.shell.com/2OAIHb6

Shell's tweet image. Get inspired by young leaders from around the world working towards a better future 🌍 #OYW2018 #makethefuture More: go.shell.com/2OAIHb6
Shell's tweet image. Get inspired by young leaders from around the world working towards a better future 🌍 #OYW2018 #makethefuture More: go.shell.com/2OAIHb6
Shell's tweet image. Get inspired by young leaders from around the world working towards a better future 🌍 #OYW2018 #makethefuture More: go.shell.com/2OAIHb6

Shell Scripting Basics (key concepts and elements commonly used)

techyoutbe's tweet image. Shell Scripting Basics (key concepts and elements commonly used)

Small tool for disassembling (and pretty-printing) shellcode: github.com/hasherezade/sh…

hasherezade's tweet image. Small tool for disassembling (and pretty-printing) shellcode: github.com/hasherezade/sh…

ShellGhost - VEH-based shellcode execution, by lem0nSec. #redteam github.com/lem0nSec/Shell…

SEKTOR7net's tweet image. ShellGhost - VEH-based shellcode execution, by lem0nSec.

#redteam 

github.com/lem0nSec/Shell…
SEKTOR7net's tweet image. ShellGhost - VEH-based shellcode execution, by lem0nSec.

#redteam 

github.com/lem0nSec/Shell…
SEKTOR7net's tweet image. ShellGhost - VEH-based shellcode execution, by lem0nSec.

#redteam 

github.com/lem0nSec/Shell…
SEKTOR7net's tweet image. ShellGhost - VEH-based shellcode execution, by lem0nSec.

#redteam 

github.com/lem0nSec/Shell…

Custom Windows shellcode leverages PEB and TEB structures for stealthy API resolution, dynamic payload control, and detection evasion. Encoding strings as hex keeps payloads self-contained and covert. #WindowsInternals #ShellcodeCraft #USA ift.tt/RukcYeH


ไม่พบผลลัพธ์สำหรับ "#shellcodecraft"
ไม่พบผลลัพธ์สำหรับ "#shellcodecraft"
Loading...

Something went wrong.


Something went wrong.


United States Trends