Advertisement
acki

Latency Results HS-PoC: Tor Double HiddenService

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