Skip to content

Commit bb815c0

Browse files
sn0wfa11Brent Cook
authored andcommitted
Add delete all to module doc
1 parent 10c7c38 commit bb815c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/modules/post/multi/manage/autoroute.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Netmask Examples `set NETMASK 255.255.255.0` or `set NETMASK /24`
1818
### delete
1919
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.
2020

21+
To remove all routes associated with the specified session, use CMD delete and leave the subnet option blank.
22+
2123
### print
2224
This CMD option is used to display Metasploit's routing table. This option has the same functionality as the `route print` command.
2325

0 commit comments

Comments
 (0)