Skip to content

Commit

Permalink
v2.2: See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xnl-h4ck3r committed Oct 31, 2022
1 parent d9889ca commit 2dd3e0e
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.2

- Changed

- Fixed a major bug where the `-c`/`--cookies` option would not correctly pass the cookies to requests. Sorry!!

- v2.1

- New
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 - v2.1
## About - v2.2

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

Expand Down
2 changes: 1 addition & 1 deletion xnLinkFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ def setHeaders():

# Define headers
requestHeaders = {
"Cookies": args.cookies,
"Cookie": args.cookies,
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
"Accept-Language": "en-US,en;q=0.8",
"Accept-Encoding": "gzip",
Expand Down
2 changes: 1 addition & 1 deletion xnLinkFinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="2.1"
__version__="2.2"

0 comments on commit 2dd3e0e

Please sign in to comment.