06 Flashcards
___ is a robust file manipulation application used for exchanging and manipulating files over a
TCP-based computer network.
ftp
How Do I tell if ftp is active or passive?
PORT == Active
PASV = Passive
What command will show me all ftp sessions?
tcp.port == 20 || tcp.port == 21
What command wil show me all FTP and FTP data connections exculsively?
ftp || ftp-data
What ftp command will show me all FTP file transfer requests?
ftp.request.command in {STOR RETR}
What ftp command will show me Whether a ftp connection is passive or active
ftp.request.command in {PORT PASSV}
What ftp command will show me all Usernames/passwords
ftp.request.command in {USER PASS}
What is the size of blocks in tftp?
512
_________ is an application-layer protocol to transfer files, like FTP,
but in a simpler format. TFTP uses UDP for file transfers over port ____,
TFTP 69
What tftp opcode gives me read requests
1
What tftp opcode gives me write requests?
2
What tftp opcode gives me Data?
3
What tftp opcode gives me Acknowledgement
4
What tftp opcode gives me Errors
5
What tftp command gives me all application layer tftp packets?
tftp