Browse Source

update Community botnet sources

psy 2 years ago
parent
commit
6887b12fd6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      core/main.py
  2. 1 1
      core/webgui.py

+ 1 - 1
core/main.py

@@ -53,7 +53,7 @@ DEBUG = False # use 'True' for detailed traceback
 class UFONet(object):
     def __init__(self):
         self.exit_msg = 'Donate BTC (Bitcoin) to keep UFONet (https://ufonet.03c8.net) strong!' # set msg show at the end [FILO ;-)]
-        self.blackhole = '176.28.23.46' # default download/upload zombies [Blackhole] [Server] / Try [DIY] your own [Mirror]...
+        self.blackhole = '46.163.118.220' # default download/upload zombies [Blackhole] [Server] / Try [DIY] your own [Mirror]...
         self.GIT_REPOSITORY = 'https://code.03c8.net/epsylon/ufonet' # oficial code source [OK! 22/12/2018]
         self.GIT_REPOSITORY2 = 'https://github.com/epsylon/ufonet' # mirror source [since: 04/06/2018]
         self.github_zombies = 'https://raw.githubusercontent.com/epsylon/ufonet/master/botnet/' # default [RAW] download/upload zombies [Blackhole] [GitHub] [DIY]

+ 1 - 1
core/webgui.py

@@ -29,7 +29,7 @@ from .main import UFONet
 from core.tools.abductor import Abductor
 
 #######SET-YOUR-BLACKHOLE-CONF-HERE###############################D
-default_blackhole = '176.28.23.46' # default blackhole            #
+default_blackhole = '46.163.118.220' # default blackhole            #
 crypto_key = "U-NATi0n!" # default enc/dec (+moderator board) key #
 ###################################################################