Skip to content

Commit

Permalink
Bug Fix 0.0.7
Browse files Browse the repository at this point in the history
uscan variable was not define.
commoncrawl index update.
  • Loading branch information
ninjhacks committed Aug 1, 2022
1 parent 492eb97 commit fea9efb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion unja/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.6'
__version__ = '0.0.7'
4 changes: 2 additions & 2 deletions unja/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def header():
\____/ /_/ |_/ \____/ /_/ |_|
Author: sheryar (ninjhacks)
Version : %s HBD🥳🤩🎂🎉syedalizain033
Version : %s
\033[01;37m''' % (__import__('unja').__version__))

Expand Down Expand Up @@ -257,7 +257,7 @@ def header():
exit()

wbFilters = ccFilters = ""
cCrawl = wBack = otx = vtotal = False
cCrawl = wBack = otx = vtotal = uscan = False
WBlimit = options.wbLimit
OTXlimit = options.otxLimit

Expand Down
2 changes: 1 addition & 1 deletion unja/config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"VirusTotalApiKey": "", "UrlScanApiKey": "", "CommonCrawlIndex": "https://index.commoncrawl.org/CC-MAIN-2021-49-index"}
{"VirusTotalApiKey": "", "UrlScanApiKey": "", "CommonCrawlIndex": "https://index.commoncrawl.org/CC-MAIN-2022-27-index"}

0 comments on commit fea9efb

Please sign in to comment.