You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.9 - Developed by Giuseppe Criscione - 2019
Type 'list' to show all allowed commands
Type 'FILE=y' to save results to files like '.txt (deafult is disabled)'
Type 'FILE=n' to disable saving to files'
Type 'JSON=y' to export results to a JSON files like '.json (deafult is disabled)'
Type 'JSON=n' to disable exporting to files'
Attempt to login...
Traceback (most recent call last):
File "main.py", line 107, in
api = Osintgram(args.id, args.file, args.json)
File "/home/devvm/Osintgram/src/Osintgram.py", line 36, in init
self.setTarget(target)
File "/home/devvm/Osintgram/src/Osintgram.py", line 42, in setTarget
user = self.get_user(target)
File "/home/devvm/Osintgram/src/Osintgram.py", line 955, in get_user
data = content.json()
File "/home/devvm/.local/lib/python3.8/site-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 518, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
$ python3 main.py sec0ps
________ .__ __
_____ \ || / | ________________ _____
/ | \ / / |/ \ _/ _ __ _ \ / \
/ | \ | | | \ | / // > | // __ | Y Y
_ /_ >|| /| __ /|| (____ /|_| /
/ / / /_____/ / /
Version 0.9 - Developed by Giuseppe Criscione - 2019
Type 'list' to show all allowed commands
Type 'FILE=y' to save results to files like '.txt (deafult is disabled)'
Type 'FILE=n' to disable saving to files'
Type 'JSON=y' to export results to a JSON files like '.json (deafult is disabled)'
Type 'JSON=n' to disable exporting to files'
Attempt to login...
Traceback (most recent call last):
File "main.py", line 107, in
api = Osintgram(args.id, args.file, args.json)
File "/home/devvm/Osintgram/src/Osintgram.py", line 36, in init
self.setTarget(target)
File "/home/devvm/Osintgram/src/Osintgram.py", line 42, in setTarget
user = self.get_user(target)
File "/home/devvm/Osintgram/src/Osintgram.py", line 955, in get_user
data = content.json()
File "/home/devvm/.local/lib/python3.8/site-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 518, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: