Ftp SSL
Jeg vil gerne vide om man kan se de kommandoer eller det jeg henter/sender hvis vi antager at en anden person på min netvært skulle være i stand til at sniffe mine porte.eller vil han blot kunne se noget krypteret tekst?
min ftp client skriver dette:
---------
WinSock 2.0
Connecting to unDooER
Connected to unDooER -> IP=xxx.xxx.xxx.xxx PORT=21
220 Serv-U FTP Server v4.1 for WinSock ready...
AUTH SSL
234 AUTH command OK. Initializing SSL connection.
Negotiating SSL/TLS session...
SSL/TLS negotiation successful...
SSL/TLS connection using cipher RC4-SHA (128 bits)
PBSZ 0
200 PBSZ command OK. Protection buffer size set to 0.
USER unDooER
331 User name okay, need password.
PASS (hidden)
230-Welcome to you Master
230-May I serve you well
230 User logged in, proceed.
SYST
215 UNIX Type: L8
PWD
257 "/d:" is current directory.
TYPE A
200 Type set to A.
PROT P
200 PROT command OK. Using private data connection.
PASV
227 Entering Passive Mode (xxx,xxx,xxx,xxx,8,208)
LIST
Negotiating SSL/TLS session...
SSL/TLS negotiation successful...
SSL/TLS connection using cipher RC4-SHA (128 bits)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
----------
