You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
20
20
21
+
To remove all routes associated with the specified session, use CMD delete and leave the subnet option blank.
22
+
21
23
### print
22
24
This CMD option is used to display Metasploit's routing table. This option has the same functionality as the `route print` command.
23
25
@@ -84,13 +86,13 @@ You need a Windows Meterpreter session on a host that has a different public IP
84
86
First set up a default route for the Meterpreter session.
85
87
86
88
```
87
-
meterpreter > run post/windows/manage/autoroute CMD=default
89
+
meterpreter > run post/multi/manage/autoroute CMD=default
0 commit comments