Advertisement
Guest User

Untitled

a guest
Jun 5th, 2016
1,273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1.  
  2. #############################
  3.  
  4.  
  5. 2.## _____ ##
  6.  
  7.  
  8. 3.## | __ |___ ___ _____ ##
  9.  
  10.  
  11. 4.## | __ -| . | . | | ##
  12.  
  13.  
  14. 5.## |_____|___| _|_|_|_| ##
  15.  
  16.  
  17. 6.## |_| 3.1.2 ##
  18.  
  19.  
  20. 7.## ##
  21.  
  22.  
  23. 8.#############################
  24.  
  25.  
  26. 9.
  27.  
  28.  
  29. 10.options {
  30.  
  31.  
  32. 11. pidfile = "/home/eggdrop/bopm/bopm.pid";
  33.  
  34.  
  35. 12. dns_fdlimit = 64;
  36.  
  37.  
  38. 13.};
  39.  
  40.  
  41. 14.
  42.  
  43.  
  44. 15.IRC {
  45.  
  46.  
  47. 16. vhost = "89.234.181.15";
  48.  
  49.  
  50. 17. nick = "ScanServ";
  51.  
  52.  
  53. 18. username = "Scan";
  54.  
  55.  
  56. 19. realname = "Proxy Service";
  57.  
  58.  
  59. 20. server = "89.234.181.15";
  60.  
  61.  
  62. 21. port = 6667;
  63.  
  64.  
  65. 22.# password = "mot-de-passe";
  66.  
  67.  
  68. 23. oper = "ScanServ blablabla";
  69.  
  70.  
  71. 24.# nickserv = "privmsg NickServ :identify mot-de-passe";
  72.  
  73.  
  74. 25. mode = "+c-h";
  75.  
  76.  
  77. 26. away = "Proxy Service";
  78.  
  79.  
  80. 27. channel {
  81.  
  82.  
  83. 28. name = "#Services";
  84.  
  85.  
  86. 29.# key = "mot-de-passe";
  87.  
  88.  
  89. 30. invite = "invite ScanServ #Services";
  90.  
  91.  
  92. 31. };
  93.  
  94.  
  95. 32. connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
  96.  
  97.  
  98. 33. kline = "GLINE *@%h 3600 :Proxy Insécurisé";
  99.  
  100.  
  101. 34. perform = "PROTOCTL HCN";
  102.  
  103.  
  104. 35.};
  105.  
  106.  
  107. 36.
  108.  
  109.  
  110. 37.OPM {
  111.  
  112.  
  113. 38. blacklist {
  114.  
  115.  
  116. 39. name = "rbl.efnet.org";
  117.  
  118.  
  119. 40. type = "A record reply";
  120.  
  121.  
  122. 41. ban_unknown = no;
  123.  
  124.  
  125. 42. reply {
  126.  
  127.  
  128. 43. 1 = "Open Proxy";
  129.  
  130.  
  131. 44. 2 = "spamtrap666";
  132.  
  133.  
  134. 45. 3 = "spamtrap50";
  135.  
  136.  
  137. 46. 4 = "TOR";
  138.  
  139.  
  140. 47. 5 = "Drones / Flooding";
  141.  
  142.  
  143. 48. };
  144.  
  145.  
  146. 49. kline = "GLINE *@%h 3600 :Proxy Insécurisé (http://rbl.efnet.org/?i=%i)";
  147.  
  148.  
  149. 50. };
  150.  
  151.  
  152. 51.};
  153.  
  154.  
  155. 52.
  156.  
  157.  
  158. 53.scanner {
  159.  
  160.  
  161. 54. name="default";
  162.  
  163.  
  164. 55. protocol = ROUTER:23;
  165.  
  166.  
  167. 56. protocol = WINGATE:23;
  168.  
  169.  
  170. 57. protocol = HTTP:80;
  171.  
  172.  
  173. 58. protocol = HTTP:81;
  174.  
  175.  
  176. 59. protocol = HTTP:3128;
  177.  
  178.  
  179. 60. protocol = HTTP:6588;
  180.  
  181.  
  182. 61. protocol = HTTP:8080;
  183.  
  184.  
  185. 62. protocol = HTTP:8081;
  186.  
  187.  
  188. 63. protocol = HTTPPOST:80;
  189.  
  190.  
  191. 64. protocol = HTTPPOST:81;
  192.  
  193.  
  194. 65. protocol = HTTPPOST:3380;
  195.  
  196.  
  197. 66. protocol = HTTPPOST:4480;
  198.  
  199.  
  200. 67. protocol = HTTPPOST:6588;
  201.  
  202.  
  203. 68. protocol = HTTPPOST:8128;
  204.  
  205.  
  206. 69. protocol = HTTPPOST:8080;
  207.  
  208.  
  209. 70. protocol = HTTPPOST:8081;
  210.  
  211.  
  212. 71. protocol = SOCKS4:1080;
  213.  
  214.  
  215. 72. protocol = SOCKS4:1081;
  216.  
  217.  
  218. 73. protocol = SOCKS4:1180;
  219.  
  220.  
  221. 74. protocol = SOCKS4:1182;
  222.  
  223.  
  224. 75. protocol = SOCKS4:1978;
  225.  
  226.  
  227. 76. protocol = SOCKS4:2280;
  228.  
  229.  
  230. 77. protocol = SOCKS4:9578;
  231.  
  232.  
  233. 78. protocol = SOCKS5:1080;
  234.  
  235.  
  236. 79. protocol = SOCKS5:1081;
  237.  
  238.  
  239. 80. protocol = SOCKS5:1180;
  240.  
  241.  
  242. 81. protocol = SOCKS5:1182;
  243.  
  244.  
  245. 82. protocol = SOCKS5:1978;
  246.  
  247.  
  248. 83. protocol = SOCKS5:2280;
  249.  
  250.  
  251. 84. protocol = SOCKS5:9578;
  252.  
  253.  
  254. 85. fd = 512;
  255.  
  256.  
  257. 86. max_read = 4096;
  258.  
  259.  
  260. 87. timeout = 30;
  261.  
  262.  
  263. 88. target_ip = "89.234.181.15";
  264.  
  265.  
  266. 89. target_port = 6667;
  267.  
  268.  
  269. 90. target_string = "*** Looking up your hostname...";
  270.  
  271.  
  272. 91.};
  273.  
  274.  
  275. 92.
  276.  
  277.  
  278. 93.scanner {
  279.  
  280.  
  281. 94. name = "extended";
  282.  
  283.  
  284. 95. protocol = ROUTER:23;
  285.  
  286.  
  287. 96. protocol = WINGATE:23;
  288.  
  289.  
  290. 97. protocol = HTTP:80;
  291.  
  292.  
  293. 98. protocol = HTTP:8080;
  294.  
  295.  
  296. 99. protocol = HTTP:3128;
  297.  
  298.  
  299. 100. protocol = HTTP:6588;
  300.  
  301.  
  302. 101. protocol = HTTP:81;
  303.  
  304.  
  305. 102. protocol = HTTP:8001;
  306.  
  307.  
  308. 103. protocol = HTTP:8081;
  309.  
  310.  
  311. 104. protocol = HTTP:1080;
  312.  
  313.  
  314. 105. protocol = HTTP:5222;
  315.  
  316.  
  317. 106. protocol = HTTP:2718;
  318.  
  319.  
  320. 107. protocol = HTTP:1813;
  321.  
  322.  
  323. 108. protocol = HTTP:8879;
  324.  
  325.  
  326. 109. protocol = HTTP:8263;
  327.  
  328.  
  329. 110. protocol = HTTP:3128;
  330.  
  331.  
  332. 111. protocol = HTTP:2280;
  333.  
  334.  
  335. 112. protocol = HTTPPOST:80;
  336.  
  337.  
  338. 113. protocol = HTTPPOST:81;
  339.  
  340.  
  341. 114. protocol = HTTPPOST:6588;
  342.  
  343.  
  344. 115. protocol = HTTPPOST:4480;
  345.  
  346.  
  347. 116. protocol = HTTPPOST:3380;
  348.  
  349.  
  350. 117. protocol = HTTPPOST:8128;
  351.  
  352.  
  353. 118. protocol = HTTPPOST:8001;
  354.  
  355.  
  356. 119. protocol = HTTPPOST:8080;
  357.  
  358.  
  359. 120. protocol = HTTPPOST:8081;
  360.  
  361.  
  362. 121. protocol = HTTPPOST:1080;
  363.  
  364.  
  365. 122. protocol = HTTPPOST:2718;
  366.  
  367.  
  368. 123. protocol = HTTPPOST:5222;
  369.  
  370.  
  371. 124. protocol = HTTPPOST:1813;
  372.  
  373.  
  374. 125. protocol = HTTPPOST:8879;
  375.  
  376.  
  377. 126. protocol = HTTPPOST:8263;
  378.  
  379.  
  380. 127. protocol = HTTPPOST:3128;
  381.  
  382.  
  383. 128. protocol = HTTPPOST:2280;
  384.  
  385.  
  386. 129. protocol = SOCKS4:1080;
  387.  
  388.  
  389. 130. protocol = SOCKS4:2280;
  390.  
  391.  
  392. 131. protocol = SOCKS4:2718;
  393.  
  394.  
  395. 132. protocol = SOCKS4:5222;
  396.  
  397.  
  398. 133. protocol = SOCKS4:3128;
  399.  
  400.  
  401. 134. protocol = SOCKS4:4914;
  402.  
  403.  
  404. 135. protocol = SOCKS4:6826;
  405.  
  406.  
  407. 136. protocol = SOCKS4:7198;
  408.  
  409.  
  410. 137. protocol = SOCKS4:7366;
  411.  
  412.  
  413. 138. protocol = SOCKS4:9036;
  414.  
  415.  
  416. 139. protocol = SOCKS4:3380;
  417.  
  418.  
  419. 140. protocol = SOCKS4:8128;
  420.  
  421.  
  422. 141. protocol = SOCKS4:6588;
  423.  
  424.  
  425. 142. protocol = SOCKS4:8888;
  426.  
  427.  
  428. 143. protocol = SOCKS4:1182;
  429.  
  430.  
  431. 144. protocol = SOCKS4:8082;
  432.  
  433.  
  434. 145. protocol = SOCKS4:8088;
  435.  
  436.  
  437. 146. protocol = SOCKS4:8879;
  438.  
  439.  
  440. 147. protocol = SOCKS4:8263;
  441.  
  442.  
  443. 148. protocol = SOCKS4:1180;
  444.  
  445.  
  446. 149. protocol = SOCKS4:2280;
  447.  
  448.  
  449. 150. protocol = SOCKS4:9180;
  450.  
  451.  
  452. 151. protocol = SOCKS4:5089;
  453.  
  454.  
  455. 152. protocol = SOCKS4:3127;
  456.  
  457.  
  458. 153. protocol = SOCKS4:1978;
  459.  
  460.  
  461. 154. protocol = SOCKS4:1813;
  462.  
  463.  
  464. 155. protocol = SOCKS4:8616;
  465.  
  466.  
  467. 156. protocol = SOCKS4:7046;
  468.  
  469.  
  470. 157. protocol = SOCKS4:31711;
  471.  
  472.  
  473. 158. protocol = SOCKS4:12217;
  474.  
  475.  
  476. 159. protocol = SOCKS4:14784;
  477.  
  478.  
  479. 160. protocol = SOCKS4:52413;
  480.  
  481.  
  482. 161. protocol = SOCKS4:14784;
  483.  
  484.  
  485. 162. protocol = SOCKS4:4474;
  486.  
  487.  
  488. 163. protocol = SOCKS4:5104;
  489.  
  490.  
  491. 164. protocol = SOCKS4:49957;
  492.  
  493.  
  494. 165. protocol = SOCKS4:3128;
  495.  
  496.  
  497. 166. protocol = SOCKS5:1080;
  498.  
  499.  
  500. 167. protocol = SOCKS5:1080;
  501.  
  502.  
  503. 168. protocol = SOCKS5:2718;
  504.  
  505.  
  506. 169. protocol = SOCKS5:5222;
  507.  
  508.  
  509. 170. protocol = SOCKS5:1813;
  510.  
  511.  
  512. 171. protocol = SOCKS5:2280;
  513.  
  514.  
  515. 172. protocol = SOCKS5:3128;
  516.  
  517.  
  518. 173. protocol = SOCKS5:8879;
  519.  
  520.  
  521. 174. protocol = SOCKS5:8263;
  522.  
  523.  
  524. 175. protocol = SOCKS5:3380;
  525.  
  526.  
  527. 176. protocol = SOCKS5:4438;
  528.  
  529.  
  530. 177. protocol = SOCKS5:5104;
  531.  
  532.  
  533. 178. protocol = SOCKS5:5113;
  534.  
  535.  
  536. 179. protocol = SOCKS5:5262;
  537.  
  538.  
  539. 180. protocol = SOCKS5:5634;
  540.  
  541.  
  542. 181. protocol = SOCKS5:6552;
  543.  
  544.  
  545. 182. protocol = SOCKS5:6561;
  546.  
  547.  
  548. 183. protocol = SOCKS5:7464;
  549.  
  550.  
  551. 184. protocol = SOCKS5:7810;
  552.  
  553.  
  554. 185. protocol = SOCKS5:8130;
  555.  
  556.  
  557. 186. protocol = SOCKS5:8148;
  558.  
  559.  
  560. 187. protocol = SOCKS5:8520;
  561.  
  562.  
  563. 188. protocol = SOCKS5:8814;
  564.  
  565.  
  566. 189. protocol = SOCKS5:9186;
  567.  
  568.  
  569. 190. protocol = SOCKS5:9447;
  570.  
  571.  
  572. 191. protocol = SOCKS5:9578;
  573.  
  574.  
  575. 192. fd = 400;
  576.  
  577.  
  578. 193.};
  579.  
  580.  
  581. 194.
  582.  
  583.  
  584. 195.user {
  585.  
  586.  
  587. 196. mask = "*!*@*";
  588.  
  589.  
  590. 197. scanner = "default";
  591.  
  592.  
  593. 198.};
  594.  
  595.  
  596. 199.
  597.  
  598.  
  599. 200.user {
  600.  
  601.  
  602. 201. mask = "*!~*@*";
  603.  
  604.  
  605. 202. mask = "*!squid@*";
  606.  
  607.  
  608. 203. mask = "*!nobody@*";
  609.  
  610.  
  611. 204. mask = "*!www-data@*";
  612.  
  613.  
  614. 205. mask = "*!cache@*";
  615.  
  616.  
  617. 206. scanner = "extended";
  618.  
  619.  
  620. 207.};
  621.  
  622.  
  623. 208.
  624.  
  625.  
  626. 209.exempt {
  627.  
  628.  
  629. 210. mask = "*!*@127.0.0.1";
  630.  
  631.  
  632. 211.};
  633.  
  634.  
  635. 212.
  636.  
  637.  
  638. 213.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement