Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. lftp ip
  2. > set ssl:verify-certificate no
  3. > login username
  4. Password:
  5. > ls
  6.  
  7. ---> USER huya_put
  8. GNUTLS: REC[0x1ab4430]: Preparing Packet Application Data(23) with length: 15 and min pad: 0
  9. GNUTLS: ENC[0x1ab4430]: cipher: AES-128-CBC, MAC: SHA1, Epoch: 1
  10. GNUTLS: REC[0x1ab4430]: Sent Packet[3] Application Data(23) in epoch 1 and length: 69
  11. GNUTLS: REC[0x1ab4430]: SSL 3.3 Application Data packet received. Epoch 0, length: 80
  12. GNUTLS: REC[0x1ab4430]: Expected Packet Application Data(23)
  13. GNUTLS: REC[0x1ab4430]: Received Packet Application Data(23) with length: 80
  14. GNUTLS: REC[0x1ab4430]: Decrypted Packet[2] Application Data(23) with length: 34
  15. <--- 331 Please specify the password.
  16. ---> PASS XXXX
  17. GNUTLS: REC[0x1ab4430]: Preparing Packet Application Data(23) with length: 16 and min pad: 0
  18. GNUTLS: ENC[0x1ab4430]: cipher: AES-128-CBC, MAC: SHA1, Epoch: 1
  19. GNUTLS: REC[0x1ab4430]: Sent Packet[4] Application Data(23) in epoch 1 and length: 69
  20. GNUTLS: REC[0x1ab4430]: SSL 3.3 Application Data packet received. Epoch 0, length: 64
  21. GNUTLS: REC[0x1ab4430]: Expected Packet Application Data(23)
  22. GNUTLS: REC[0x1ab4430]: Received Packet Application Data(23) with length: 64
  23. GNUTLS: REC[0x1ab4430]: Decrypted Packet[3] Application Data(23) with length: 22
  24. <--- 530 Login incorrect.
  25.  
  26. ---> USER huya_put
  27. GNUTLS: REC[0x1c7a670]: Preparing Packet Application Data(23) with length: 15 and min pad: 0
  28. GNUTLS: ENC[0x1c7a670]: cipher: AES-128-CBC, MAC: SHA1, Epoch: 1
  29. GNUTLS: REC[0x1c7a670]: Sent Packet[3] Application Data(23) in epoch 1 and length: 69
  30. GNUTLS: REC[0x1c7a670]: SSL 3.3 Application Data packet received. Epoch 0, length: 80
  31. GNUTLS: REC[0x1c7a670]: Expected Packet Application Data(23)
  32. GNUTLS: REC[0x1c7a670]: Received Packet Application Data(23) with length: 80
  33. GNUTLS: REC[0x1c7a670]: Decrypted Packet[2] Application Data(23) with length: 34
  34. <--- 331 Please specify the password.
  35. ---> PASS XXXX
  36. GNUTLS: REC[0x1c7a670]: Preparing Packet Application Data(23) with length: 16 and min pad: 0
  37. GNUTLS: ENC[0x1c7a670]: cipher: AES-128-CBC, MAC: SHA1, Epoch: 1
  38. GNUTLS: REC[0x1c7a670]: Sent Packet[4] Application Data(23) in epoch 1 and length: 69
  39. GNUTLS: REC[0x1c7a670]: SSL 3.3 Application Data packet received. Epoch 0, length: 64
  40. GNUTLS: REC[0x1c7a670]: Expected Packet Application Data(23)
  41. GNUTLS: REC[0x1c7a670]: Received Packet Application Data(23) with length: 64
  42. GNUTLS: REC[0x1c7a670]: Decrypted Packet[3] Application Data(23) with length: 23
  43. <--- 230 Login successful.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement