소스 검색

fixed search engines zombies append + wargames gui

psy 1 주 전
부모
커밋
b1a6b242e6
4개의 변경된 파일188개의 추가작업 그리고 185개의 파일을 삭제
  1. 5 2
      core/main.py
  2. 1 1
      core/webgui.py
  3. 86 86
      docs/torrents/ufonet-v2.0.tar.gz.torrent
  4. 96 96
      docs/torrents/ufonet-v2.0.zip.torrent

+ 5 - 2
core/main.py

@@ -589,6 +589,9 @@ class UFONet(object):
             self.create_options(opts)
         options = self.options
 
+        options.download = False
+        options.upload = False
+
         # start threads
         if not self.options.threads:
             self.options.threads=5 # default number of threads
@@ -1361,6 +1364,8 @@ class UFONet(object):
                     print("[Info] [AI] NOT any NEW possible zombies found -> [Exiting!]\n")
             except Exception:
                 print(("\n[Error] [AI] Something wrong searching using: "+engine+"\n"))
+                if DEBUG == True:
+                    traceback.print_exc()
 
         # search for [Zombies] from a list of [Dorks]
         if options.dorks:
@@ -2029,8 +2034,6 @@ class UFONet(object):
                 print("\n[AI] Something was wrong generating [Grider]... -> [Aborting!]\n")
 
         # download list of [Zombies] from a [Blackhole] IP
-        options.download = False
-        options.upload = False
         if options.dip is not None:
             options.download = True
             self.blackhole = options.dip

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
core/webgui.py


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 86 - 86
docs/torrents/ufonet-v2.0.tar.gz.torrent


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 96 - 96
docs/torrents/ufonet-v2.0.zip.torrent