Skip to content

Commit

Permalink
fixed output
Browse files Browse the repository at this point in the history
  • Loading branch information
nullt3r committed May 14, 2022
1 parent 83b73d3 commit efa708d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jfscan/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def main():
masscan.run(res)

# Report results from masscan
logger.info("dumping results")
logger.info("showing results")

results = []
result_ips, result_domains = res.get_scan_results()
Expand Down
2 changes: 1 addition & 1 deletion jfscan/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 4, 7)
VERSION = (1, 4, 8)

__version__ = ".".join(map(str, VERSION))

0 comments on commit efa708d

Please sign in to comment.