其他分享
首页 > 其他分享> > Wireshark for Ethical Hackers - 2

Wireshark for Ethical Hackers - 2

作者:互联网

Wireshark for Ethical Hackers - 2

Interface Overview

Start Wireshark in Kali Linux.

image-20220222130822541

HTTP
Image Extracting

filter: image-jfif

image-20220222135441927

Show packet bytes / Export packet bytes

image-20220222135729418

image-20220222135931824

HTTP Passwords

Target website: http://uploaded.net/login

filter: HTTP

filter: urlencoded-form

image-20220222141901990

image-20220222142130627

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

image-20220222144250190

filter: FTP

image-20220222144456350

filter: ftp.request.command == "USER" || ftp.request.command == "PASS"

image-20220222144804287

标签:FTP,HTTP,Hackers,Ethical,dlptest,filter,ftp,com,Wireshark
来源: https://www.cnblogs.com/keepmoving1113/p/15923142.html