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.75k stars 926 forks source link

Tool installation issue on ARM based New Macbook #512

Closed jayjpatel9717 closed 2 years ago

jayjpatel9717 commented 2 years ago

Description:

All of the tools, with the exception of nrich and ppfuzz are successfully installed. Both of the tools return an error. Is there a method to fix this situation?

Screenshot 2022-04-30 at 11 12 31 AM Screenshot 2022-04-30 at 11 13 09 AM Screenshot 2022-04-30 at 11 13 33 AM
six2dez commented 2 years ago

Seems to be something specific of Rust tools on ARM, I think I can't help here, maybe opening an issue on the respective repositories? @dwisiswant0 could you help here?

Teicu commented 2 years ago

I have same problem on Mac

Checking installed tools

[] dnsvalidator [NO] [] Massdns [NO] [] interlace [NO] [] nrich [NO]

I ran ./install.sh two times but useless.

Screenshot 2022-05-12 at 16 05 29
Teicu commented 2 years ago

There are only these two left that I can't install unfortunately

Checking installed tools

[] interlace [NO] [] nrich [NO]

six2dez commented 2 years ago

Fixed on dev branch https://github.com/six2dez/reconftw/commit/944061fb9ec520241db09b114da93805d07e0f20 please check again

Teicu commented 2 years ago

Hi mate,

Thanks for your interest and hard work, but I get exactly the same message. I deleted the old version and installed the latest one, but it seems useless

main-v2.3

Screenshot 2022-06-02 at 14 45 07
six2dez commented 2 years ago

As I said, it's fixed on dev branch, so you need to switch to dev branch first :)

Teicu commented 2 years ago

I know and I did

root@Pentest reconftw % git branch

Anyway, thank you very much for kindly replying. I think I'll give up

Teicu commented 2 years ago
Screenshot 2022-06-02 at 15 17 31
six2dez commented 2 years ago

Oh, ok, my bad :)

Interlace has a problem with latest Python version https://github.com/codingo/Interlace/issues/163 maybe that's the issue on your machine.

For nrich I will replace it with smap as nrich doesn't have an ARM version :( I will post here when it will be repalced

six2dez commented 2 years ago

https://github.com/six2dez/reconftw/commit/dff49ebdba8dda90548bfc107490d62e5a4f5423

jayjpatel9717 commented 2 years ago

@six2dez Is there any fix for ppfuzz installation?

six2dez commented 2 years ago

If you reinstall from dev branch it should be fixed now :)

jayjpatel9717 commented 2 years ago

@six2dez I have done that, Still getting error.

Screenshot 2022-06-04 at 3 11 02 PM Screenshot 2022-06-04 at 3 11 27 PM
six2dez commented 2 years ago

Ok, let me check during the day

jayjpatel9717 commented 2 years ago

No problem, take your time, and thank you for your prompt response :)