Category Networks

IPv4

This post explains briefly the network protocol IPv4 and summarizes the main aspects of it. IPv4 Characteristics IPv4 is based on best effort. It does not guarantee delivery. The datagrams are not delivered in order. It is resilient, and uses…

Wireshark

      Filters TCP Ports tcp.port Filters the tcp port/s of packets displayed. Example: tcp.port == “21”   HTTP Request Methods http.request.method Possible values: get post Example: http.request.method == “POST”   Contains cookies http.cookie Example: http.cookie   External references…

SMTP Enumeration Tool

List of SMTP Enumeration Tools: List of SMTP Enumeration Tools SMTP enumeration tools: NetScanTools Pro NetScanTools Pro’s SMTP Email Generator tool tests the process of sending an email message through an SMTP server. It can extract all the common email…

NTP Enumeration Tools

NTP is the acronym of Network Time Protocol. NTP Enumeration Tools: PRTG Network Monitor Nmap Wireshark udp-proto-scanner NTP Time Server Monitor The most popular is PRTG Network Monitor. NTP Enumeration Tools PRTG Network Monitor Nmap Wireshark udp-proto-scanner…

NetBIOS

Network Basic Input/Output System (NetBIOS) is a protocol of OSI session layer 5. It provides a NetBIOS name to each computer, in addition to the already existing IP address from OSI network layer 3. Nowadays, NetBIOS runs over TCP The…