Advertisement
Guest User

Untitled

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