Add centralized Metasploit plugin documentation
This commit is contained in:
@@ -101,7 +101,7 @@ module Msf
|
||||
end
|
||||
|
||||
def desc
|
||||
'Automatically grabs hashes and tokens from meterpreter session events and stores them in the db'
|
||||
'Automatically grab hashes and tokens from Meterpreter session events and store them in the database'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@@ -15,6 +15,10 @@ module Msf
|
||||
'event_tester'
|
||||
end
|
||||
|
||||
def desc
|
||||
'Internal test tool used to verify the internal framework event subscriber logic works'
|
||||
end
|
||||
|
||||
def initialize(framework, opts)
|
||||
super
|
||||
@subscriber = Subscriber.new
|
||||
|
||||
@@ -91,7 +91,7 @@ module Msf
|
||||
end
|
||||
|
||||
def desc
|
||||
'FileFormat AutoRegen Plugin'
|
||||
'This plugin reloads and re-executes a file-format exploit module once it has changed'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@@ -86,7 +86,7 @@ module Msf
|
||||
end
|
||||
|
||||
def desc
|
||||
'Send desktop notification with libnotify on sessions & db events'
|
||||
'Send desktop notification with libnotify on sessions and db events'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@ module Msf
|
||||
# Returns the msfd plugin description.
|
||||
#
|
||||
def desc
|
||||
'Provides a console interface to users over a listening TCP port.'
|
||||
'Provides a console interface to users over a listening TCP port'
|
||||
end
|
||||
|
||||
#
|
||||
|
||||
@@ -400,7 +400,7 @@ module Msf
|
||||
end
|
||||
|
||||
def desc
|
||||
'This plugin notifies you a new session via SMS.'
|
||||
'This plugin notifies you of a new session via SMS'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@@ -48,7 +48,7 @@ module Msf
|
||||
end
|
||||
|
||||
def desc
|
||||
'Automatically interacts with new sessions'
|
||||
'Automatically interacts with new sessions to create a new remote TaggedByUser file'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
+1
-1
@@ -102,7 +102,7 @@ module Msf
|
||||
# more than 60 characters, but there are no hard limits.
|
||||
#
|
||||
def desc
|
||||
'Thread testing plugin'
|
||||
'Internal test tool for testing thread usage in Metasploit'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@@ -103,7 +103,7 @@ module Msf
|
||||
end
|
||||
|
||||
def desc
|
||||
'Attempt to add an account using all connected meterpreter session tokens'
|
||||
'Attempt to add an account using all connected Meterpreter session tokens'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -15,7 +15,7 @@ module Msf
|
||||
|
||||
def commands
|
||||
{
|
||||
'token_hunt_user' => 'Scan all connected meterpreter sessions for active tokens corresponding to one or more users'
|
||||
'token_hunt_user' => 'Scan all connected Meterpreter sessions for active tokens corresponding to one or more users'
|
||||
}
|
||||
end
|
||||
|
||||
@@ -140,7 +140,7 @@ module Msf
|
||||
end
|
||||
|
||||
def desc
|
||||
'Search all active meterpreter sessions for specific tokens'
|
||||
'Search all active Meterpreter sessions for specific tokens'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -476,7 +476,7 @@ module Msf
|
||||
# more than 60 characters, but there are no hard limits.
|
||||
#
|
||||
def desc
|
||||
'Adds output to wikitext'
|
||||
'Outputs stored database values from the current workspace into DokuWiki or MediaWiki format'
|
||||
end
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user