Releases: xnl-h4ck3r/xnLinkFinder
Releases · xnl-h4ck3r/xnLinkFinder
v6.4
-
v6.4
-
Changed
- BUG FIX: Change the link regex to also look for
.
within file names. If a file name is found that has a required extension, e.g..js
then the file name itself can also have a.
in it, e.g.chunk.1337.js
. Previously the regex would not have picked these up in certain situations.
- BUG FIX: Change the link regex to also look for
-
v6.3
v6.2
-
New
- Add same functionality as GAP Burp extension to extract parameter names from nested objects too.
- Added
video/x-ms-wmv,image/x-png,video/quicktime,image/x-ms-bmp,font/opentype,application/x-font-opentype,application/x-woff,audio/aiff
toDEFAULT_CONTENTTYPE_EXCLUSIONS
constant and also toCONTENTTYPE_EXCLUSIONS
inconfig.yml
.
v6.1
-
v6.1
-
New
- Add argument
-uc
/--user-agent-custom
. This can be used to specify a single custom User Agent string to use for all requests. This will override the-u
/--user-agent
argument. This can be used when a program requires a specific User Agent header to identify you for example.
- Add argument
-
Changed
- The error
ERROR processDepth: 'NoneType' object is not iterable
can occur if thefailedPrefixLinks
object isNone
. This can also cause the program to end before all Depths has been checked. Only process it if it is notNone
. - Add
image/jp2
video/x-m4v
tocontentExclude
inconfig.yml
and alsoDEFAULT_CONTENTTYPE_EXCLUSIONS
.
- The error
-
v6.0
See CHANGELOG
v5.3
See CHANGELOG
v5.2
See CHANGELOG
v5.1
See CHANGELOG
v4.5
Add arg -oo
/--output-oos1
. See CHANGELOG
v4.4
Add new MIME type exclusions