thewhiteh4t / FinalRecon

All In One Web Recon
https://www.kali.org/tools/finalrecon/
MIT License
2.29k stars 429 forks source link

ZSH: Segmentation Fault on Kali 2022.3 #56

Closed s1nglethr3ad closed 1 year ago

s1nglethr3ad commented 2 years ago

sudo apt-get install finalrecon python3 finalrecon.py --full 'https://mydomain.com'

Running finalrecon in zsh on Kali produces: zsh: segmentation fault python3 finalrecon.py --full 'https://mydomain.com'

Error occurs during enumeration of subdomains.

Running subdomains separately produces same error. python3 finalrecon.py --sub 'https://mydomain.com' zsh: segmentation fault python3 finalrecon.py --sub 'https://mydomain.com'

Is there a way to remdiate? Thank you!

thewhiteh4t commented 2 years ago

@s1nglethr3ad finalrecon version ?

s1nglethr3ad commented 2 years ago

@thewhiteh4t v1.1.3 from Kali repo.

thewhiteh4t commented 2 years ago

@s1nglethr3ad it looks like the upgrade request is not completed yet https://bugs.kali.org/view.php?id=7837 until its complete you can git clone to use v1.1.5

s1nglethr3ad commented 2 years ago

@thewhiteh4t sounds good, i'll give it a go. thank you!