@Paradox рад что кто то пользуется )
-
There is an error in source of this module. There is easy workarround, but it will be better if OP would fix that error so it works as intended. As a result of that error in source code this module works in 90% of cases, and rest 10% is what causing trouble and cause that error you mentioned.
The error is in create new tor connection JS file. Very first line chooses port number between 1 and 999, and later in the script adds 9000 so port number is between 9000 and 9999. But unfortunately OP didnt solve it good in later code, so ports from 9000 to 9100 are not making good connection and cause that error afterwards, when they need to close. Cause of that error is because those first 100 numbers for ports are false and they are actually opened on wrong port numbers.
So easy workaround would be to replace that formula (first line of code) with code that produces 3 digit numbers - 100-999, and avoid first 100 ports (9000-9100) which are not opening correctly due to error in later code.
It would be best if OP would make all necessary corrections in the code so all ports work as intended. But in meantime you can apply workaround by replacing that first line of code.
-
TOR_PORT = Math.floor(Math.random() * 999);
and
native("filesystem", "writefile", JSON.stringify({path: RANDOM_FILE,value: "chcp 65001\n" + (("".length>0) ? ("cd " + "" + "\n") : "" ) + ("cd custom/Tor/files/Tor\ntor.exe -f torrc -SocksPort 9" + TOR_PORT + " -ControlPort 8" + TOR_PORT + " -DataDirectory %TEMP%/torf" + TOR_PORT + TOR_CUSTOM),base64:false,append:false}))
do not match.
9" + TOR_PORT + " is loosing leading 0 and opens wrong port for ports 9000-9100
-
-
http тунель? или socks
-
@battleground просто socks5 прокси
-
Привет, подскажите для чего используете эти самые прокси, модуль работает, автору респект за создание и поддержку.
Сами прокси везде палятся как Service d'anonymat: TOR
Вы как то это обходите или просто не используете их для площадок где куча проверок...?
Может быть есть другой модуль для сбора и проверки прокси, которые не помечены как TOR ?

