Closed NotoriousRebel closed 4 months ago
Hi @NotoriousRebel . Thanks for taking the time to raise and issue. Apologies for the problem, I'll check it out as soon as I can
Sorry for the delay. I am able to reproduce the issue, so I will work on fixing the issue.
Hi @NotoriousRebel , this should be fixed in the latest release now. Just run pip install --upgrade xnLinkFinder
Installed via pipx with version 6.2 and here is the command I used:
xnLinkFinder -i https://walmart.com --scope-prefix sprefix.txt -u desktop mobile --scope-filter walmart.* -p 10 --timeout 30 --output xnlinkfinder_results.txt --output-wordlist xnlinkfinder_wordlist.txt --output-params xnlinkfinder_potential_params.txt --output-oos xnlinkfinder_oos.txt -vv
sprefix.txt contains only one entry:
https:///www.walmart.com
I won't paste all of the errors as there are a bunch but you start to see these errors within stdout as the tool runs. The tool does the desktop user agent group run successfully and then when it gets to mobile it starts to error out.
Results are still in the specified outfiles but the errors lead me to believe that the tool is not correctly using the mobile user agents to visit what was previously crawled.