WIRE SHARK - Nandhini148/Cyber-security-placement-training- GitHub Wiki
Welcome to the Cyber-security-placement-training- wiki!
DAY 01
WIRE SHARK : What Is Wireshark?
Wireshark is a network protocol analyzer, or an application that captures packets from a network connection, such as from your computer to your home office or the internet. Packet is the name given to a discrete unit of data in a typical Ethernet network.
STEPS:
- Once you’ve installed Wireshark, you can start grabbing network traffic. Set the WIFI connection and select wifi method .
- Now search for the testfire.net website and open the login page.
- Try to login the page for authentication.
- Now shift to the wireshark tool and Use the command - http.request.method == "POST"
- Now the window shows you the list of packets captured.
- From that you can find http requests to capture the packets.
- You can now see the username and password captured