Lucene search
K

Opty2

🗓️ 02 Oct 2005 19:32:52Reported by spoonm <spoonm@no$email.com>, optyx <optyx@no$email.com>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 14 Views

Opty2 module for multi-byte NOP generation on X86 architectur

Code
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

require 'rex/nop/opty2'


###
#
# Opty2
# -----
#
# This class implements single-byte NOP generation for X86.  It takes from
# ADMmutate and from spoonfu.
#
###
class MetasploitModule < Msf::Nop

  def initialize
    super(
      'Name'        => 'Opty2',
      'Description' => 'Opty2 multi-byte NOP generator',
      'Author'      => [ 'spoonm', 'optyx' ],
      'License'     => MSF_LICENSE,
      'Arch'        => ARCH_X86)
  end

  def generate_sled(length, opts = {})
    opty = Rex::Nop::Opty2.new(
      opts['BadChars'] || '',
      opts['SaveRegisters'])

    opty.generate_sled(length)
  end
end

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation