find info on phone numbers with PhoneInfoga
[Youtube Data] Public Data - [PhoneInfoga -Tool]
제목 : find info on phone numbers with PhoneInfoga
Description :
Infomation :
Binary installation (recommended)
# Download latest release in the current directory curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | bash # Check the binary ./phoneinfoga version # You can also install it globally sudo mv ./phoneinfoga /usr/bin/phoneinfoga
Using Docker
From docker hubdocker pull sundowndev/phoneinfoga:latestdocker run --rm -it sundowndev/phoneinfoga version
Docker-composeversion: '3.7' services: phoneinfoga: container_name: phoneinfoga restart: on-failure image: phoneinfoga:latest command: - "serve" ports: - "80:5000"
From the source codedocker-compose builddocker-compose run --rm phoneinfoga --helpdocker-compose up -d# docker-compose.yml command: - "serve" - "--no-client"docker logs -f <container-id|container-name>
PreviousGPS Spoofing w/ BladeRF - Software Defined Radio SeriesNextBitWhisper - Jumping the Air-Gap with Heat
Last updated