Last active
November 27, 2024 13:43
-
-
Save cloudybdone/6ce6af7302742f9c9ac31d319b38c0f2 to your computer and use it in GitHub Desktop.
Install PhoneInfoga on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
commented
Dec 8, 2022
Author

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