Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. # _ _ ____ _ _____ _
  2. # /\ | | (_) _ \ | | | __ \ | |
  3. # / \ _ __ | |_ _| |_) | ___ | |_| | | | ___| |_ ___ _____
  4. # / /\ \ | '_ \| __| | _ < / _ \| __| | | |/ _ \ | | | \ \/ / _ \
  5. # / ____ \| | | | |_| | |_) | (_) | |_| |__| | __/ | |_| |> < __/
  6. # /_/ \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
  7. #
  8.  
  9.  
  10. ###############################
  11. ## Info ##
  12. ###############################
  13.  
  14. # FAQ: https://antibotdeluxe.com/webpanel/faq
  15. # Web Panel: https://antibotdeluxe.com/webpanel/
  16. # Discord: https://discord.gg/xTAzMCx
  17.  
  18. # If you require support, join our Discord as that is the ONLY location that we provide it.
  19. # Anonymous statistics are sent to bStats.
  20.  
  21. # Thank you for purchasing AntiBotDeluxe.
  22. # The default config requires very little configuring to make it fit your server.
  23. # Some IMPORTANT options of the plugin is only available via the WEB PANEL.
  24.  
  25. Version: 9
  26.  
  27.  
  28. ###############################
  29. ## General ##
  30. ###############################
  31.  
  32. General:
  33. # The prefix of all messages.
  34. Prefix: '&7'
  35. # Enable or disable the AntiBotDeluxe log. If this is disabled, you will not receive support, as essential data is contained here.
  36. Log: true
  37. # You must enable this if you use a modified proxy, eg Waterfall, Hexacord or Travertine.
  38. Log4J: true
  39. # If enabled the Console will be spammed with for you useless Developer stuff
  40. Debug: false
  41. # Should we show a animation while there is no attack?
  42. Animation: true
  43.  
  44. # BungeeCord only --
  45. BungeeCord:
  46. # Here you can set how many Threads one check is allowed to use.
  47. Threads: 2
  48.  
  49. ConsoleFilter:
  50. - "logged in with entity id"
  51. - "com.mojang.authlib.GameProfile@"
  52. - "lost connection"
  53. - "timed"
  54. - "reset"
  55. - "UUID of player"
  56. - "InitialHandler"
  57. - "UpstreamBridge has disconnected"
  58.  
  59. Statistics:
  60. AttackAlert:
  61. Enabled: true
  62. # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
  63. AlertPerm: true
  64. Interval: 15
  65. TriggerAmount: 5
  66. BlacklistAlert:
  67. Enabled: true
  68. # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
  69. AlertPerm: true
  70. Interval: 15
  71. AutoWhitelist:
  72. Enabled: true
  73. ActTime: 120
  74.  
  75. Storage:
  76. # Options Available: MySQL, FlatFile
  77. # If you are only running AntiBotDeluxe on one server, flat-file is recommended.
  78. Mode: MySQL
  79.  
  80. # Here you can set how the configuration file should update
  81. # Available options: LIVE, FREQUENTLY, NEVER
  82. # FREQUENTLY will cause a minutely update, when set on NEVER the use of /ab reload is needed.
  83. ConfigUpdate: LIVE
  84.  
  85. MySQL:
  86. Host: ''
  87. Username: ''
  88. Password: ''
  89. Database: ''
  90. MaximumPoolSize: 10
  91. MinimumIdle: 10
  92. MaximumLifetime: 1800000
  93. ConnectionTimeOut: 5000
  94.  
  95. ###############################
  96. ## Geo ##
  97. ###############################
  98.  
  99. Geographical:
  100. Mode: Whitelist
  101. Countries:
  102. - "Germany"
  103. - "Italy"
  104. - "Canada"
  105. - "Switzerland"
  106. - "Spain"
  107. - "France"
  108. - "United Kingdom"
  109. - "Greece"
  110. - "Monaco"
  111. - "Sweden"
  112. - "San Marino"
  113. - "French Southern Territories"
  114. - "United States"
  115.  
  116. ###############################
  117. ## Plus ##
  118. ###############################
  119.  
  120. # All settings here are only available to AntiBotDeluxe Plus users.
  121. # Plus is not required for bot protection but allows access to better proxy definitions and more features.
  122.  
  123. IPTables:
  124. Enabled: true
  125.  
  126. AddCommand: "sudo iptables -A INPUT -s %ips% -j DROP -m comment --comment \"AntiBotDeluxe\" -w"
  127. RemoveCommand: "sudo iptables -D INPUT -s %ips% -j DROP -m comment --comment \"AntiBotDeluxe\" -w"
  128.  
  129. # Flush all rules only added by AntiBotDeluxe on every plugin load.
  130. # This is important to ensure all blacklisted IPs are up to date.
  131. # If you are developing your server and constantly rebooting, disable this.
  132. # Disabled by default to keep rules for following attacks.
  133. Flush: false
  134.  
  135. # Blacklist a IP if they get blacklisted.
  136. # This wont add IP's that are downloaded
  137. # This option allows efficient mitigation of attacks and is recommended.
  138. AddWhenBlacklisted: true
  139.  
  140. # Get IPTables to limit the speed of joins.
  141. # This is highly recommended to block sources of mass bot joins.
  142. ConnectLimit:
  143. Enabled: true
  144. # When set to AUTOMATIC the Plugin will try to get the Server's Port automatically
  145. ServerPort: AUTOMATIC
  146. Limit: 4
  147.  
  148. ProxyScraper:
  149. Enabled: true
  150. Threads: 350
  151.  
  152. # Toggle proxy types to scrape for.
  153. # SOCKS is more common for bot attacks.
  154. SearchFor:
  155. HTTP: true
  156. SOCKS: true
  157.  
  158.  
  159. ###############################
  160. ## Checks ##
  161. ###############################
  162.  
  163. Checks:
  164. # This is the order of how checks work. You can comment them out here to disable them but is not recommended for blocking bots.
  165. # The default order is highly recommended to keep.
  166. Priority:
  167. - Condition02
  168. - ServerListPing
  169. - MaxPlayersPerIP
  170. - MaxAccountsPerIP
  171. - MaxConnectionsPerSecond
  172. - APNCheck
  173. - GeoCheck
  174. - BlacklistCheck
  175. - Condition01
  176. - ProxyDetection
  177. - DNSBLCheck
  178.  
  179.  
  180. # This check looks how often the same IP tries to connect per second
  181. MaxConnectionsPerSecond:
  182. Value: 3
  183.  
  184. # This is looking on how often a IP tries to connect with different names in a specific time, other then MaxPlayersPerIP this is not checking the online players
  185. MaxAccountsPerIP:
  186. Value: 5
  187. # Time storing the IP in minutes
  188. Time: 10
  189. Action: Blacklist
  190.  
  191. MaxPlayersPerIP:
  192. Value: 3
  193.  
  194. # Remember in default config this is just a condition
  195. MaxPlayersPerSecond:
  196. Value: 3
  197.  
  198. # Enable or disable checks to use the hold dynamic mode for.
  199. # If you do not know what this is, leave it alone.
  200. Hold:
  201. - MaxPlayersPerSecond
  202. - MaxAccountsPerIP
  203. - MaxConnectionsPerSecond
  204.  
  205. # Enable or disable checks to use the conditional dynamic checks for.
  206. # If you do not know what this is, leave it alone.
  207. Conditional:
  208. '01':
  209. - MaxPlayersPerSecond
  210. '02':
  211. - Whitelist
  212.  
  213. ###############################
  214. ## Blacklist ##
  215. ###############################
  216.  
  217. Blacklist:
  218. # Configure the sites where blacklisted IPs are loaded from.
  219. # The default settings are accurately chosen to be efficient and with few false positives.
  220. Synchronization:
  221. SyncBlacklist: true
  222. DirectAccess:
  223. - "http://lists.blocklist.de/lists/all.txt"
  224. - "http://cinsscore.com/list/ci-badguys.txt"
  225. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  226. - "http://blocklist.greensnow.co/greensnow.txt"
  227. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  228. ClickAccess:
  229. - "http://proxy-daily.com/"
  230. - "http://www.sslproxies24.top/"
  231. - "http://socksproxylist24.blogspot.ro/"
  232.  
  233. # You can control the blocked APNs here.
  234. # If you do not know what this is, leave it alone.
  235. APN:
  236. - OVH
  237. - INFOLINK
  238. - TELEF
  239. - CHINANET
  240. - GoDaddy
  241. - PARSONLINE
  242. - "CORPORACION NACIONAL"
  243. - contabo
  244. - server
  245. - "TWC Central"
  246. - "USA COMPANIES"
  247. - "Fibrenoire"
  248. - "Fibrenoire Inc."
  249.  
  250. ###############################
  251. ## Proxy ##
  252. ###############################
  253.  
  254. # These sites check if an account is a proxy.
  255. # The condition just disables the site if requirements aren't reached.
  256. ProxySettings:
  257. Sites:
  258. '1':
  259. URL: "http://www.stopforumspam.com/api?ip=%ip%"
  260. Keyword: "<appears>yes</appears>"
  261. Action: KICK
  262. '2':
  263. URL: "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%"
  264. Keyword: "Y"
  265. Action: KICK
  266. '3':
  267. URL: "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0"
  268. Keyword: "\"yes\""
  269. Action: KICK
  270. '4':
  271. URL: "http://botscout.com/test/?ip=%ip%"
  272. Keyword: "Y"
  273. Action: KICK
  274. '5':
  275. URL: "http://api.antibotdeluxe.com/system/1/check?ip=%ip%"
  276. Keyword: "\"1\""
  277. Action: KICK
  278. Condition: PLUS
  279.  
  280. DNSBL:
  281. Services:
  282. # Confirmed Proxies
  283. - "dnsbl.proxybl.org"
  284. # Zombie Networks
  285. - "zombie.dnsbl.sorbs.net"
  286. # HTTP Proxies
  287. - "http.dnsbl.sorbs.net"
  288. # Socks Proxies
  289. - "socks.dnsbl.sorbs.net"
  290. # Misc Proxies
  291. - "misc.dnsbl.sorbs.net"
  292. # XBL
  293. - "xbl.spamhaus.org"
  294.  
  295. ###############################
  296. ## Locale ##
  297. ###############################
  298.  
  299. Locale:
  300. # Available presets are English (EN), German (DE), French (FR), Italian (IT), Dutch (NL), Turkish (TU), Romanian (RO),
  301. # Messages are configurable over in the messages_locale.yml.
  302. # You can enter the name of your presence here.
  303. Preset: EN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement