/
githubmirror
/
metasploit-framework
ОбзорДокументацияВойти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
metasploit-framework/
.../shellcode/windows/
..
msf2

removing them

17 лет назад
speech

Add Skylined's "You Got Pwned" payload

16 лет назад
templates

Updated README, include the templates and other src

18 лет назад
x64

fix(shellcode): updating block-api to use Length instead of MaximumLength

4 месяца назад
x86

fix(shellcode): updating block-api to use Length instead of MaximumLength

4 месяца назад
README

Updated README, include the templates and other src

18 лет назад
build.sh

Merge Stephen Fewer's patches to enable support for Windows 7 (fixes support for NT and 2000 as well)

17 лет назад
midstager.asm

Merge Stephen Fewer's patches to enable support for Windows 7 (fixes support for NT and 2000 as well)

17 лет назад
multi_arch_kernel_queue_apc.asm

x86 kernels will safely ret instead of BSOD

9 лет назад
single_adduser.asm

initial import of shellcode source into v3

19 лет назад
single_exec.asm

initial import of shellcode source into v3

19 лет назад
single_shell_bind_tcp.asm

initial import of shellcode source into v3

19 лет назад
single_shell_bind_tcp_xpfw.asm

initial import of shellcode source into v3

19 лет назад
single_shell_reverse_tcp.asm

initial import of shellcode source into v3

19 лет назад
stage_shell.asm

initial import of shellcode source into v3

19 лет назад
stage_upexec.asm

initial import of shellcode source into v3

19 лет назад
stager_bind_ipv6_tcp_nx.asm

Rapid7 Comma Inc

12 лет назад
stager_bind_tcp.asm

initial import of shellcode source into v3

19 лет назад
stager_bind_tcp_nx.asm

Merge Stephen Fewer's patches to enable support for Windows 7 (fixes support for NT and 2000 as well)

17 лет назад
stager_find_tag.asm

initial import of shellcode source into v3

19 лет назад
stager_reverse_http.asm

initial import of shellcode source into v3

19 лет назад
stager_reverse_ipv6_tcp_nx.asm

Rapid7 Comma Inc

12 лет назад
stager_reverse_ord_tcp.asm

initial import of shellcode source into v3

19 лет назад
stager_reverse_tcp.asm

initial import of shellcode source into v3

19 лет назад
stager_reverse_tcp_nx.asm

Merge Stephen Fewer's patches to enable support for Windows 7 (fixes support for NT and 2000 as well)

17 лет назад
README
This directory contains the win32 payload development environment used
for creating the payloads in version 3 of the Metasploit Framework.
 
The 'nasm' executable must be in your path to use the included build.sh tool.
 
The included 'build' script automatically creates a number of file types
each time it used to compile a payload. These file types are:
 
- Native ELF executable
- Win32 PE executable
- Generated C source code
- Raw opcodes in ".bin" format
 
The PE executable templates were developed by 'rix' and used with permission.
 
To use this script, simply run ./build.sh <name of payload>, where the name
does not include the ".asm" suffix. To build win32_stage_api.asm, the
command line would be "./build.sh win32_stage_api".