Giter VIP home page Giter VIP logo

igbf's Introduction

[ igbf ]: Instagram Brute Forcer

Brute Force Instargam account logins w/ dictionary attack!

igbf demo



Disclaimer ⚠️

  • This project is only a proof-of-concept & build for educational purpose
  • You should have explict permission for testing account security from the owner
  • developer is not responsible for any illegal use, it is end user's responsibility

“With great power comes great responsibility”


Usage 🪧

  • Installation

    • Just clone and start using, no need of installing any requirements.
    • Internet connection is essential
    • To use proxy, a library (pip install beautifulsoup4) is required; The program installs it for you while running (if not present)
    • Also you can get the latest version from releases
git clone https://github.com/s41r4j/igbf
cd igbf

  • Update
    • Goto the igbf directory and type git pull to update to latest version
    • Else download latest version of script from releases

  • Help Menu
python3 igbf.py
usage: igbf.py [-h] [-u USERNAME] [-w WORDLIST PATH] [-t TIMEOUT] [-v] [-p] [-l PROXY_LIMIT] [-f PROXY FILE PATH]

(s41r4j:igbf)> Instagram Brute Forcer

optional arguments:
  -h, --help            show this help message and exit
  -u USERNAME, --username USERNAME
                        instagram username (*required)
  -w WORDLIST PATH, --wordlist WORDLIST PATH
                        password wordlist (*required)
  -t TIMEOUT, --timeout TIMEOUT
                        timeout between each request in secs (default: 2)
  -v, --verbose         verbose mode (displays failed logins and more)
  -p, --proxy           built-in ip rotating proxy (additinal library required)
  -l PROXY_LIMIT, --proxy-limit PROXY_LIMIT
                        limit the number of proxies to use (default: 300; max: 300; min: 1)
  -f PROXY FILE PATH, --proxy-file PROXY FILE PATH
                        use custom proxy file (`-p` & `-l` disabled)


  • Example
python3 igbf.py -u USERNAME -w /PATH/TO/PASSWORD/WORDLIST -v

Wordlists 📃

Those who are using linux/hacking machines (like kali/parrot os, which has pre-installed stuff), can find password wordlist at /usr/share/wordlists/ (mostly rockyou.txt, if it is rockyou.txt.gz - unzip with tar -xvzf rockyou.txt.gz)


Note 📑

- It only supports single username (currently
- If you're not using proxy, instagram blocks/bans your ip (temporarily, dw) after 7-8 attempts
- Now proxies work fine, but the only problem it is time consuming and slow
- Supports: Windows, Mac, Unix/Linux (Termux)
  • If you have any quries/issues/errors, open an issue here
  • All contributions are welcomed, do a pull request

igbf's People

Contributors

s41r4j avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

igbf's Issues

csrf error

KeyError: "name='csrftoken', domain=None, path=None"

Missing required arguments

It’s shows the error missing the required arguments. But I’ve use pip to install username and wordlist how to solve this?

igbf.py error

hello, when starting brute force I get the following error in the code:

File "igbf.py", line 543, in
main()
File "igbf.py", line 409, in main
csrf_token = get_csrf_token()
File "igbf.py", line 107, in get_csrf_token
return content.cookies['csrftoken']
File "C:\Users\alan2\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\requests\cookies.py", line 334, in getitem
return self._find_no_duplicates(name)
File "C:\Users\alan2\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\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"

proxies

hi if u can help me pls when i start the attack this message appared UnboundLocalError: cannot access local variable 'proxies' where it is not associated with a value . how can i change proxies pls (for education)

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.