forked from tiptoettt/instashell
-
Notifications
You must be signed in to change notification settings - Fork 63
kf #2
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
Open
SashaSefir
wants to merge
33
commits into
XIshArkIX:master
Choose a base branch
from
SashaSefir:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
kf #2
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
345086c
v.15: Multi-thread added
researchersource b8337be
v1.5: Multi-threads added (bugs fixed)
researchersource c8a10df
Update README.md
researchersource 6d8efc5
Update README.md
researchersource 522c6d8
v1.5: Multi-threads added (bugs fixed)
researchersource 1b568aa
Bug Fixed on Resume session
researchersource 9f69fe6
Update README.md
researchersource 903c9fd
Update README.md
researchersource 7f7c984
Requirements install file uploaded
researchersource 00e6bbd
Update README.md
researchersource 20f84ff
Requirements install file uploaded
researchersource c5cebd3
v1.5.1: Fixed bug on password display, new wordlist.
researchersource 0c17a09
Best 8 letter (39k)
researchersource bc067ff
v1.5.2: Fixed bug on resume sessions. Added exit rotine.
researchersource c9e92d7
Update README.md
researchersource 21d64a9
Update README.md
researchersource 59d5e42
v1.5.3: Fixed bug on false positive flags.
researchersource 0608878
Update README.md
researchersource cb18030
v1.5.4: Fixed bug on pass counter and fixed counter on resume
researchersource ed3530b
Update README.md
researchersource 8f867bd
Update README.md
researchersource 6d0a38d
Update README.md
researchersource 7292217
Update README.md
researchersource 0d63ef1
Update README.md
researchersource c1e2ad7
Update README.md
researchersource ac13174
Update README.md
researchersource ea49a04
Update README.md
researchersource eb97aa8
Update README.md
researchersource 80bc3ee
Update instashell.sh
researchersource d37c83e
Update LICENSE
researchersource 176e393
Update instashell.sh
researchersource 2a427ef
Update instashell.sh
researchersource d37449c
Merge branch 'master' of https://github.com/SashaSefir/instashell
SashaSefir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,36 +1,44 @@ | ||
| # Instashell v1.5.4 | ||
| ## Создатель: github.com/thelinuxchoice | ||
| ## Переводчик [RU]: github.com/XIshArkIX [готово] | ||
| ## Author: github.com/thelinuxchoice | ||
| ## IG: instagram.com/thelinuxchoice | ||
| ### Don't copy this code without give me the credits, nerd! | ||
| Instashell is an Shell Script to perform multi-threaded brute force attack against Instagram, this script can bypass login limiting and it can test infinite number of passwords with a rate of +400 passwords/min using 20 threads. | ||
|
|
||
| Instashell - это скрипт для выполнения атаки брут форс (Brute Force) для Instagram. Этот скрипт может обойти ограничение на неправильные пароли, поэтому он может тестировать бесконенчое количество паролей. | ||
| ## Legal disclaimer: | ||
| Usage of InstaShell for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program | ||
|
|
||
| ## Правовая оговорка: | ||
| Использование InstaShell для атаки целей без предварительного взаимного согласия является незаконным. Ответственность конечного пользователя заключается в соблюдении всех применимых местных, государственных и федеральных законов. Разработчики не берут на себя никакой ответственности и не несут ответственности за какое-либо злоупотребление или ущерб, причиненный этой программой. | ||
|  | ||
|
|
||
|  | ||
| ### Features | ||
| - Multi-thread (400 pass/min, 20 threads) | ||
| - Save/Resume sessions | ||
| - Anonymous attack through TOR | ||
| - Check valid usernames | ||
| - Default password list (best +39k 8 letters) | ||
| - Check and Install all dependencies | ||
|
|
||
| ### Перед использованием: | ||
| ```bash | ||
| git clone https://github.com/XIshArkIX/instashell | ||
| ### Usage: | ||
| ``` | ||
| git clone https://github.com/thelinuxchoice/instashell | ||
| cd instashell | ||
| chmod +x instashell.sh | ||
| service tor start | ||
| sudo ./instashell.sh | ||
| ``` | ||
|
|
||
| ### Install requirements (Curl, Tor, Openssl): | ||
|
|
||
| ``` | ||
| chmod +x install.sh | ||
| sudo ./install.sh | ||
| ``` | ||
|
|
||
| ### Использование: | ||
| ```bash | ||
| chmod +x instashell.sh | ||
| sudo ./instashell.sh | ||
| ``` | ||
| ### How it works? | ||
|
|
||
| #### Особенности: | ||
| * Сохранение/продолжение сессий | ||
| * Анонимная атака с использованием сети TOR | ||
| * Многопоточность (400 паролей в минуту, 20 потоков) | ||
| * Проверка на существование аккаунта | ||
| * Словарь в комлекте | ||
| * Авто установка зависимостей | ||
| Script uses an Android ApkSignature to perform authentication in addition using TOR and rotating the ip address to avoid blocking. | ||
| The script uses Instagram-py algorithm, see the project at: https://github.com/antony-jr/instagram-py | ||
|
|
||
| ### Как это работает? | ||
| ### Donate! | ||
| Support the authors: | ||
|
|
||
| Скрипт использует Android ApkSignature(цифровая подпись Android) для выполнения аутентификации, дополнительно используя сеть TOR, чтобы сменить IP адрес после блокировки и продолжить атаку. | ||
| <noscript><a href="https://liberapay.com/thelinuxchoice/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,18 +6,33 @@ trap 'echo exiting cleanly...; exit 1;' SIGINT SIGTSTP | |
| checkroot() { | ||
|
|
||
| if [[ "$(id -u)" -ne 0 ]]; then | ||
| <<<<<<< HEAD | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove git conflicts markers |
||
| printf "\e[1;77mPlease, run this program as root!\n\e[0m" | ||
| ======= | ||
| printf "\e[1;77mПожалуйста, запустите скрипт как супер пользователь!\n\e[0m" | ||
| >>>>>>> 9f703b7bdaa9a0ff1e524cfa63cf7ef6cd0e3b83 | ||
| exit 1 | ||
| fi | ||
|
|
||
| } | ||
|
|
||
| checkroot | ||
|
|
||
| <<<<<<< HEAD | ||
| (trap '' SIGINT SIGTSTP && command -v tor > /dev/null 2>&1 || { printf >&2 "\e[1;92mInstalling TOR, please wait...\n\e[0m"; apt-get update > /dev/null && apt-get -y install tor > /dev/null || printf "\e[1;91mTor Not installed.\n\e[0m"; }) & wait $! | ||
|
|
||
| (trap '' SIGINT SIGTSTP && command -v openssl > /dev/null 2>&1 || { printf >&2 "\e[1;92mInstalling openssl, please wait...\n\e[0m"; apt-get update > /dev/null && apt-get -y install openssl > /dev/null || printf "\e[1;91mOpenssl Not installed.\n\e[0m"; }) & wait $! | ||
|
|
||
| (trap '' SIGINT SIGTSTP && command -v curl > /dev/null 2>&1 || { printf >&2 "\e[1;92mInstalling cURL, please wait...\n\e[0m"; apt-get update > /dev/null && apt-get -y install curl > /dev/null || printf "\e[1;91mCurl Not installed.\n\e[0m"; }) & wait $! | ||
|
|
||
| printf "\e[1;92mAll Requires are installed!\n\e[0m" | ||
|
|
||
| ======= | ||
| (trap '' SIGINT SIGTSTP && command -v tor > /dev/null 2>&1 || { printf >&2 "\e[1;92mУстановка TOR, пожалуйста подождите...\n\e[0m"; apt-get update > /dev/null && apt-get -y install tor > /dev/null || printf "\e[1;91mTor не установлен.\n\e[0m"; }) & wait $! | ||
|
|
||
| (trap '' SIGINT SIGTSTP && command -v openssl > /dev/null 2>&1 || { printf >&2 "\e[1;92mУстановка openssl, пожалуйста подождите...\n\e[0m"; apt-get update > /dev/null && apt-get -y install openssl > /dev/null || printf "\e[1;91mOpenssl не установлен.\n\e[0m"; }) & wait $! | ||
|
|
||
| (trap '' SIGINT SIGTSTP && command -v curl > /dev/null 2>&1 || { printf >&2 "\e[1;92mУстановка cURL, пожалуйста подождите...\n\e[0m"; apt-get update > /dev/null && apt-get -y install curl > /dev/null || printf "\e[1;91mCurl не установлен.\n\e[0m"; }) & wait $! | ||
|
|
||
| printf "\e[1;92mВсе зависимости установлены!\n\e[0m" | ||
| >>>>>>> 9f703b7bdaa9a0ff1e524cfa63cf7ef6cd0e3b83 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to: