test1449 475 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # initially based on test110
  2. <testcase>
  3. <info>
  4. <keywords>
  5. FTP
  6. PASV
  7. RETR
  8. Resume
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. </reply>
  14. # Client-side
  15. <client>
  16. <server>
  17. ftp
  18. </server>
  19. <name>
  20. FTP download range with integer overflow
  21. </name>
  22. <command>
  23. ftp://%HOSTIP:%FTPPORT/1449 -r 36893488147419103232-
  24. </command>
  25. </client>
  26. # Verify data after the test has been "shot"
  27. <verify>
  28. <protocol>
  29. USER anonymous
  30. PASS ftp@example.com
  31. PWD
  32. EPSV
  33. QUIT
  34. </protocol>
  35. </verify>
  36. </testcase>