Script to generate example outputs
This commit is contained in:
parent
45875a1d62
commit
ea3e0a0024
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
scriptDir=$(dirname -- "$(readlink -f -- "$BASH_SOURCE")")
|
||||||
|
|
||||||
|
python3 $scriptDir/../phoneinfoga.py -i $scriptDir/input.txt -o $scriptDir/output_from_input.txt -s any
|
||||||
|
|
||||||
|
python3 $scriptDir/../phoneinfoga.py -n "+86 591 2284 8571" -s all -o $scriptDir/output_single.txt
|
|
@ -0,0 +1,93 @@
|
||||||
|
___ _ _____ __
|
||||||
|
/ _ \ |__ ___ _ __ ___ \_ \_ __ / _| ___ __ _ __ _
|
||||||
|
/ /_)/ '_ \ / _ \| '_ \ / _ \ / /\/ '_ \| |_ / _ \ / _` |/ _` |
|
||||||
|
/ ___/| | | | (_) | | | | __/\/ /_ | | | | _| (_) | (_| | (_| |
|
||||||
|
\/ |_| |_|\___/|_| |_|\___\____/ |_| |_|_| \___/ \__, |\__,_|
|
||||||
|
|___/
|
||||||
|
PhoneInfoga Ver. v1.0.0-rc2
|
||||||
|
Coded by Sundowndev
|
||||||
|
|
||||||
|
|
||||||
|
[!] ---- Fetching informations for 8562099453217 ---- [!]
|
||||||
|
[*] Running local scan...
|
||||||
|
[+] International format: +856 20 99 453 217
|
||||||
|
[+] Local format: 02099453217
|
||||||
|
[+] Country code: +856
|
||||||
|
[+] Location: Laos
|
||||||
|
[+] Carrier: Unitel
|
||||||
|
[+] Area: Laos
|
||||||
|
[+] Timezone: Asia/Vientiane
|
||||||
|
[*] The number is valid and possible.
|
||||||
|
[*] Scan finished.
|
||||||
|
|
||||||
|
[0m
|
||||||
|
[!] ---- Fetching informations for 59172768361 ---- [!]
|
||||||
|
[*] Running local scan...
|
||||||
|
[+] International format: +591 72768361
|
||||||
|
[+] Local format: 072768361
|
||||||
|
[+] Country code: +591
|
||||||
|
[+] Location: Bolivia
|
||||||
|
[+] Carrier: Entel
|
||||||
|
[+] Area: Bolivia
|
||||||
|
[+] Timezone: America/La_Paz
|
||||||
|
[*] The number is valid and possible.
|
||||||
|
[*] Scan finished.
|
||||||
|
|
||||||
|
[0m
|
||||||
|
[!] ---- Fetching informations for 32474123456 ---- [!]
|
||||||
|
[*] Running local scan...
|
||||||
|
[+] International format: +32 474 12 34 56
|
||||||
|
[+] Local format: 0474123456
|
||||||
|
[+] Country code: +32
|
||||||
|
[+] Location: Belgium
|
||||||
|
[+] Carrier: Proximus
|
||||||
|
[+] Area: Belgium
|
||||||
|
[+] Timezone: Europe/Brussels
|
||||||
|
[*] The number is valid and possible.
|
||||||
|
[*] Scan finished.
|
||||||
|
|
||||||
|
[0m
|
||||||
|
[!] ---- Fetching informations for 15417543010 ---- [!]
|
||||||
|
[*] Running local scan...
|
||||||
|
[+] International format: +1 541-754-3010
|
||||||
|
[+] Local format: 05417543010
|
||||||
|
[+] Country code: +1
|
||||||
|
[+] Location: Corvallis, OR
|
||||||
|
[+] Carrier:
|
||||||
|
[+] Area: Corvallis, OR
|
||||||
|
[+] Timezone: America/Los_Angeles
|
||||||
|
[*] The number is valid and possible.
|
||||||
|
[*] Scan finished.
|
||||||
|
|
||||||
|
[0m
|
||||||
|
[!] ---- Fetching informations for 8659122848571 ---- [!]
|
||||||
|
[*] Running local scan...
|
||||||
|
[+] International format: +86 591 2284 8571
|
||||||
|
[+] Local format: 059122848571
|
||||||
|
[+] Country code: +86
|
||||||
|
[+] Location: Fuzhou, Fujian
|
||||||
|
[+] Carrier:
|
||||||
|
[+] Area: Fuzhou, Fujian
|
||||||
|
[+] Timezone: Asia/Shanghai
|
||||||
|
[*] The number is valid and possible.
|
||||||
|
[*] Scan finished.
|
||||||
|
|
||||||
|
[0m
|
||||||
|
[!] ---- Fetching informations for 74964819375 ---- [!]
|
||||||
|
[*] Running local scan...
|
||||||
|
[+] International format: +7 496 481-93-75
|
||||||
|
[+] Local format: 04964819375
|
||||||
|
[+] Country code: +7
|
||||||
|
[+] Location: Moscow
|
||||||
|
[+] Carrier:
|
||||||
|
[+] Area: Moscow
|
||||||
|
[+] Timezone: Europe/Moscow
|
||||||
|
[*] The number is valid and possible.
|
||||||
|
[*] Scan finished.
|
||||||
|
|
||||||
|
[0m
|
||||||
|
[!] ---- Fetching informations for 39172768361 ---- [!]
|
||||||
|
[*] Running local scan...
|
||||||
|
[*] Scan finished.
|
||||||
|
|
||||||
|
[0m
|
|
@ -0,0 +1,31 @@
|
||||||
|
___ _ _____ __
|
||||||
|
/ _ \ |__ ___ _ __ ___ \_ \_ __ / _| ___ __ _ __ _
|
||||||
|
/ /_)/ '_ \ / _ \| '_ \ / _ \ / /\/ '_ \| |_ / _ \ / _` |/ _` |
|
||||||
|
/ ___/| | | | (_) | | | | __/\/ /_ | | | | _| (_) | (_| | (_| |
|
||||||
|
\/ |_| |_|\___/|_| |_|\___\____/ |_| |_|_| \___/ \__, |\__,_|
|
||||||
|
|___/
|
||||||
|
PhoneInfoga Ver. v1.0.0-rc2
|
||||||
|
Coded by Sundowndev
|
||||||
|
|
||||||
|
|
||||||
|
[!] ---- Fetching informations for 8659122848571 ---- [!]
|
||||||
|
[*] Running local scan...
|
||||||
|
[+] International format: +86 591 2284 8571
|
||||||
|
[+] Local format: 059122848571
|
||||||
|
[+] Country code: +86
|
||||||
|
[+] Location: Fuzhou, Fujian
|
||||||
|
[+] Carrier:
|
||||||
|
[+] Area: Fuzhou, Fujian
|
||||||
|
[+] Timezone: Asia/Shanghai
|
||||||
|
[*] The number is valid and possible.
|
||||||
|
[*] Running Numverify.com scan...
|
||||||
|
[+] Number: (+86) 059122848571
|
||||||
|
[+] Country: China (People's Republic of) (CN)
|
||||||
|
[+] Location: Fuzhou
|
||||||
|
[+] Carrier:
|
||||||
|
[+] Line type: landline
|
||||||
|
(!) This is most likely a landline, but it can still be a fixed VoIP number.
|
||||||
|
[*] Running OVH scan...
|
||||||
|
[*] Scan finished.
|
||||||
|
|
||||||
|
[0m
|
Loading…
Reference in New Issue