Advertisement
Guest User

Untitled

a guest
Aug 24th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 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: '&7AntiBot&bDeluxe &8» &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: false
  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. - "[GangsPlus]"
  59.  
  60. Statistics:
  61. AttackAlert:
  62. Enabled: true
  63. # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
  64. AlertPerm: true
  65. Interval: 15
  66. TriggerAmount: 5
  67. BlacklistAlert:
  68. Enabled: true
  69. # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
  70. AlertPerm: true
  71. Interval: 15
  72. AutoWhitelist:
  73. Enabled: true
  74. ActTime: 5
  75.  
  76. Storage:
  77. # Options Available: MySQL, FlatFile
  78. # If you are only running AntiBotDeluxe on one server, flat-file is recommended.
  79. Mode: FlatFile
  80.  
  81. # Here you can set how the configuration file should update
  82. # Available options: LIVE, FREQUENTLY, NEVER
  83. # FREQUENTLY will cause a minutely update, when set on NEVER the use of /ab reload is needed.
  84. ConfigUpdate: FREQUENTLY
  85.  
  86. MySQL:
  87. Host: '127.0.0.1'
  88. Username: 'root'
  89. Password: ''
  90. Database: antibotdeluxe
  91. MaximumPoolSize: 10
  92. MinimumIdle: 10
  93. MaximumLifetime: 1800000
  94. ConnectionTimeOut: 5000
  95.  
  96. ###############################
  97. ## Geo ##
  98. ###############################
  99.  
  100. Geographical:
  101. Mode: Whitelist
  102. Countries:
  103. - "N/A"
  104. - "Croatia"
  105. - "Bosnia and Herzegovina"
  106. - "Serbia"
  107. - "Montenegro"
  108. - "Estonia"
  109. - "Germany"
  110.  
  111. ###############################
  112. ## Plus ##
  113. ###############################
  114.  
  115. # All settings here are only available to AntiBotDeluxe Plus users.
  116. # Plus is not required for bot protection but allows access to better proxy definitions and more features.
  117.  
  118. IPTables:
  119. Enabled: true
  120.  
  121. AddCommand: "sudo iptables -A INPUT -s %ips% -j DROP -m comment --comment \"AntiBotDeluxe\" -w"
  122. RemoveCommand: "sudo iptables -D INPUT -s %ips% -j DROP -m comment --comment \"AntiBotDeluxe\" -w"
  123.  
  124. # Flush all rules only added by AntiBotDeluxe on every plugin load.
  125. # This is important to ensure all blacklisted IPs are up to date.
  126. # If you are developing your server and constantly rebooting, disable this.
  127. # Disabled by default to keep rules for following attacks.
  128. Flush: false
  129.  
  130. # Blacklist a IP if they get blacklisted.
  131. # This wont add IP's that are downloaded
  132. # This option allows efficient mitigation of attacks and is recommended.
  133. AddWhenBlacklisted: true
  134.  
  135. # Get IPTables to limit the speed of joins.
  136. # This is highly recommended to block sources of mass bot joins.
  137. ConnectLimit:
  138. Enabled: true
  139. # When set to AUTOMATIC the Plugin will try to get the Server's Port automatically
  140. ServerPort: AUTOMATIC
  141. Limit: 3
  142.  
  143. ProxyScraper:
  144. Enabled: true
  145. Threads: 350
  146.  
  147. # Toggle proxy types to scrape for.
  148. # SOCKS is more common for bot attacks.
  149. SearchFor:
  150. HTTP: true
  151. SOCKS: true
  152.  
  153.  
  154. ###############################
  155. ## Checks ##
  156. ###############################
  157.  
  158. Checks:
  159. # This is the order of how checks work. You can comment them out here to disable them but is not recommended for blocking bots.
  160. # The default order is highly recommended to keep.
  161. Priority:
  162. - Condition02
  163. - MaxPlayersPerIP
  164. - MaxAccountsPerIP
  165. - MaxConnectionsPerSecond
  166. - APNCheck
  167. - GeoCheck
  168. - BlacklistCheck
  169. - Condition01
  170. - ServerListPing
  171. - ProxyDetection
  172. - DNSBLCheck
  173.  
  174.  
  175. # This check looks how often the same IP tries to connect per second
  176. MaxConnectionsPerSecond:
  177. Value: 3
  178.  
  179. # 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
  180. MaxAccountsPerIP:
  181. Value: 5
  182. # Time storing the IP in minutes
  183. Time: 10
  184. Action: Blacklist
  185.  
  186. MaxPlayersPerIP:
  187. Value: 2
  188.  
  189. # Remember in default config this is just a condition
  190. MaxPlayersPerSecond:
  191. Value: 3
  192.  
  193. # Enable or disable checks to use the hold dynamic mode for.
  194. # If you do not know what this is, leave it alone.
  195. Hold:
  196. - MaxPlayersPerSecond
  197. - MaxAccountsPerIP
  198. - MaxConnectionsPerSecond
  199.  
  200. # Enable or disable checks to use the conditional dynamic checks for.
  201. # If you do not know what this is, leave it alone.
  202. Conditional:
  203. '01':
  204. - MaxPlayersPerSecond
  205. '02':
  206. - Whitelist
  207.  
  208. ###############################
  209. ## Blacklist ##
  210. ###############################
  211.  
  212. Blacklist:
  213. # Configure the sites where blacklisted IPs are loaded from.
  214. # The default settings are accurately chosen to be efficient and with few false positives.
  215. Synchronization:
  216. SyncBlacklist: true
  217. DirectAccess:
  218. - "http://lists.blocklist.de/lists/all.txt"
  219. - "http://cinsscore.com/list/ci-badguys.txt"
  220. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  221. - "http://blocklist.greensnow.co/greensnow.txt"
  222. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  223. ClickAccess:
  224. - "http://proxy-daily.com/"
  225. - "http://www.sslproxies24.top/"
  226. - "http://socksproxylist24.blogspot.ro/"
  227.  
  228. # You can control the blocked APNs here.
  229. # If you do not know what this is, leave it alone.
  230. APN:
  231. - OVH
  232. - INFOLINK
  233. - TELEF
  234. - CHINANET
  235. - GoDaddy
  236. - PARSONLINE
  237. - "CORPORACION NACIONAL"
  238. - contabo
  239. - server
  240. - "TWC Central"
  241. - "USA COMPANIES"
  242. - "Fibrenoire"
  243. - "Fibrenoire Inc."
  244.  
  245. ###############################
  246. ## Proxy ##
  247. ###############################
  248.  
  249. # These sites check if an account is a proxy.
  250. # The condition just disables the site if requirements aren't reached.
  251. ProxySettings:
  252. Sites:
  253. '1':
  254. URL: "http://www.stopforumspam.com/api?ip=%ip%"
  255. Keyword: "<appears>yes</appears>"
  256. Action: KICK
  257. '2':
  258. URL: "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%"
  259. Keyword: "Y"
  260. Action: KICK
  261. '3':
  262. URL: "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0"
  263. Keyword: "\"yes\""
  264. Action: KICK
  265. '4':
  266. URL: "http://botscout.com/test/?ip=%ip%"
  267. Keyword: "Y"
  268. Action: KICK
  269. '5':
  270. URL: "http://api.antibotdeluxe.com/system/1/check?ip=%ip%"
  271. Keyword: "\"1\""
  272. Action: KICK
  273. Condition: PLUS
  274.  
  275. DNSBL:
  276. Services:
  277. # Confirmed Proxies
  278. - "dnsbl.proxybl.org"
  279. # Zombie Networks
  280. - "zombie.dnsbl.sorbs.net"
  281. # HTTP Proxies
  282. - "http.dnsbl.sorbs.net"
  283. # Socks Proxies
  284. - "socks.dnsbl.sorbs.net"
  285. # Misc Proxies
  286. - "misc.dnsbl.sorbs.net"
  287. # XBL
  288. - "xbl.spamhaus.org"
  289.  
  290. ###############################
  291. ## Locale ##
  292. ###############################
  293.  
  294. Locale:
  295. # Available presets are English (EN), German (DE), French (FR), Italian (IT), Dutch (NL), Turkish (TU), Romanian (RO),
  296. # Messages are configurable over in the messages_locale.yml.
  297. # You can enter the name of your presence here.
  298. Preset: EN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement