Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script crashes at tempophone footprint scan #15

Closed
mifkilla opened this issue Dec 25, 2018 · 1 comment
Closed

Script crashes at tempophone footprint scan #15

mifkilla opened this issue Dec 25, 2018 · 1 comment
Labels
kind/bug Something isn't working unable to reproduce
Milestone

Comments

@mifkilla
Copy link

mifkilla commented Dec 25, 2018

ive got script crush. Everything properly installed.
└──╼ $python3 phoneinfoga.py -n +XXXXXXXXXX --osint
___ _ _____ __
/ _ \ |__ ___ _ __ ___ _ _ __ / | ___ __ _ __ _
/ /
)/ '_ \ / _ | '_ \ / _ \ / // '_ | |_ / _ \ / |/ _ |
/ /| | | | () | | | | _// / | | | | | () | (| | (| |
/ |
| ||___/|| ||__/ || ||| ___/ _, |_,|
|___/
PhoneInfoga Ver. v1.0.0-rc2
Coded by Sundowndev

[!] ---- Fetching informations for XXXXXXXXXX ---- [!]
[] Running local scan...
[+] International format: +XXXXXXXXXX
[+] Local format: XXXXXXXXXX
[+] Country code: +7
[+] Location: Russia
[+] Carrier:
[+] Area: Russia
[+] Timezone: Asia/Almaty
[+] Timezone: Asia/Anadyr
[+] Timezone: Asia/Aqtobe
[+] Timezone: Asia/Irkutsk
[+] Timezone: Asia/Kamchatka
[+] Timezone: Asia/Krasnoyarsk
[+] Timezone: Asia/Magadan
[+] Timezone: Asia/Novosibirsk
[+] Timezone: Asia/Omsk
[+] Timezone: Asia/Sakhalin
[+] Timezone: Asia/Vladivostok
[+] Timezone: Asia/Yakutsk
[+] Timezone: Asia/Yekaterinburg
[+] Timezone: Europe/Bucharest
[+] Timezone: Europe/Moscow
[+] Timezone: Europe/Samara
[
] The number is valid and possible.
[] Running Numverify.com scan...
[+] Number: (+7) XXXXXXXXXX
[+] Country: Russian Federation (RU)
[+] Location: Moscow and Moscow Oblast
[+] Carrier: PJSC Mobile TeleSystems (MTS)
[+] Line type: mobile
(!) This is most likely a mobile number, but it can still be a VoIP number.
[
] Running OVH scan...
[] Running OSINT footprint reconnaissance...
[
] Generating scan URL on 411.com...
[+] Scan URL: https://www.411.com/phone/7-985-256-85-41
[] Would you like to use an additional format for this number ? (y/N)
[
] ---- Web pages footprints ----
[*] Searching for footprints on web pages... (limit=5)
(!) You are temporary blacklisted from Google search. Complete the captcha at the following URL and copy/paste the content of GOOGLE_ABUSE_EXEMPTION cookie : https://www.google.com/search?tbs=li:1&q=XXXXXXXXXX | intext:"XXXXXXXXXX" | intext:"+7 XXXXXXXXXX"&gws_rd=ssl

[*] Need help ? Read https://github.com/sundowndev/PhoneInfoga#dealing-with-google-captcha

GOOGLE_ABUSE_EXEMPTION=ID=4acce7af470032e7:TM=1545779707:C=r:IP=xx.xx.xx.xx-:S=APGng0vBztSQorsxbOPfJO48MDlc_hosaQ
[+] Result found: http://89xx.ru/nomer/798525685
[+] Result found: https://kto-abonent.com/79852560000
[+] Result found: http://ktozvonit-985-256.cdlaw.ru/
[+] Result found: https://tel-search.ru/num_ranges/64865%3Fpage%3D738
[+] Result found: http://bazanomera.ru/9852568
[] Searching for documents... (limit=10)
[
] ---- Reputation footprints ----
[] Searching for reputation report on whosenumber.info...
[
] Searching for phone fraud footprints...
[] Generating URL on scamcallfighters.com...
[+] http://www.scamcallfighters.com/search-phone-XXXXXXXXXX.html
[
] Would you like to search for temporary number providers footprints ? (Y/n)
[] ---- Temporary number providers footprints ----
[
] Searching for phone number on tempophone.com...
Traceback (most recent call last):
File "phoneinfoga.py", line 568, in
scanNumber(args.number)
File "phoneinfoga.py", line 535, in scanNumber
osintScan()
File "phoneinfoga.py", line 488, in osintScan
data = json.loads(response.content)
File "/usr/lib/python3.6/json/init.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

@sundowndev sundowndev added kind/bug Something isn't working unable to reproduce labels Dec 26, 2018
@sundowndev sundowndev changed the title script crashes Script crashes at tempophone footprint scan Dec 26, 2018
@sundowndev sundowndev added this to the v1.0.0 milestone Dec 26, 2018
@sundowndev
Copy link
Owner

Seems like a (temporary) non-response from tempophone.com's API. Did you tried again since ?

If yes, can you switch to develop branch and try again ? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working unable to reproduce
Projects
None yet
Development

No branches or pull requests

2 participants