1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Add delete all to module doc

This commit is contained in:
Josh Hale 2017-04-17 23:18:43 -05:00 committed by Brent Cook
parent 10c7c3893a
commit bb815c0f8c

View File

@ -18,6 +18,8 @@ Netmask Examples `set NETMASK 255.255.255.0` or `set NETMASK /24`
### delete
This CMD option is used to remove a route from Metasploit's routing table. The IPv4 subnet and netmask (IPv4 or CIDR) of the route to be removed are required. The session number of the Meterpreter session to run the module on is also required. Use `route print` or the print CMD option to display the current Metasploit routing table.
To remove all routes associated with the specified session, use CMD delete and leave the subnet option blank.
### print
This CMD option is used to display Metasploit's routing table. This option has the same functionality as the `route print` command.