xnLinkFinder

A python tool used to discover endpoints, potential parameters, and a target specific wordlist for a given target

Stars
1.2K

Bot releases are hidden (Show)

xnLinkFinder - v6.4 Latest Release

Published by xnl-h4ck3r 3 months ago

  • 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.
xnLinkFinder - v6.3

Published by xnl-h4ck3r 4 months ago

xnLinkFinder - v6.2

Published by xnl-h4ck3r 5 months ago

  • 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.
xnLinkFinder - v6.1

Published by xnl-h4ck3r 5 months ago

  • 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.
xnLinkFinder - v6.0

Published by xnl-h4ck3r 7 months ago

See CHANGELOG

xnLinkFinder - v5.3

Published by xnl-h4ck3r 7 months ago

See CHANGELOG

xnLinkFinder - v5.2

Published by xnl-h4ck3r 7 months ago

See CHANGELOG

xnLinkFinder - v5.1

Published by xnl-h4ck3r 7 months ago

See CHANGELOG

xnLinkFinder - v4.5

Published by xnl-h4ck3r 8 months ago

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

xnLinkFinder - v4.4

Published by xnl-h4ck3r 11 months ago

Add new MIME type exclusions

xnLinkFinder - v4.3

Published by xnl-h4ck3r 11 months ago

See CHANGELOG.md

xnLinkFinder - v4.2

Published by xnl-h4ck3r 11 months ago

See CHANGELOG.md

xnLinkFinder - v4.1

Published by xnl-h4ck3r about 1 year ago

Replace urllib with urllib3 in setup.py

xnLinkFinder - v4.0

Published by xnl-h4ck3r about 1 year ago

See CHANGELOG for details

xnLinkFinder - 3.14

Published by xnl-h4ck3r over 1 year ago

A few smallbug fixes - See CHANGELOG.md

xnLinkFinder - 3.13

Published by xnl-h4ck3r over 1 year ago

BUG FIX: Amend the main link finding regex string to avoid catastrophic backtracking errors that freeze the search and break xnLinkFinder

xnLinkFinder - v3.12

Published by xnl-h4ck3r over 1 year ago

In waymore mode, ignore the responses.tmp and continueResp.tmp files that waymore create

xnLinkFinder - v3.11

Published by xnl-h4ck3r over 1 year ago

See CHANGELOG for details

xnLinkFinder - v3.10

Published by xnl-h4ck3r over 1 year ago

See CHANGELOG for details

xnLinkFinder - v3.9

Published by xnl-h4ck3r over 1 year ago

  • Allow the input to be an exported Caido CSV file.
  • Don't try to get links from the Status line or the Content-Type header of the response for Burp, ZAP and Caido files