Wireshark for Ethical Hackers - 2
Interface Overview
Start Wireshark in Kali Linux.
HTTP
Image Extracting
filter: image-jfif
Show packet bytes / Export packet bytes
HTTP Passwords
Target website: http://uploaded.net/login
filter: HTTP
filter: urlencoded-form
Passwords
FTP
Reference website: https://www.ibm.com/support/pages/node/1121037?lang=en
Target Website: https://dlptest.com/ftp-test/
FTP Test
Our Public FTP test site info is below and can be used to upload test DLP files. The files will only be stored for 5 minutes before being deleted.
FTP URL: ftp.dlptest.com or ftp://ftp.dlptest.com/
FTP User: dlpuser
Password: rNrKYTX9g7z3RgJRmxWuGHbeu
FileZilla Profile: https://dlptest.com/DLP_Test_FTP_FileZilla.xml
Run the following command on Kali.
ftp ftp.dlptest.com
filter: FTP
filter: ftp.request.command == "USER" || ftp.request.command == "PASS"