Lucene search
K

Generic Command Nop Generator

🗓️ 29 Jan 2022 17:42:23Reported by hdm <[email protected]>, bcoles <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 56 Views

Generic Command Nop Generator module for generating harmless padding for command payloads

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

class MetasploitModule < Msf::Nop
  def initialize
    super(
      'Name' => 'Generic Command Nop Generator',
      'Alias' => 'cmd_generic',
      'Description' => 'Generates harmless padding for command payloads.',
      'Author' => ['hdm', 'bcoles'],
      'License' => MSF_LICENSE,
      'Arch' => ARCH_CMD)
  end

  # Generate valid commands up to the requested length
  def generate_sled(length, _opts = {})
    # Default to just spaces for now
    ' ' * 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

01 Apr 2026 19:01Current
7.2High risk
Vulners AI Score7.2
56