GithubHelp home page GithubHelp logo

gorxyz / queen Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 3.0 20.42 MB

π™±πš›πšžπšπšŽπšπš˜πš›πšŒπšŽ πšŠπšπšπšŠπšŒπš” 𝚝𝚘 πš’πš—πšœπšπšŠπšπš›πšŠπš– πšžπšœπšŽπš›πš—πšŠπš–πšŽ πš πš’πšπš‘ π™Ώπš’πšπš‘πš˜πš—

License: MIT License

Python 99.23% Shell 0.77%
bruteforce hacking instagram-hacking python python-requests tor

queen's People

Contributors

gorxyz avatar ronypandi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

queen's Issues

csrf token issue

Hello fellas, when I ran the code, shows up this issue, its about csrf token

Try the 2 options: python3 queen.py --tor disbale and python3 queen.py --tor enable, shows the same issue

Traceback (most recent call last):
File "/home/queen/queen.py", line 31, in
csrf = cookie_request.cookies['csrftoken']
File "/home/queen/env3.10/lib/python3.10/site-packages/requests/cookies.py", line 334, in getitem
return self._find_no_duplicates(name)
File "/home/queen/env3.10/lib/python3.10/site-packages/requests/cookies.py", line 413, in _find_no_duplicates
raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}")
KeyError: "name='csrftoken', domain=None, path=None"

Maybe request library change or instagram not returning csrftoken

Try to print the cookies:

cookie_request = requests.get(instagram_url)
print(cookie_request.cookies.get_dict()) =====> output ===> {}

Am I missing something guys?

Error

Traceback (most recent call last):
File "/home/azrail/Junk/queen/queen.py", line 119, in
main(sys.argv[1])
File "/home/azrail/Junk/queen/queen.py", line 91, in main
hack_request = requests.post(instagram_url_login, data=payload, headers=login_header, proxies=proxy)
File "/home/azrail/.local/lib/python3.9/site-packages/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
File "/home/azrail/.local/lib/python3.9/site-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "/home/azrail/.local/lib/python3.9/site-packages/requests/sessions.py", line 492, in request
settings = self.merge_environment_settings(
File "/home/azrail/.local/lib/python3.9/site-packages/requests/sessions.py", line 665, in merge_environment_settings
no_proxy = proxies.get('no_proxy') if proxies is not None else None
AttributeError: 'str' object has no attribute 'get'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.