mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-02-16 00:24:29 +01:00
s/module/class/
This commit is contained in:
parent
42c3b34289
commit
b7c0e49907
@ -8,7 +8,7 @@ module Rex
|
|||||||
module ${pluginName.substring(0,1).toUpperCase()}${pluginName.substring(1)}
|
module ${pluginName.substring(0,1).toUpperCase()}${pluginName.substring(1)}
|
||||||
TLV_TYPE_GREETEE = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 1)
|
TLV_TYPE_GREETEE = TLV_META_TYPE_STRING | (TLV_EXTENSIONS + 1)
|
||||||
|
|
||||||
# This module implements a 'Hello World' meterpreter extension
|
# This class implements a 'Hello World' meterpreter extension
|
||||||
class ${pluginName.substring(0,1).toUpperCase()}${pluginName.substring(1)} < Extension
|
class ${pluginName.substring(0,1).toUpperCase()}${pluginName.substring(1)} < Extension
|
||||||
def initialize(client)
|
def initialize(client)
|
||||||
super(client, '${pluginName}')
|
super(client, '${pluginName}')
|
||||||
|
Loading…
Reference in New Issue
Block a user