sundowndev / phoneinfoga

Information gathering framework for phone numbers
https://sundowndev.github.io/phoneinfoga/
GNU General Public License v3.0
13.22k stars 3.73k forks source link

Binary file execution error #1398

Open lilkitteniscurious opened 9 months ago

lilkitteniscurious commented 9 months ago

(Bad Address error) Error showing in termux when I execute binary file phoneinfoga.

Screenshot_2024-02-21-02-43-25-988_com termux

sundowndev commented 9 months ago

Looks like you miss typed the binary file: ./PhoneInfoga

lilkitteniscurious commented 9 months ago

Looks like you miss typed the binary file: ./PhoneInfoga

Let me explain. That blue colour PhoneInfoga is PhoneInfoga directory which I cloned using git clone command that's not the binary file.

Screenshot_2024-02-21-21-29-38-963_com.termux.jpg

In that directry, after doing cd PhoneInfoga and then ls I found nothing executable to run Phoneinfoga.

Then I downloaded phoneinfoga_Linux_arm64.tar.gz

IMG_20240221_214233

And then I copied it in the HOME directory of termux and unzipped the tar.gz file

After doing this , I got phoneinfoga binary file. When I execute this binary file , I got : Bad Address error.

You can see this below 👇🏼 Screenshot_2024-02-21-21-52-40-857_com termux

When I watched YouTube videos of phoneinfoga installation, their unzipped file was actually PhoneInfoga and even their zipped file was PhoneInfoga_Linux_arm64.tar.gz

But , in my case, the zipped file is phoneinfoga_Linux_arm64.tar.gz and hence the unzipped file is phoneinfoga.

I don't know what's happening.

sundowndev commented 9 months ago

My bad, after digging a little it looks like it's not related to phoneinfoga. Also I don't have any experience with Termux so I'll just let the community answer this one.