在Python或命令行中监控各种ip地址
Monitor all sorts of ip address in Python or command line
我想知道是否有一种方法可以监视来自可能不在我的本地网络中的 IP 端口的所有数据流。我更喜欢在 Python and/or 命令行中执行此操作。谢谢。
我想你可能想试试 nmap,它是用于命令行的。 https://nmap.org/
"Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts."
我想知道是否有一种方法可以监视来自可能不在我的本地网络中的 IP 端口的所有数据流。我更喜欢在 Python and/or 命令行中执行此操作。谢谢。
我想你可能想试试 nmap,它是用于命令行的。 https://nmap.org/
"Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts."