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

Attempt to login then returns to new command line no error shown #1032

Open
AkhtarLAwaaa opened this issue Mar 26, 2024 · 22 comments
Open

Attempt to login then returns to new command line no error shown #1032

AkhtarLAwaaa opened this issue Mar 26, 2024 · 22 comments

Comments

@AkhtarLAwaaa
Copy link

AkhtarLAwaaa commented Mar 26, 2024

f78386dd-80d5-440c-b16c-caf39cf9fdab

just attempting to login, then just coming back to the new line.I tried many things but still stuck here

little bit new So any help will be appreciated!

@nicehaifirtoh
Copy link

f78386dd-80d5-440c-b16c-caf39cf9fdab

just Attempting to login then just coming back to new line.tried many things still stuck here

do you have a LINUX or are you using windows powershell
I suggest you use Kali LINUX or google cloud console

@AkhtarLAwaaa
Copy link
Author

Currently using Power Shell

@nicehaifirtoh
Copy link

Currently using Power Shell

it is a LINUX tool use Google cloud console or you have to download kali linux seprately
I would suggest Google cloud console
Easy to use
another update the instagram has pached it all so you can not get any informations on private accounts you will have to wait till the next update otherwise this tool is also preety much useless

@AkhtarLAwaaa
Copy link
Author

Still, public accounts got a lot of information for OSINT
what about following the private account for which you provided the credentials?

@nicehaifirtoh
Copy link

Still, public accounts got a lot of information for OSINT what about following the private account for which you provided the credentials?

tried it all
Screenshot 2024-03-27 035740

even if you are following the ac it shows not following
in case of public accounts i got infos on some
useful for some public accounts

@AkhtarLAwaaa
Copy link
Author

AkhtarLAwaaa commented Mar 26, 2024

What is the source of that information—a leaked database or an exploit?

i tried using Tails OS Linux but had some issues when downloading requirements.txt. It said connection not established or something. I tried many thing restarted the service, Etc but I think my OS is corrupt

@nicehaifirtoh
Copy link

What is the source of that information a leaked database or an exploit?

Depends on the security try using Osintgram for public accounts yourself you may or may not find informaion
and for leaked information try using google dorks.

try using google cloud console

@AkhtarLAwaaa
Copy link
Author

Isn't the google cloud console paid? I tried using its trial but no luck My old Fake cards just stopped working

@nicehaifirtoh
Copy link

nicehaifirtoh commented Mar 26, 2024

Isn't the google cloud console paid? I tried using its trial but no luck My old Fake cards just stopped working

nope just go to google cloud console and log in with your google account
Screenshot 2024-03-27 043305
do the same steps as shown here
Screenshot 2024-03-27 043432

@AkhtarLAwaaa
Copy link
Author

Thank you got the google Cloud

@nicehaifirtoh
Copy link

nicehaifirtoh commented Mar 26, 2024

Where I can change those credentials config file?

in the directory Osintgram, use these

-cd config
-nano credentials.ini
username = ..............
password = ...............
-ctrl + o
-enter
-ctrl + x
the credentials are all done

dont use the dash i am just denoting it

@AkhtarLAwaaa
Copy link
Author

2024-03-27 04_23_32-Clipboard
getting this issue

@nicehaifirtoh
Copy link

nicehaifirtoh commented Mar 26, 2024

2024-03-27 04_23_32-Clipboard getting this issue

in the Osintgram directory
cd src
nano Osintgram.py
Find function self.following = self.check_following() when you find it just put (#) behind the function just like this

#self.following = self.check_following()
ctrl + O
enter
ctrl + x
All done you good to go!!!!

@AkhtarLAwaaa
Copy link
Author

AkhtarLAwaaa commented Mar 26, 2024

thank you for all your help.Also, it gives captions posts and every other data of user, but when I give "info"command it give user not found

@nicehaifirtoh
Copy link

thank you for all your help.Also, it gives captions posts and every other data of user, but when I give "info"command it give user not found

Welcome
yes as i told you earlier instagram has pached their website and app so it is hard to find information,emails and numbers
if datalux (founder of Osintgram) gives an update we might be able to get them again
the last update wasyears ago
untill than explore what you can with Osintgram

@AkhtarLAwaaa
Copy link
Author

also how to get Only specific number of emails or if saved to file in google console how to access that file will cd will work if path in known?

@nicehaifirtoh
Copy link

also how to get Only specific number of emails or if saved to file in google console how to access that file will cd will work if path in known?

yeah that's the problem when you fetch email or numbers it does fetch them but when you type y
it shows

Traceback (most recent call last):
File "/home/nicehaifirtoh/.local/lib/python3.9/site-packages/instagram_private_api/client.py", line 523, in _call_api
response = self.opener.open(req, timeout=self.timeout)
File "/usr/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/nicehaifirtoh/Osintgram/main.py", line 186, in
_cmd()
File "/home/nicehaifirtoh/Osintgram/src/Osintgram.py", line 1239, in get_fwersemail
user = self.api.user_info(str(follow['id']))
File "/home/nicehaifirtoh/.local/lib/python3.9/site-packages/instagram_private_api/endpoints/users.py", line 17, in user_info
res = self._call_api('users/{user_id!s}/info/'.format(**{'user_id': user_id}))
File "/home/nicehaifirtoh/.local/lib/python3.9/site-packages/instagram_private_api/client.py", line 527, in _call_api
ErrorHandler.process(e, error_response)
File "/home/nicehaifirtoh/.local/lib/python3.9/site-packages/instagram_private_api/errors.py", line 129, in process
raise error_info['error'](
instagram_private_api.errors.ClientFeedbackRequiredError: feedback_required

@AkhtarLAwaaa
Copy link
Author

Yeah same issue here

@nicehaifirtoh
Copy link

Yeah same issue here

when we used that (#) this will also disable the ability to target private accounts. If you wish to still target private accounts, then you will have to wait, until a Stable Release of Osintgram4j Version 1.0 is out. As of now, it is being close to be pre-released with the Version of 0.1, with its core functionality being done.

we just have to hope for the new update untill than we can access the public accounts etc

@AkhtarLAwaaa
Copy link
Author

Public accounts are also inaccessible and say user not found and if email or number are tried to be downloaded, it gives error Try again in few minutes

@nicehaifirtoh
Copy link

Public accounts are also inaccessible and say user not found and if email or number are tried to be downloaded, it gives error Try again in few minutes

we can just hope for a new update untill than explore google dorks and other osint programs

@hheazz
Copy link

hheazz commented Mar 28, 2024

python3 main.py ahmtgunyy

Attempt to login...
Error parsing error response: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.11/site-packages/instagram_private_api/client.py", line 523, in _call_api
response = self.opener.open(req, timeout=self.timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 525, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 563, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Osintgram/main.py", line 121, in
api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Osintgram/src/Osintgram.py", line 47, in init
self.setTarget(target)
File "/home/kali/Osintgram/src/Osintgram.py", line 60, in setTarget
self.following = self.check_following()
^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Osintgram/src/Osintgram.py", line 1160, in check_following
return self.api._call_api(endpoint)['user_detail']['user']['friendship_status']['following']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.11/site-packages/instagram_private_api/client.py", line 527, in _call_api
ErrorHandler.process(e, error_response)
File "/home/kali/.local/lib/python3.11/site-packages/instagram_private_api/errors.py", line 135, in process
raise ClientError(error_msg, http_error.code, error_response)
instagram_private_api.errors.ClientError: Not Found

how can i solve this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants