Please enable JavaScript.
Coggle requires JavaScript to display documents.
(Email case investigation) - Coggle Diagram
Email case investigation
-
-
Using tshark
CLI wireshark
-
-
-
-
-
Finding request method
tshark -r nitroba.pcap -Y (ip.src == 192.168.15.4 ) && (ip.dst == 69.25.94.22) && http.request.method == "POST"
-
-