Add centralized Metasploit plugin documentation

This commit is contained in:
adfoster-r7
2023-07-06 12:49:39 +01:00
parent 88a539a82c
commit bfcd5d0466
15 changed files with 176 additions and 54 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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
#
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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
View File
@@ -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
#