FinalRecon icon indicating copy to clipboard operation
FinalRecon copied to clipboard

ZSH: Segmentation Fault on Kali 2022.3

Open s1nglethr3ad opened this issue 2 years ago • 4 comments

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!

s1nglethr3ad avatar Aug 08 '22 17:08 s1nglethr3ad

@s1nglethr3ad finalrecon version ?

thewhiteh4t avatar Aug 08 '22 17:08 thewhiteh4t

@thewhiteh4t v1.1.3 from Kali repo.

s1nglethr3ad avatar Aug 08 '22 17:08 s1nglethr3ad

@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

thewhiteh4t avatar Aug 08 '22 17:08 thewhiteh4t

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

s1nglethr3ad avatar Aug 08 '22 17:08 s1nglethr3ad