Skip to content

Commit

Permalink
v2.5 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xnl-h4ck3r committed Dec 6, 2023
1 parent 20576ad commit 9566761
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

- v2.5

- Changed

- Fix a bug from [Issue #5](https://github.com/xnl-h4ck3r/knoxnl/issues/5) that prevented output being written.

- v2.4

- Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ pipx install git+https://github.com/xnl-h4ck3r/knoxnl.git

The `config.yml` file (in the global location based on the OS, e.g. `~/.config/knoxnl/config.yml`) has the keys which can be updated to suit your needs:

- `API_URL` - This can be set to the KNOSS API endpoint, if and when it is changed
- `API_URL` - This can be set to the KNOXSS API endpoint, if and when it is changed
- `API_KEY` - Your KNOXSS API key that you will have generated on https://knoxss.me/

## Important Notes from KNOXSS API Guidelines
Expand Down
2 changes: 1 addition & 1 deletion knoxnl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="2.4"
__version__="2.5"
2 changes: 1 addition & 1 deletion knoxnl/knoxnl.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def processes_type(x):

# Run knoXnl
def main():
global args, latestApiCalls, rateLimitExceeded, urlPassed, successCount, todoFile, fileIsOpen
global args, latestApiCalls, rateLimitExceeded, urlPassed, successCount, todoFile, fileIsOpen, outFile

# Tell Python to run the handler() function when SIGINT is received
signal(SIGINT, handler)
Expand Down

0 comments on commit 9566761

Please sign in to comment.