Network Protocol Analyzer

Network Protocol Analyzer

Network Protocol Analyzer

1: Install Wireshark.

Website: https://www.wireshark.org/

Network Protocol Analyzer 1

2: Check only one port.

Network Protocol Analyzer 2

3: Check the TCP Stream.

Shortcutkey: ctrl + alt + shift + t

4: Go to the Analyze tab, open Follow the TCP Stream.

Network Protocol Analyzer 3

5: Check the HTTP website login.

6: Use the Vulnweb website for the testing.

Website:  http://testphp.vulnweb.com/login.php

7: Type the User name and the Password.

Network Protocol Analyzer 4

8: Log in to it.

9: Apply a filter for http.request.method == “POST” to inspect the login request.

Filter: http.request.method == “POST”

10: Go to the TCP Stream.

Shortcutkey: ctrl + alt + shift + t

Network Protocol Analyzer 5

11: Data is sent in the form of packets

Wireshark

Install Wireshark on Windows

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top