Tools Get unlimited keep2share premium

Oct 14, 2022
6
17
81
0fya082315al84db03fa9bf467e3.png
I pay for a VPN anyway and I can switch them around until I have 10, but I don't find the data to put them in the script? Does that work in any way? These free proxies seem to suck it seems.
 

backwards

Tier 2 Sub
Jan 4, 2023
31
1
209
277
0fya082315al84db03fa9bf467e3.png
Using Tor (thousands of unique ip addresses):

1. Make sure you have tor cli installed (if you have tor browser installed, you most likely already have it).
2. Add user ids (found at the end of the share url) to the USER_IDS array.
3. Run tor from the command line: sudo tor
-- The output of the last line should be something like: Opened Socks listener connection (ready) on 127.0.0.1:9050
4. Optionally, use
Please, Log in or Register to see links and images
to bypass cloudflare verification.

The script automatically picks curl-impersonate-chrome if it exists in the binary path.

Note: curl-impersonate does not support Chrome 108 at this time.

Bash:
Please, Log in or Register to view codes content!

Proof:

Please, Log in or Register to see links and images
Please, Log in or Register to see links and images
 
Last edited:

JIGSAW766

Tier 2 Sub
May 5, 2022
17
165
287
0fya082315al84db03fa9bf467e3.png
#!/bin/bash

# Separate multiple ids using spaces.
USER_IDS=(480600)

# Ascii to Char:
Please, Log in or Register to see links and images

chr() { printf "\\x$(printf "%x" "$1")"; }

Please, Log in or Register to see links and images
120)$(chr 102)$(chr 97)$(chr 110)$(chr 116)$(chr 97)$(chr 122)$(chr 121)$(chr 46)$(chr 99)$(chr 111)$(chr 109)

while true
do
#
Please, Log in or Register to see links and images

user_id=${USER_IDS[ $RANDOM % ${#USER_IDS[@]} ]}
# Refresh ip address
sudo killall -HUP tor
if ! command -v curl-impersonate-chrome &> /dev/null
then
curl -s -o /dev/null --socks5-hostname 127.0.0.1:9050
Please, Log in or Register to see links and images
\
--data-raw "contentId=5ce96349bd03f31871c05b40&refUserId=$user_id" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101" \
-H "Accept: */*"
else
curl-impersonate-chrome -s -o /dev/null --socks5-hostname 127.0.0.1:9050
Please, Log in or Register to see links and images
\
--data-raw "contentId=5ce96349bd03f31871c05b40&refUserId=$user_id" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101" \
-H "Accept: */*"
fi
done


HELP ME PLEASE :/
 
  • Like
Reactions: kdpass

Dania

I tip my hat to you, m'lady.
Mar 11, 2022
370
1
12,456
1,408
0fya082315al84db03fa9bf467e3.png
The Tor script does indeed work as intended, many thanks for creating it. (y)
Please, Log in or Register to view quotes
Your errors are on line 9, 19 and 24. If you re-copy the script from a7x7's post, change only the numbers after USER_IDS to match your user ID it should work. (y)
Please, Log in or Register to view quotes
Please, Log in or Register to view quotes
For now I believe the only native Windows option - except for using a VM (see below) - is to use the proxy script on the previous page.

Update: It’s possible to use WSL as well. Check kdpass’ post below. This solution is the easiest in my opinion. (y)

Following a7x7's instructions, here's what I did on my Linux Mint machine and a test VM:


Please, Log in or Register to view spoilers

:MLADY:
 
Last edited:

kdpass

Bathwater Drinker
Mar 12, 2022
97
1,240
1,242
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
  1. Copy the above code in a text editor and change the USER_IDS=(12345678) with your USER_IDS=( ) Save the file ask2s.sh. You can use any name you want.
  2. Install
    Please, Log in or Register to see links and images
    from the Microsoft store.
  3. Open command prompt (CMD) and type ubuntu. This will enable you to use ubuntu inside your windows OS.
  4. Install
    Please, Log in or Register to see links and images
    . You can use the above instructions to edit the /etc/tor/torrc configuration file. Stop tor using sudo service tor stop
  5. Change directory to the directory containing the k2s.sh script.
  6. Type sudo -s and hit enter. Then enter your password.
  7. Start Tor sudo service tor start
  8. Run the bash scriptbash k2s.sh
 

Dania

I tip my hat to you, m'lady.
Mar 11, 2022
370
1
12,456
1,408
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I’m not really sure why you get a command for CURL not being found in your VM (I think that’s what your error shows, my Spanish is absolutely horrible, sorry), as CURL should be preinstalled. I believe the following should work if you wish to use the VM method over WSL (WSL is easier and faster in my opinion), then try running
sudo apt update sudo apt install curl
This should install CURL. You can then use the same instructions as kdpass made for stopping and then restarting Tor as a service. If this gives an error you can try running sudo tor in one window and the bash script in a second window as I did in my long description, then it should work. (y)
Please, Log in or Register to view quotes
Your output shows that there’s an error in the torrc file with CookieAuthentication0 and later CookieAuthentication00.
If you change this line to CookieAuthentication 0 (with a space between the two) in torrc, Tor should then function as intended. (y)
 
  • Like
Reactions: JIGSAW766

Dania

I tip my hat to you, m'lady.
Mar 11, 2022
370
1
12,456
1,408
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes

It looks like Tor is running as intended now. (y)

Quickly looking up the \r, it seems it’s Windows’ “carriage return character”. A user on Askubuntu explains it this way:
Please, Log in or Register to view quotes

(Also see kdpass’ response below (y))


On the same page they suggest running
sed -i 's/\r$//' curl.sh to remove this character. This will fix the errors on line 2 and 5 and hopefully also the error on line 32. (y)
 

kdpass

Bathwater Drinker
Mar 12, 2022
97
1,240
1,242

JIGSAW766

Tier 2 Sub
May 5, 2022
17
165
287
0fya082315al84db03fa9bf467e3.png
I did, but now what's supposed to happen?

it just shows over and over again in the tor window this message:


Please, Log in or Register to see links and images
Please, Log in or Register to see links and images


I already checked on XF, and I already got 16 hits, seriously thank you very much for the help. "Dania" and "kdpass"