Advertisement
acki

Latency Results DC-PoC: Tor Double HiddenService

Oct 31st, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.85 KB | None | 0 0
  1. ####################################################################
  2. # Hidden Service DIRECT; 2 Files of together 60k and 1 Error
  3. ####################################################################
  4.  
  5. wget -r --no-cache --delete-after -e use_proxy=yes -e http_proxy=127.0.0.1:8118 http://7s5xatuf272mynga.onion/
  6.  
  7. --2013-10-31 15:43:43--  http://7s5xatuf272mynga.onion/
  8. Verbindungsaufbau zu 127.0.0.1:8118... verbunden.
  9. Proxy-Anforderung gesendet, warte auf Antwort... 200 OK
  10. Länge: 105 [text/html]
  11. In »7s5xatuf272mynga.onion/index.html« speichern.
  12.  
  13. 100%[==========================================================================>] 105         --.-K/s   in 0s      
  14.  
  15. 2013-10-31 15:43:44 (24,8 MB/s) - »7s5xatuf272mynga.onion/index.html« gespeichert [105/105]
  16.  
  17. Lade »robots.txt«; bitte Fehler ignorieren.
  18. --2013-10-31 15:43:44--  http://7s5xatuf272mynga.onion/robots.txt
  19. Verbindungsaufbau zu 127.0.0.1:8118... verbunden.
  20. Proxy-Anforderung gesendet, warte auf Antwort... 404 Not Found
  21. 2013-10-31 15:43:46 FEHLER 404: Not Found.
  22.  
  23. Entferne 7s5xatuf272mynga.onion/index.html.
  24.  
  25. --2013-10-31 15:43:46--  http://7s5xatuf272mynga.onion/x.png
  26. Verbindungsaufbau zu 127.0.0.1:8118... verbunden.
  27. Proxy-Anforderung gesendet, warte auf Antwort... 200 OK
  28. Länge: 580 [image/png]
  29. In »7s5xatuf272mynga.onion/x.png« speichern.
  30.  
  31. 100%[==========================================================================>] 580         --.-K/s   in 0,04s  
  32.  
  33. 2013-10-31 15:43:47 (14,2 KB/s) - »7s5xatuf272mynga.onion/x.png« gespeichert [580/580]
  34.  
  35. Entferne 7s5xatuf272mynga.onion/x.png.
  36.  
  37. BEENDET --2013-10-31 15:43:47--
  38. Geholt: 2 Dateien, 685 in 0,04s (16,8 KB/s)
  39.  
  40. ####################################################################
  41. # Hidden Service DIRECT; 10 times a 404 error
  42. ####################################################################
  43.  
  44. time (for i in {1..10}; do wget -o /dev/null --no-cache --delete-after -e use_proxy=yes -e http_proxy=127.0.0.1:8118 http://7s5xatuf272mynga.onion/error; done)
  45.  
  46. real    0m12.961s
  47. user    0m0.032s
  48. sys 0m0.016s
  49.  
  50. ####################################################################
  51. # Hidden Service DIRECT; 10 times an 0-byte file
  52. ####################################################################
  53.  
  54. time (for i in {1..10}; do wget -o /dev/null --no-cache --delete-after -e use_proxy=yes -e http_proxy=127.0.0.1:8118 http://7s5xatuf272mynga.onion/0byte; done)
  55.  
  56. real    0m12.896s
  57. user    0m0.012s
  58. sys 0m0.036s
  59.  
  60. ####################################################################
  61. # Hidden Service by PROXY; 2 Files of together 60k and 1 Error
  62. ####################################################################
  63.  
  64. wget -r --no-cache --delete-after -e use_proxy=yes -e http_proxy=127.0.0.1:8118 http://qgj2ujiswiumhnbk.onion/
  65.  
  66. --2013-10-31 15:34:56--  http://qgj2ujiswiumhnbk.onion/
  67. Verbindungsaufbau zu 127.0.0.1:8118... verbunden.
  68. Proxy-Anforderung gesendet, warte auf Antwort... 200 OK
  69. Länge: 105 [text/html]
  70. In »qgj2ujiswiumhnbk.onion/index.html« speichern.
  71.  
  72. 100%[==========================================================================>] 105         --.-K/s   in 0s      
  73.  
  74. 2013-10-31 15:34:58 (12,4 MB/s) - »qgj2ujiswiumhnbk.onion/index.html« gespeichert [105/105]
  75.  
  76. Lade »robots.txt«; bitte Fehler ignorieren.
  77. --2013-10-31 15:34:58--  http://qgj2ujiswiumhnbk.onion/robots.txt
  78. Verbindungsaufbau zu 127.0.0.1:8118... verbunden.
  79. Proxy-Anforderung gesendet, warte auf Antwort... 404 Not Found
  80. 2013-10-31 15:35:01 FEHLER 404: Not Found.
  81.  
  82. Entferne qgj2ujiswiumhnbk.onion/index.html.
  83.  
  84. --2013-10-31 15:35:01--  http://qgj2ujiswiumhnbk.onion/x.png
  85. Verbindungsaufbau zu 127.0.0.1:8118... verbunden.
  86. Proxy-Anforderung gesendet, warte auf Antwort... 200 OK
  87. Länge: 580 [image/png]
  88. In »qgj2ujiswiumhnbk.onion/x.png« speichern.
  89.  
  90. 100%[==========================================================================>] 580         --.-K/s   in 0,1s    
  91.  
  92. 2013-10-31 15:35:03 (4,31 KB/s) - »qgj2ujiswiumhnbk.onion/x.png« gespeichert [580/580]
  93.  
  94. Entferne qgj2ujiswiumhnbk.onion/x.png.
  95.  
  96. BEENDET --2013-10-31 15:35:03--
  97. Geholt: 2 Dateien, 685 in 0,1s (5,08 KB/s)
  98.  
  99. ###################################################################
  100. # Hidden Service by PROXY; 10 times a 404 error
  101. ###################################################################
  102.  
  103. time (for i in {1..10}; do wget -o /dev/null --no-cache --delete-after -e use_proxy=yes -e http_proxy=127.0.0.1:8118 http://qgj2ujiswiumhnbk.onion/error; done)
  104.  
  105. real    0m20.651s
  106. user    0m0.028s
  107. sys 0m0.020s
  108.  
  109. ####################################################################
  110. # Hidden Service by PROXY; 10 times an 0-byte file
  111. ####################################################################
  112.  
  113. time (for i in {1..10}; do wget -o /dev/null --no-cache --delete-after -e use_proxy=yes -e http_proxy=127.0.0.1:8118 http://qgj2ujiswiumhnbk.onion/0byte; done)
  114.  
  115. real    0m19.676s
  116. user    0m0.024s
  117. sys 0m0.024s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement