Skip to content

Commit 34ed383

Browse files
committed
Update the docs
1 parent 9b0af80 commit 34ed383

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/metasploit-framework.wiki/How-To-Use-Plugins.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugin_name_command --option
1818

1919
The current available plugins for Metasploit can be found by running the `load -l` command, or viewing Metasploit's [plugins](https://github.com/rapid7/metasploit-framework/tree/master/plugins) directory:
2020

21-
| name | Description |
21+
| Name | Description |
2222
|------------------|-----------------------------------------------------------------------------------------------------|
2323
| aggregator | Interacts with the external Session Aggregator |
2424
| alias | Adds the ability to alias console commands |
@@ -30,6 +30,7 @@ The current available plugins for Metasploit can be found by running the `load -
3030
| db_tracker | Monitors socket calls and updates the database backend |
3131
| event_tester | Internal test tool used to verify the internal framework event subscriber logic works |
3232
| ffautoregen | This plugin reloads and re-executes a file-format exploit module once it has changed |
33+
| fzuse | A plugin offering a fuzzy use command |
3334
| ips_filter | Scans all outgoing data to see if it matches a known IPS signature |
3435
| lab | Adds the ability to manage VMs |
3536
| libnotify | Send desktop notification with libnotify on sessions and db events |
@@ -42,12 +43,12 @@ The current available plugins for Metasploit can be found by running the `load -
4243
| request | Make requests from within Metasploit using various protocols. |
4344
| rssfeed | Create an RSS feed of events |
4445
| sample | Demonstrates using framework plugins |
45-
| session_notifier | This plugin notifies you of a new session via SMS |
46+
| session_notifier | This plugin notifies you of a new session via SMS |
4647
| session_tagger | Automatically interacts with new sessions to create a new remote TaggedByUser file |
4748
| socket_logger | Log socket operations to a directory as individual files |
4849
| sounds | Automatically plays a sound when various framework events occur |
4950
| sqlmap | sqlmap plugin for Metasploit |
50-
| thread | Internal test tool for testing thread usage in Metasploit |
51+
| thread | Internal test tool for testing thread usage in Metasploit |
5152
| token_adduser | Attempt to add an account using all connected Meterpreter session tokens |
5253
| token_hunter | Search all active Meterpreter sessions for specific tokens |
5354
| wiki | Outputs stored database values from the current workspace into DokuWiki or MediaWiki format |

0 commit comments

Comments
 (0)