Skip to content

Instantly share code, notes, and snippets.

@cloudybdone
Last active November 27, 2024 13:43
Show Gist options
  • Select an option

  • Save cloudybdone/6ce6af7302742f9c9ac31d319b38c0f2 to your computer and use it in GitHub Desktop.

Select an option

Save cloudybdone/6ce6af7302742f9c9ac31d319b38c0f2 to your computer and use it in GitHub Desktop.
Install PhoneInfoga on Linux
If you need any help related to PhoneInfoga Setup Service on Any Linux contact with me:
Telegram: https://t.me/Cloudybdone
WhatsApp: https://wa.link/3j794g
Skype: https://join.skype.com/invite/vLFaKHx...
Email: cloudybdone@gmail.com
Linkedin: https://www.linkedin.com/in/cloudybdone/
Facebook: https://www.facebook.com/cloudybdone/
About Me: https://about.me/cloudybdone
YouTube Playlist: https://youtu.be/-SjUqa-gfro
#!/bin/sh
# Download latest release in the current directory
curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | bash
#Unzip using this command
tar -xf PhoneInfoga_Linux_x86_64.tar.gz
# Check the binary
./phoneinfoga version
# You can also install it globally
sudo mv ./phoneinfoga /usr/bin/phoneinfoga
#Now scan a number
phoneinfoga scan -n 8801xxxxxxxxx
@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-12-09 00-14-27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment