Wireshark

Wireshark

Wireshark

Install Wireshark on Windows

1: Download Wireshark.

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

Install Wireshark on Windows 1

2: Install Wireshark.

Install Wireshark on Windows 2

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 finds username and password

1: Open Wireshark.

2: Open the test.php website for testing.

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

3: Type the User name and the Password.

Wireshark find username and password 1

4: Log in to it.

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

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

6: Go to the TCP Stream.

Shortcutkey: ctrl + alt + shift + t

Wireshark find username and password 2

Install Wireshark on Windows

Network Protocol Analyzer

Leave a Comment

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

Scroll to Top