readMe.txt 573 B

123456789101112131415161718192021
  1. 1. In one tab run:
  2. python httpProxy.py > consoleLog
  3. # there is a lot of console log generated
  4. 2. In second tab run:
  5. ./runPhantom.sh
  6. 3. Output:
  7. mainData
  8. #contains essential data:
  9. (Request - host - subdomain - GET/POST - resource)
  10. (Response - resource size - resource type)
  11. extraData
  12. #details headers/ cookies etc.
  13. currently i am running a shuffle separately on the list and then rerunning steps 1 and 2
  14. and fixing the script to sort the output to get domain-based, content-type-based upstream and downstream data
  15. to do:
  16. to get the sorting done during runtime itself