Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Fixed Roblox and Google+
Browse files Browse the repository at this point in the history
Fixed the Roblox link generated, and fixed the file that the Google+ link went to
  • Loading branch information
The-SamminAter authored Jul 23, 2020
1 parent d182481 commit 0b55b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userrecon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ check=$(curl -s "https://plus.google.com/+$username/posts" -L -H "Accept-Languag

if [[ $check == *'1'* ]]; then
printf "\e[1;92m Found!\e[0m https://plus.google.com/+%s/posts\n" $username
printf "https://plus.google.com/+%s/posts\n" $username >> $username
printf "https://plus.google.com/+%s/posts\n" $username >> $username.txt
elif [[ $check == *'0'* ]]; then
printf "\e[1;93mNot Found!\e[0m\n"
fi
Expand Down Expand Up @@ -652,8 +652,8 @@ if [[ $check1 == *'0'* ]] ; then
printf "\e[1;93mNot Found!\e[0m\n"
elif [[ $check1 == *'1'* ]]; then

printf "\e[1;92m Found!\e[0m https://foursquare.com/%s\n" $username
printf "https://foursquare.com/%s\n" $username >> $username.txt
printf "\e[1;92m Found!\e[0m https://www.roblox.com/user.aspx?username=%s\n" $username
printf "https://www.roblox.com/user.aspx?username=%s\n" $username >> $username.txt
fi

## Gumroad
Expand Down

0 comments on commit 0b55b64

Please sign in to comment.