> For the complete documentation index, see [llms.txt](https://www.heresecurity.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.heresecurity.wiki/heng-xiang-yi-dong/msf-tian-jia-lu-you.md).

# MSF添加路由

```
> route add 内网网卡ip 子网掩码 session的id
> route list
&
Meterpreter>run get_local_subnets查看网段信息再添加路由
> run autoroute -s内网网卡ip/24
> run autoroute -p 查看路由表
&
Meterpreter>run post/multi/manage/autoroute
```
