xnl-h4ck3r / xnLinkFinder

A python tool used to discover endpoints, potential parameters, and a target specific wordlist for a given target
1.18k stars 144 forks source link

Fix the "Input file Specified Two Times" Error. #7

Closed fkoussa closed 1 year ago

fkoussa commented 2 years ago

Hi!

The error was being shown due to the lack of Windows/Linux compatibility in the sort command being used. The pull request takes care of this issue by checking the current OS.

Thanks!

fkoussa commented 2 years ago

@xnl-h4ck3r They will not work out of the box, you will need to have these binaries installed on Windows. You can have checks for them written as well! If you need assistance please let me know.

xnl-h4ck3r commented 2 years ago

If you could figure out the windows version of those that works, that would be awesome! It definitley needs fixing. No worries if you can't, I'll try to figure out at some point. Many thanks

fkoussa commented 2 years ago

Sure will, maybe we can merge to main once we get this done?

xnl-h4ck3r commented 2 years ago

Yeah that would be good! Thanks for contributing!

xnl-h4ck3r commented 1 year ago

Hi @fkoussa Version 2.0 should resolve this issue now, and I resolved it in a different way so I'll close this pull request. Thanks for raising it, and let me know if there's any other issues :)