_______________
Networks and ports are probably the first elements hackers enumerate. Let's see useful commands to analyze the situation. netstat netstat shows open ports and connections (network statistics): netstat -ano With the above command, you can list active connections, state of the sockets, IP addresses, process IDs. It's available on Windows too. nmap The ultimate enumerator and probably the most popular: light, powerful, Swiss knife. The only inconvenience is the extensive range of options and modes that can be overwhelming for beginners, but there are lots of blog posts and documentations available: nmap -O -sS TARGETED_MACHINE -O will determine the operating… https://dev.to/jmau111/helpful-commands-for-networks-i2p
Присоединяйтесь — мы покажем вам много интересного
Присоединяйтесь к ОК, чтобы подписаться на группу и комментировать публикации.
Нет комментариев