Table of Contents
Wireshark find 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.

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
