Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTTP_Wireshark_Forensics - Coggle Diagram
HTTP_Wireshark_Forensics
File
/var/www/html (default html file stored in the main directory)
chmod (to change the permissions fro readonly to write)
/var/www (show the changed format file)
Tools
leafpad (open source text editor for Linux)
basic .html (basic file to examine the network traffic and packets)
image.html ( to examine the image file)
service apache2 (to access the webpage and load the file)
firefox (browser to show the file while running)
curl (used to download and upload data to the server)
wireshark (to capture and investigate the network traffic)/GUI based tool
examine the basic.log && image2.log files
http, tcp, IP, MAC (to examine the request and response of packets)
port numbers (assigned by using the tcp)
FIN handshake ( to terminate the connection between server and client)
Connection terminator
Check the initial packets based on tcp three way handshake(syn, ack -bits)
export the extracted _data from image log file
curl (request send to get the file of network)
image.log ( capture traffic based on image.log)
eth0 image3.log( save the captured file into new format)
ifconfig (to verify the addresses)
DD Image
Wget (download file from web)
basic.log (file)
building.jpg