> 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/shou-ji-xin-xi/ip-he-duan-kou-xin-xi/gong-ju.md).

# 工具

```
Masscan、scanport,Nmap等
$masscan -p<Port Here> <CIDR Range Here> --exclude <Exclude IP> --banners -oX <Out File Name>
针对常见的那些端口的利用的常规方法
常见的未授权访问的服务如redis，mongodb等
https://github.com/NetSPI/NetblockTool 
  python3 NetblockTool.py -v Google
Hurricane Electric BGP 工具包
https://securitytrails.com/app/sb
https://ipinfo.io/  全面的 IP 地址数据，IP地理定位 API
https://www.ipuu.net/#/home
https://site.ip138.com/
HOST碰撞：https://github.com/fofapro/Hosts_scan
  https://github.com/pmiaowu/HostCollision
```
