Lucene search
K

TTY Nop Generator

🗓️ 13 Jan 2009 06:46:32Reported by hdm <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 14 Views

TTY Nop Generator creates harmless padding for TTY inpu

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

###
#
# This class implements a "nop" generator for TTY payloads
#
###
class MetasploitModule < Msf::Nop

  def initialize
    super(
      'Name'        => 'TTY Nop Generator',
      'Alias'       => 'tty_generic',
      'Description' => 'Generates harmless padding for TTY input',
      'Author'      => 'hdm',
      'License'     => MSF_LICENSE,
      'Arch'        => ARCH_TTY)
  end

  # Generate valid PHP code 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

24 Jul 2017 13:26Current
7.1High risk
Vulners AI Score7.1
14