Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Oct 19, 2023
1 parent 93f4182 commit 35e7a00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v1.1.6

* dependencies reduced
* logger added
* adjusted for new tldextract version
* bevigil added for sub-domain enum
* refactored
* sonar sub-domain query disabled
* improved exception handling in dns enum

---

## v1.1.5

* fixed some url issues in crawler
Expand Down
2 changes: 1 addition & 1 deletion finalrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

import argparse

VERSION = '1.1.5'
VERSION = '1.1.6'
log_writer(f'FinalRecon v{VERSION}')

parser = argparse.ArgumentParser(description=f'FinalRecon - The Last Web Recon Tool You Will Need | v{VERSION}')
Expand Down

0 comments on commit 35e7a00

Please sign in to comment.