Skip to content

Releases: xnl-h4ck3r/xnLinkFinder

v6.4

14 Jul 20:36
Compare
Choose a tag to compare
  • 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.

v6.3

16 Jun 20:33
Compare
Choose a tag to compare
  • v6.3

    • Changed

      • A fix for Issue 28 - #28

v6.2

27 May 19:17
Compare
Choose a tag to compare
  • 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 to DEFAULT_CONTENTTYPE_EXCLUSIONS constant and also to CONTENTTYPE_EXCLUSIONS in config.yml.

v6.1

14 May 12:13
Compare
Choose a tag to compare
  • 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.
    • Changed

      • The error ERROR processDepth: 'NoneType' object is not iterable can occur if the failedPrefixLinks object is None. This can also cause the program to end before all Depths has been checked. Only process it if it is not None.
      • Add image/jp2 video/x-m4v to contentExclude in config.yml and also DEFAULT_CONTENTTYPE_EXCLUSIONS.

v6.0

01 Apr 19:59
Compare
Choose a tag to compare

See CHANGELOG

v5.3

14 Mar 23:33
Compare
Choose a tag to compare

See CHANGELOG

v5.2

14 Mar 21:46
Compare
Choose a tag to compare

See CHANGELOG

v5.1

09 Mar 20:14
Compare
Choose a tag to compare

See CHANGELOG

v4.5

26 Feb 13:03
Compare
Choose a tag to compare

Add arg -oo/--output-oos1. See CHANGELOG

v4.4

06 Dec 17:09
Compare
Choose a tag to compare

Add new MIME type exclusions