hueristiq / xurlfind3r

A command-line interface (CLI) based passive URLs discovery utility. It is designed to efficiently identify known URLs of given domains by tapping into a multitude of curated online passive sources.
https://github.com/hueristiq/xurlfind3r
MIT License
535 stars 63 forks source link

config.yaml new loaction #48

Open Hacktus opened 5 months ago

Hacktus commented 5 months ago

Hey there,

config.yaml file is no longer under $HOME/.hueristiq/xurlfind3r/config.yaml , it's currently under /$HOME/.config/xurlfind3r/config.yaml , please update it in the readme file

Hacktus commented 5 months ago

Seems like there is another issue with intel x

[ERR] intelx: unexpected status code 400 received from https://2.intelx.io/phonebook/search/result?k=key&id=00000000-0000-0000-0000-000000000000&limit=10000

in the ID value it doesn't generate an actual search id , instead, it uses 00000000-0000-0000-0000-000000000000 which causes the call to crash

enenumxela commented 5 months ago

Hey there,

config.yaml file is no longer under $HOME/.hueristiq/xurlfind3r/config.yaml , it's currently under /$HOME/.config/xurlfind3r/config.yaml , please update it in the readme file

Ooh! yeah!

enenumxela commented 5 months ago

Let me check on the issues