WIRE SHARK - saranbhabu048/Cyber-Security-Placement-Training- GitHub Wiki
WIRESHARK ( DAY - 1 )
STEP-1 *Wireshark is a pre-installed tool in kali linux. Open the wireshark, ckeck the intrenet connectivity and select the interface.
STEP-2 *In browser, test with a website. We have used testfire.net website, then opened the login page.
STEP-3
- Try to login, we may not be able to but we can capture the username and password with the help of wireshark.
STEP-4 *Now switch to wireshark, use the command http.request.method==”POST”.
STEP-5 *Captured hhtp packets will be displayed and in that we need to find httpp packets we used for that website.
STEP-6 *If we click the packet of the websites, user name and password will be displayed.