Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 18th, 2010 | Syntax: None | Size: 2.62 KB | Hits: 149 | Expires: Never
Copy text to clipboard
  1. ----LOADING THE LOG IN FORM PAGE-
  2. http://127.0.0.1:8888/Nutrition4/index.php?page=login
  3.  
  4. GET /Nutrition4/index.php?page=login HTTP/1.1
  5. Host: 127.0.0.1:8888
  6. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8
  7. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  8. Accept-Language: en-us,en;q=0.5
  9. Accept-Encoding: gzip,deflate
  10. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  11. Keep-Alive: 300
  12. Connection: keep-alive
  13. Referer: http://127.0.0.1:8888/Nutrition4/index.php
  14.  
  15. HTTP/1.1 200 OK
  16. Date: Thu, 18 Mar 2010 22:57:51 GMT
  17. Server: Apache/2.0.59 (Unix) PHP/5.2.3 DAV/2
  18. X-Powered-By: PHP/5.2.3
  19. Content-Length: 1459
  20. Keep-Alive: timeout=15, max=100
  21. Connection: Keep-Alive
  22. Content-Type: text/html
  23. ----------------------------------------------------------SUBMITTING THE LOGIN DATA
  24. http://127.0.0.1:8888/Nutrition4/index.php?page=login
  25.  
  26. POST /Nutrition4/index.php?page=login HTTP/1.1
  27. Host: 127.0.0.1:8888
  28. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8
  29. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  30. Accept-Language: en-us,en;q=0.5
  31. Accept-Encoding: gzip,deflate
  32. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  33. Keep-Alive: 300
  34. Connection: keep-alive
  35. Referer: http://127.0.0.1:8888/Nutrition4/index.php?page=login
  36. Content-Type: application/x-www-form-urlencoded
  37. Content-Length: 29
  38. usr=USERNAME&pwd=PASSWORD
  39. HTTP/1.1 200 OK
  40. Date: Thu, 18 Mar 2010 22:58:26 GMT
  41. Server: Apache/2.0.59 (Unix) PHP/5.2.3 DAV/2
  42. X-Powered-By: PHP/5.2.3
  43. Content-Length: 1194
  44. Keep-Alive: timeout=15, max=100
  45. Connection: Keep-Alive
  46. Content-Type: text/html
  47. ----------------------------------------------------------going back to the home page, which should now be presenting me with options for a logged in person but doesn't this time
  48. http://127.0.0.1:8888/Nutrition4/index.php
  49.  
  50. GET /Nutrition4/index.php HTTP/1.1
  51. Host: 127.0.0.1:8888
  52. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8
  53. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  54. Accept-Language: en-us,en;q=0.5
  55. Accept-Encoding: gzip,deflate
  56. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  57. Keep-Alive: 300
  58. Connection: keep-alive
  59. Referer: http://127.0.0.1:8888/Nutrition4/index.php?page=login
  60.  
  61. HTTP/1.1 200 OK
  62. Date: Thu, 18 Mar 2010 22:58:35 GMT
  63. Server: Apache/2.0.59 (Unix) PHP/5.2.3 DAV/2
  64. X-Powered-By: PHP/5.2.3
  65. Content-Length: 1701
  66. Keep-Alive: timeout=15, max=99
  67. Connection: Keep-Alive
  68. Content-Type: text/html
  69. ----------------------------------------------------------