Ad Code

Responsive Advertisement

Ticker

6/recent/ticker-posts

[TERMINAL] - SABER LOCALIZAÇÃO DE IP EM TEMPO REAL





Como descobrir uma localização de IP em tempo real?


Veja esse tutorial aqui em baixo e confira.






----------------COMANDOS----------------


apt update ; apt upgrade

pkg install python

pkg install git

git clone https://github.com/maldevel/IPGeoLocation

chmod +x ipgeolocation.py



---------------TUTORIAL/DOWNLOAD-------------


Recuperar sua geolocalização de IP

./ipgeolocation.py -m

Recuperar geolocalização de IP

./ipgeolocation.py -t xxxx

Recuperar geolocalização de domínio

./ipgeolocation.py -t example.com

Não salve arquivos .log

./ipgeolocation.py -t example.com --nolog

Cadeia de agente de usuário personalizada

./ipgeolocation.py -t xxxx -u "Mozilla / 5.0 (Windows NT 6.3; WOW64; Trident / 7.0; rv: 11.0) como Gecko"

Usando Proxy

./ipgeolocation.py -t xxxx -x http://127.0.0.1:8080

Usando Proxy aleatório

./ipgeolocation.py -t xxxx -X /path/to/proxies/filename.txt

Escolha a seqüência do Usuário-Agente aleatoriamente

./ipgeolocation.py -t xxxx -U /path/to/user/agent/strings/filename.txt

Recuperar geolocalização de IP e abrir localização em mapas do Google com navegador padrão

./ipgeolocation.py -t xxxx -g

Exportar resultados para o arquivo CSV

./ipgeolocation.py -t xxxx --csv /path/to/results.csv

Exportar resultados para o arquivo XML

./ipgeolocation.py -t xxxx --xml /path/to/results.xml

Exportar resultados para o arquivo TXT

./ipgeolocation.py -t xxxx -e /path/to/results.txt

Recuperar geolocalização de IP para vários destinos

./ipgeolocation.py -T /path/to/targets/targets.txt

Recuperar geolocalização de IP para vários destinos e exportar resultados para xml

./ipgeolocation.py -T /path/to/targets/targets.txt --xml /path/to/results.xml

Não imprima os resultados no terminal

./ipgeolocation.py -m -e /path/to/results.txt --noprint





PARA MAIS DETALHES: https://youtu.be/vdtR6f-HDQY



Créditos: Tio 0day