Skip to content

Commit

Permalink
v5.3 - see CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xnl-h4ck3r committed Mar 14, 2024
1 parent 945a5f0 commit 941933a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

- v5.3

- Changed

- Fix a typo in the `showVersion` error handler that caused an error.
- Added message to `setup.py` that says the location of the config file.

- v5.2

- Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<center><img src="https://github.com/xnl-h4ck3r/xnLinkFinder/blob/main/xnLinkFinder/images/title.png"></center>

## About - v5.2
## About - v5.3

This is a tool used to discover endpoints (and potential parameters) for a given target. It can find them by:

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@

if configNew:
print('\n\033[33mIMPORTANT: The file '+target_directory+'/config.yml already exists.\nCreating config.yml.NEW but leaving existing config.\nIf you need the new file, then remove the current one and rename config.yml.NEW to config.yml\n\033[0m')
else:
print('\n\033[92mThe file '+target_directory+'/config.yml has been created.\n\033[0m')
2 changes: 1 addition & 1 deletion xnLinkFinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="5.2"
__version__="5.3"
2 changes: 1 addition & 1 deletion xnLinkFinder/xnLinkFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def showVersion():
else:
write('Current xnLinkFinder version '+__version__+' ('+colored('outdated','red')+')\n')
except:
pas
pass

def showBanner():
write("")
Expand Down

0 comments on commit 941933a

Please sign in to comment.