six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.46k stars 888 forks source link

xnLinkFinder BUG #858

Closed burper00 closed 4 months ago

burper00 commented 4 months ago

My system everything is updated but I still get that error. When I trying on console command xnLinkFinder is working fine. How to fix it ?

ask1 ask2 ask3

Virtualbox kali linux 2024.01 Updated. Reconftw updated. python version Python 3.11.8

When going error line I dont see anything its seems good

Traceback (most recent call last): File "/root/Tools/xnLinkFinder/xnLinkFinder/xnLinkFinder.py", line 4115, in main() File "/root/Tools/xnLinkFinder/xnLinkFinder/xnLinkFinder.py", line 3659, in main description="xnlLinkFinder (v" + import('xnLinkFinder').version + ") - by @Xnl-h4ck3r" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'xnLinkFinder' has no attribute 'version'

xnl-h4ck3r commented 4 months ago

Hi @burper00 and @six2dez . Apologies about this. Waymore and xnLinkFinder have been updated recently so they can be installed with pip. This means they can't be run from the previous install directory otherwise they will get that error. They can be installed with:

pip install git+https://github.com/xnl-h4ck3r/waymore.git
pip install git+https://github.com/xnl-h4ck3r/xnLinkFinder.git

Now they can be called from anywhere using waymore with python. Also, the config is now stored by default in ~/.config/waymore/config.yml and ~/.config/xnLinkFinder/config.yml

With waymore, there are some new config.yml keys. You can specify a default directory where files are written. If you don't ave this set, and you don't pass -oU and -oR then it will default to ~/.config/waymore/results/target.com for example. I hope that helps.

burper00 commented 4 months ago

Thanks for answer! Thats what I saying actually. When I trying to command console its working. But real question is how to fix together work Reconftw and xnLinkFinder ? How to change work location.

burper00 commented 4 months ago

oh here is fix https://github.com/six2dez/reconftw/pull/853 Finally! but is should be updated offically changes to " git clone https://github.com/six2dez/reconftw.git " :)