diff --git a/Forums/AbyssForum/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/AbyssForum/__pycache__/crawler_selenium.cpython-311.pyc index dec332f..e7576b0 100644 Binary files a/Forums/AbyssForum/__pycache__/crawler_selenium.cpython-311.pyc and b/Forums/AbyssForum/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/AbyssForum/__pycache__/parser.cpython-311.pyc b/Forums/AbyssForum/__pycache__/parser.cpython-311.pyc index 253a157..861faf6 100644 Binary files a/Forums/AbyssForum/__pycache__/parser.cpython-311.pyc and b/Forums/AbyssForum/__pycache__/parser.cpython-311.pyc differ diff --git a/Forums/Altenens/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/Altenens/__pycache__/crawler_selenium.cpython-311.pyc index 0fa5189..ee63b76 100644 Binary files a/Forums/Altenens/__pycache__/crawler_selenium.cpython-311.pyc and b/Forums/Altenens/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/CryptBB/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/CryptBB/__pycache__/crawler_selenium.cpython-311.pyc index 2e94ebc..416fe08 100644 Binary files a/Forums/CryptBB/__pycache__/crawler_selenium.cpython-311.pyc and b/Forums/CryptBB/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/CryptBB/crawler_selenium.py b/Forums/CryptBB/crawler_selenium.py index d432647..11c44de 100644 --- a/Forums/CryptBB/crawler_selenium.py +++ b/Forums/CryptBB/crawler_selenium.py @@ -28,17 +28,17 @@ baseURL = 'http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion # Opens Tor Browser, crawls the website def startCrawling(): - # opentor() + opentor() forumName = getForumName() - # driver = getAccess() - # - # if driver != 'down': - # try: - # login(driver) - # crawlForum(driver) - # except Exception as e: - # print(driver.current_url, e) - # closetor(driver) + driver = getAccess() + + if driver != 'down': + try: + login(driver) + crawlForum(driver) + except Exception as e: + print(driver.current_url, e) + closetor(driver) new_parse(forumName, baseURL, False) diff --git a/Forums/DB_Connection/__pycache__/db_connection.cpython-311.pyc b/Forums/DB_Connection/__pycache__/db_connection.cpython-311.pyc index 6391c81..d97297e 100644 Binary files a/Forums/DB_Connection/__pycache__/db_connection.cpython-311.pyc and b/Forums/DB_Connection/__pycache__/db_connection.cpython-311.pyc differ diff --git a/Forums/HiddenAnswers/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/HiddenAnswers/__pycache__/crawler_selenium.cpython-311.pyc index b9b2b0a..655b46b 100644 Binary files a/Forums/HiddenAnswers/__pycache__/crawler_selenium.cpython-311.pyc and b/Forums/HiddenAnswers/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/HiddenAnswers/__pycache__/parser.cpython-311.pyc b/Forums/HiddenAnswers/__pycache__/parser.cpython-311.pyc index dd3b4ef..15564de 100644 Binary files a/Forums/HiddenAnswers/__pycache__/parser.cpython-311.pyc and b/Forums/HiddenAnswers/__pycache__/parser.cpython-311.pyc differ diff --git a/Forums/HiddenAnswers/parser.py b/Forums/HiddenAnswers/parser.py index c89b246..dfb22af 100644 --- a/Forums/HiddenAnswers/parser.py +++ b/Forums/HiddenAnswers/parser.py @@ -11,7 +11,7 @@ from bs4 import BeautifulSoup # This is the method to parse the Description Pages (one page to each topic in the Listing Pages) -def cryptBB_description_parser(soup): +def HiddenAnswers_description_parser(soup: BeautifulSoup): # Fields to be parsed diff --git a/Forums/Initialization/__pycache__/forums_mining.cpython-311.pyc b/Forums/Initialization/__pycache__/forums_mining.cpython-311.pyc index ce26694..26d18ea 100644 Binary files a/Forums/Initialization/__pycache__/forums_mining.cpython-311.pyc and b/Forums/Initialization/__pycache__/forums_mining.cpython-311.pyc differ diff --git a/Forums/Initialization/__pycache__/prepare_parser.cpython-311.pyc b/Forums/Initialization/__pycache__/prepare_parser.cpython-311.pyc index 82c3c6b..a02526d 100644 Binary files a/Forums/Initialization/__pycache__/prepare_parser.cpython-311.pyc and b/Forums/Initialization/__pycache__/prepare_parser.cpython-311.pyc differ diff --git a/Forums/Initialization/forumsList.txt b/Forums/Initialization/forumsList.txt index 2c8a141..f1320f9 100644 --- a/Forums/Initialization/forumsList.txt +++ b/Forums/Initialization/forumsList.txt @@ -1,2 +1 @@ -OnniForums -CryptBB \ No newline at end of file +OnniForums \ No newline at end of file diff --git a/Forums/Initialization/forums_mining.py b/Forums/Initialization/forums_mining.py index da42857..1b9e530 100644 --- a/Forums/Initialization/forums_mining.py +++ b/Forums/Initialization/forums_mining.py @@ -13,14 +13,7 @@ from Forums.AbyssForum.crawler_selenium import crawler as crawlerAbyssForum from Forums.Altenens.crawler_selenium import crawler as crawlerAltenensForum from Forums.HiddenAnswers.crawler_selenium import crawler as crawlerHiddenAnswers -<<<<<<< HEAD - - - - -======= import configparser ->>>>>>> 98de158ee6f14b35b2a5ac61427d7de36b4ee442 import time config = configparser.ConfigParser() @@ -110,12 +103,10 @@ if __name__ == '__main__': if forum == "BestCardingWorld": crawlerBestCardingWorld() - # elif forum == "CryptBB": - # crawlerCryptBB() + elif forum == "CryptBB": + crawlerCryptBB() elif forum == "OnniForums": crawlerOnniForums() - # elif forum == "CrackingPro": - # crawlerCrackingPro() elif forum == "AbyssForum": crawlerAbyssForum() elif forum == "HiddenAnswers": diff --git a/Forums/Initialization/geckodriver.log b/Forums/Initialization/geckodriver.log index 0d1d5ba..a499421 100644 --- a/Forums/Initialization/geckodriver.log +++ b/Forums/Initialization/geckodriver.log @@ -6408,3 +6408,1098 @@ JavaScript error: https://onniforums.com/jscripts/thread.js?ver=1827, line 188: JavaScript error: https://onniforums.com/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined JavaScript error: https://onniforums.com/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined JavaScript error: https://onniforums.com/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +1688166204382 geckodriver INFO Listening on 127.0.0.1:49864 +1688166208668 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "49865" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileWAOmAV" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688166210004 Marionette INFO Marionette enabled +1688166210025 Marionette INFO Listening on port 49872 +WebDriver BiDi listening on ws://localhost:49865 +Read port: 49872 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +1688166210425 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 30 23:03:33.329 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +Jun 30 23:03:33.329 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 30 23:03:33.329 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 30 23:03:33.329 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +Jun 30 23:03:33.341 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 30 23:03:33.341 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 30 23:03:33.341 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 30 23:03:33.341 [err] Reading config failed--see warnings above. +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +DevTools listening on ws://localhost:49865/devtools/browser/6a827b0d-dd2b-4246-8bee-7c1277b77468 +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 3.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 6.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +1688166232466 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.js:234:19 +TimedPromise@chrome://remote/content/marionette/sync.js:219:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.js:431:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.js:179:31 +console.debug: TorMonitorService: + Control port not ready, waiting 10s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofileWAOmAV\thumbnails) because it does not exist +console.debug: TorMonitorService: + Control port not ready, waiting 10s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +console.debug: TorMonitorService: + Control port not ready, waiting 10s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 10s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 10s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 10s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 216f3d5c7d4621453a6a424849526725 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +1688166289606 Marionette INFO Stopped listening on port 49872 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofileWAOmAV\thumbnails) because it does not exist +[Parent 6792, IPC I/O Parent] WARNING: DuplicateHandle failed for handle 0 in TransferHandles: file /var/tmp/build/firefox-b1c79245b9a4/ipc/chromium/src/chrome/common/ipc_channel_win.cc:723 +1688166493894 geckodriver INFO Listening on 127.0.0.1:65516 +1688166497807 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "65517" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileHDQjHd" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688166498745 Marionette INFO Marionette enabled +1688166498759 Marionette INFO Listening on port 59088 +WebDriver BiDi listening on ws://localhost:65517 +console.debug: TorProtocolService: + TorProtocolService initialized +Read port: 59088 +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +1688166498941 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 4b505d447a76503946585a3b42275369 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 4b505d447a76503946585a3b42275369 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 30 23:08:20.854 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +Jun 30 23:08:20.854 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 30 23:08:20.854 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 30 23:08:20.854 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +Jun 30 23:08:20.854 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 30 23:08:20.854 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 30 23:08:20.854 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 30 23:08:20.854 [err] Reading config failed--see warnings above. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 4b505d447a76503946585a3b42275369 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +DevTools listening on ws://localhost:65517/devtools/browser/8f320d23-0faa-4f3c-a56a-5996d035a045 +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 4b505d447a76503946585a3b42275369 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 4b505d447a76503946585a3b42275369 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 4b505d447a76503946585a3b42275369 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 4b505d447a76503946585a3b42275369 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +1688166519421 Marionette WARN TimedPromise timed out after 500 ms: stacktrace: +TimedPromise/<@chrome://remote/content/marionette/sync.js:234:19 +TimedPromise@chrome://remote/content/marionette/sync.js:219:10 +interaction.flushEventLoop@chrome://remote/content/marionette/interaction.js:431:10 +webdriverClickElement@chrome://remote/content/marionette/interaction.js:179:31 +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +1688166715512 Marionette INFO Stopped listening on port 59088 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PageThumbs.jsm, line 718: AbortError: IOUtils.profileBeforeChange getter: IOUtils: profileBeforeChange phase has already finished +1688166804251 geckodriver INFO Listening on 127.0.0.1:50636 +1688166808417 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "50637" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileA0PZ9o" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688166809399 Marionette INFO Marionette enabled +1688166809415 Marionette INFO Listening on port 50644 +WebDriver BiDi listening on ws://localhost:50637 +console.debug: TorProtocolService: + TorProtocolService initialized +Read port: 50644 +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +1688166809648 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 746c48606e287756392b234944305c6e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 30 23:13:31.908 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +Jun 30 23:13:31.908 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 30 23:13:31.908 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 30 23:13:31.908 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 746c48606e287756392b234944305c6e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 30 23:13:31.942 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 30 23:13:31.942 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 30 23:13:31.942 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 30 23:13:31.942 [err] Reading config failed--see warnings above. +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 746c48606e287756392b234944305c6e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 746c48606e287756392b234944305c6e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +DevTools listening on ws://localhost:50637/devtools/browser/641fc3ea-70c5-46fa-a547-98d34d53596f +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 746c48606e287756392b234944305c6e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 746c48606e287756392b234944305c6e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 746c48606e287756392b234944305c6e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +1688166862842 Marionette INFO Stopped listening on port 50644 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PageThumbs.jsm, line 718: AbortError: IOUtils.profileBeforeChange getter: IOUtils: profileBeforeChange phase has already finished +1688167239831 geckodriver INFO Listening on 127.0.0.1:61738 +1688167243826 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "61739" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileif6quo" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688167245048 Marionette INFO Marionette enabled +1688167245060 Marionette INFO Listening on port 50804 +WebDriver BiDi listening on ws://localhost:61739 +console.debug: TorProtocolService: + TorProtocolService initialized +Read port: 50804 +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +1688167245354 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6a5c407d486a227a2a243a452d425c5f -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6a5c407d486a227a2a243a452d425c5f -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 30 23:20:47.779 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +Jun 30 23:20:47.779 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 30 23:20:47.779 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 30 23:20:47.779 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +Jun 30 23:20:47.794 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 30 23:20:47.794 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 30 23:20:47.794 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 30 23:20:47.794 [err] Reading config failed--see warnings above. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6a5c407d486a227a2a243a452d425c5f -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6a5c407d486a227a2a243a452d425c5f -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +DevTools listening on ws://localhost:61739/devtools/browser/aaeae0b5-892e-466f-8165-1c20744ed918 +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6a5c407d486a227a2a243a452d425c5f -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6a5c407d486a227a2a243a452d425c5f -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6a5c407d486a227a2a243a452d425c5f -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +1688167371200 Marionette INFO Stopped listening on port 50804 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PageThumbs.jsm, line 718: AbortError: IOUtils.profileBeforeChange getter: IOUtils: profileBeforeChange phase has already finished +1688168881606 geckodriver INFO Listening on 127.0.0.1:52667 +1688168885461 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "52668" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofile6wz0tp" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688168886314 Marionette INFO Marionette enabled +1688168886327 Marionette INFO Listening on port 52675 +WebDriver BiDi listening on ws://localhost:52668 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +Read port: 52675 +1688168886647 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e3e72603a3125416d792f6b4f5e5826 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +Jun 30 23:48:07.989 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +Jun 30 23:48:07.989 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 30 23:48:07.989 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 30 23:48:07.989 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e3e72603a3125416d792f6b4f5e5826 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 30 23:48:08.017 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 30 23:48:08.017 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 30 23:48:08.024 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 30 23:48:08.024 [err] Reading config failed--see warnings above. +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e3e72603a3125416d792f6b4f5e5826 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +DevTools listening on ws://localhost:52668/devtools/browser/afec6f5c-4a42-4d11-8884-c265782d1d9b +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e3e72603a3125416d792f6b4f5e5826 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e3e72603a3125416d792f6b4f5e5826 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e3e72603a3125416d792f6b4f5e5826 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e3e72603a3125416d792f6b4f5e5826 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +console.warn: LoginRecipes: "getRecipes: falling back to a synchronous message for:" "http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion" +JavaScript error: resource://gre/modules/LoginManagerParent.jsm, line 136: TypeError: gRecipeManager is null +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined +JavaScript error: http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/jscripts/thread.js?ver=1827, line 188: ReferenceError: spinner is not defined diff --git a/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc b/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc index f81ba9e..2bc9d6a 100644 Binary files a/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc and b/Forums/OnniForums/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/Forums/OnniForums/__pycache__/parser.cpython-311.pyc b/Forums/OnniForums/__pycache__/parser.cpython-311.pyc index 8f58abc..327436b 100644 Binary files a/Forums/OnniForums/__pycache__/parser.cpython-311.pyc and b/Forums/OnniForums/__pycache__/parser.cpython-311.pyc differ diff --git a/Forums/OnniForums/crawler_selenium.py b/Forums/OnniForums/crawler_selenium.py index 2c32ef0..c21a040 100644 --- a/Forums/OnniForums/crawler_selenium.py +++ b/Forums/OnniForums/crawler_selenium.py @@ -280,12 +280,12 @@ def crawlForum(driver): driver.back() # comment out, one topic per page - break + # break # comment out, go through all pages - if count == 1: - count = 0 - break + # if count == 1: + # count = 0 + # break try: temp = driver.find_element(by=By.XPATH, value= diff --git a/Forums/OnniForums/parser.py b/Forums/OnniForums/parser.py index 1e221a7..426e771 100644 --- a/Forums/OnniForums/parser.py +++ b/Forums/OnniForums/parser.py @@ -41,7 +41,7 @@ def onniForums_description_parser(soup: BeautifulSoup) -> tuple: username: str = author_information.find("span", {"class": "largetext"}).text username_cleaned = cleanString(username.strip()) - users.append(username) + users.append(username_cleaned) user_status: str = author_information.find("span", {"class": "smalltext"}).text @@ -105,7 +105,7 @@ def onniForums_description_parser(soup: BeautifulSoup) -> tuple: # Populate the final variable (this should be a list with all fields scraped) - row = (topicName, posts, users, addDates, feedbacks, statuses, reputations, signs, interests) + row = (topicName, users, statuses, reputations, interests, signs, posts, feedbacks, addDates) # Sending the results @@ -117,7 +117,7 @@ def onniForums_listing_parser(soup: BeautifulSoup): boardName = "-1" # board name (the previous level of the topic in the Forum categorization tree. # For instance: Security/Malware/Tools to hack Facebook. The board here should be Malware) - + forum = "OnniForums" nm = 0 # this variable should receive the number of topics topic : List[str] = [] # all topics user : List[str] = [] # all users of each topic @@ -155,9 +155,9 @@ def onniForums_listing_parser(soup: BeautifulSoup): views = thread.find_all("td", {"align": "center"})[3].text view.append(views) - dates_added: str = thread.find("span",{"class" : "thread_start_datetime smalltext"}).text - dates_added_cleaned = dates_added.split(',')[0] - addDate.append(dates_added_cleaned) + # dates_added: str = thread.find("span",{"class" : "thread_start_datetime smalltext"}).text + # dates_added_cleaned = dates_added.split(',')[0] + # addDate.append(dates_added_cleaned) author = thread.find("span",{"class" : "author smalltext"}).text author_cleaned = cleanString(author.strip()) @@ -168,7 +168,7 @@ def onniForums_listing_parser(soup: BeautifulSoup): href.append(thread_link) return organizeTopics( - forum="OnniForums", + forum=forum, nm=nm, board=boardName, author=user, diff --git a/Forums/OnniForums/testing.py b/Forums/OnniForums/testing.py index d1baf81..c18cfd4 100644 --- a/Forums/OnniForums/testing.py +++ b/Forums/OnniForums/testing.py @@ -1,6 +1,6 @@ import os -from parser import onniForums_description_parser -from parser import onniForums_listing_parser +from Forums.OnniForums.parser import onniForums_description_parser +from Forums.OnniForums.parser import onniForums_listing_parser from bs4 import BeautifulSoup baseUrl = './HTML_Pages/06272023/Listing/httponnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qdonionForumCardingFraud.html' diff --git a/MarketPlaces/AnonymousMarketplace/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/AnonymousMarketplace/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..2fc80b9 Binary files /dev/null and b/MarketPlaces/AnonymousMarketplace/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/AnonymousMarketplace/__pycache__/parser.cpython-311.pyc b/MarketPlaces/AnonymousMarketplace/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..5491ee8 Binary files /dev/null and b/MarketPlaces/AnonymousMarketplace/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/Apocalypse/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/Apocalypse/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..883fad6 Binary files /dev/null and b/MarketPlaces/Apocalypse/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/Apocalypse/__pycache__/parser.cpython-311.pyc b/MarketPlaces/Apocalypse/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..7570e55 Binary files /dev/null and b/MarketPlaces/Apocalypse/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/CityMarket/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/CityMarket/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..541ae49 Binary files /dev/null and b/MarketPlaces/CityMarket/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/CityMarket/__pycache__/parser.cpython-311.pyc b/MarketPlaces/CityMarket/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..d362c9c Binary files /dev/null and b/MarketPlaces/CityMarket/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/DB_Connection/__pycache__/db_connection.cpython-311.pyc b/MarketPlaces/DB_Connection/__pycache__/db_connection.cpython-311.pyc index 201612d..9bcd79c 100644 Binary files a/MarketPlaces/DB_Connection/__pycache__/db_connection.cpython-311.pyc and b/MarketPlaces/DB_Connection/__pycache__/db_connection.cpython-311.pyc differ diff --git a/MarketPlaces/DarkFox/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/DarkFox/__pycache__/crawler_selenium.cpython-311.pyc index b30d814..5b3ac1b 100644 Binary files a/MarketPlaces/DarkFox/__pycache__/crawler_selenium.cpython-311.pyc and b/MarketPlaces/DarkFox/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/DarkMatter/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/DarkMatter/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..d37fd6f Binary files /dev/null and b/MarketPlaces/DarkMatter/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/DarkMatter/__pycache__/parser.cpython-311.pyc b/MarketPlaces/DarkMatter/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..ab519a1 Binary files /dev/null and b/MarketPlaces/DarkMatter/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/DarkTor/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/DarkTor/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..61c9d72 Binary files /dev/null and b/MarketPlaces/DarkTor/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/DarkTor/__pycache__/parser.cpython-311.pyc b/MarketPlaces/DarkTor/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..069cbaf Binary files /dev/null and b/MarketPlaces/DarkTor/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/DigitalThriftShop/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/DigitalThriftShop/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..6b5e8c0 Binary files /dev/null and b/MarketPlaces/DigitalThriftShop/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/DigitalThriftShop/__pycache__/parser.cpython-311.pyc b/MarketPlaces/DigitalThriftShop/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..9a2cab1 Binary files /dev/null and b/MarketPlaces/DigitalThriftShop/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/Initialization/__pycache__/markets_mining.cpython-311.pyc b/MarketPlaces/Initialization/__pycache__/markets_mining.cpython-311.pyc index 194a193..aaa6eba 100644 Binary files a/MarketPlaces/Initialization/__pycache__/markets_mining.cpython-311.pyc and b/MarketPlaces/Initialization/__pycache__/markets_mining.cpython-311.pyc differ diff --git a/MarketPlaces/Initialization/__pycache__/prepare_parser.cpython-311.pyc b/MarketPlaces/Initialization/__pycache__/prepare_parser.cpython-311.pyc index 943ef4c..9aa29d6 100644 Binary files a/MarketPlaces/Initialization/__pycache__/prepare_parser.cpython-311.pyc and b/MarketPlaces/Initialization/__pycache__/prepare_parser.cpython-311.pyc differ diff --git a/MarketPlaces/Initialization/geckodriver.log b/MarketPlaces/Initialization/geckodriver.log index aaee97e..c3073be 100644 --- a/MarketPlaces/Initialization/geckodriver.log +++ b/MarketPlaces/Initialization/geckodriver.log @@ -11295,3 +11295,862 @@ destructor()@TargetList.jsm:109 stop()@CDP.jsm:104 close()@RemoteAgent.jsm:138 >>>>>>> 98de158ee6f14b35b2a5ac61427d7de36b4ee442 +1688074717517 geckodriver INFO Listening on 127.0.0.1:50062 +1688074721101 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "50063" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofilehgd6gq" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688074721955 Marionette INFO Marionette enabled +1688074721964 Marionette INFO Listening on port 50070 +WebDriver BiDi listening on ws://localhost:50063 +Read port: 50070 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +1688074722139 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 5575477e6225485e6b4a5547643c7b59 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 29 21:38:43.576 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +Jun 29 21:38:43.576 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 29 21:38:43.576 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 29 21:38:43.576 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +Jun 29 21:38:43.576 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 29 21:38:43.576 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 29 21:38:43.576 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 29 21:38:43.576 [err] Reading config failed--see warnings above. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 5575477e6225485e6b4a5547643c7b59 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 5575477e6225485e6b4a5547643c7b59 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 5575477e6225485e6b4a5547643c7b59 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +DevTools listening on ws://localhost:50063/devtools/browser/00ba47aa-1ab6-4c8a-8e33-cf268a7eecaa +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 5575477e6225485e6b4a5547643c7b59 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 5575477e6225485e6b4a5547643c7b59 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 5575477e6225485e6b4a5547643c7b59 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 3.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 5575477e6225485e6b4a5547643c7b59 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofilehgd6gq\thumbnails) because it does not exist +1688074793915 Marionette INFO Stopped listening on port 50070 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofilehgd6gq\thumbnails) because it does not exist +[Parent 8784, IPC I/O Parent] WARNING: file /var/tmp/build/firefox-b1c79245b9a4/ipc/chromium/src/base/process_util_win.cc:167 +1688074948767 geckodriver INFO Listening on 127.0.0.1:50140 +1688074952363 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "50141" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileYx7ybw" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688074953103 Marionette INFO Marionette enabled +1688074953119 Marionette INFO Listening on port 50148 +WebDriver BiDi listening on ws://localhost:50141 +Read port: 50148 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +1688074953297 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 493d2351292b3d46776e5a7b71677972 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 493d2351292b3d46776e5a7b71677972 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 29 21:42:34.658 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +Jun 29 21:42:34.658 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 29 21:42:34.658 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 29 21:42:34.658 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +Jun 29 21:42:34.658 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 29 21:42:34.658 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 29 21:42:34.658 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 29 21:42:34.658 [err] Reading config failed--see warnings above. +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 493d2351292b3d46776e5a7b71677972 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +DevTools listening on ws://localhost:50141/devtools/browser/f8ec9bec-ce46-4b00-8a3a-78d107a0c541 +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 493d2351292b3d46776e5a7b71677972 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 493d2351292b3d46776e5a7b71677972 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 493d2351292b3d46776e5a7b71677972 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 493d2351292b3d46776e5a7b71677972 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 3.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 493d2351292b3d46776e5a7b71677972 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +1688075079988 Marionette INFO Stopped listening on port 50148 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofileYx7ybw\thumbnails) because it does not exist +[Parent 1900, IPC I/O Parent] WARNING: file /var/tmp/build/firefox-b1c79245b9a4/ipc/chromium/src/base/process_util_win.cc:167 +1688075517768 geckodriver INFO Listening on 127.0.0.1:50250 +1688075521282 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "50251" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileyyURzR" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688075521914 Marionette INFO Marionette enabled +1688075521921 Marionette INFO Listening on port 50258 +WebDriver BiDi listening on ws://localhost:50251 +Read port: 50258 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +1688075522104 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 312f285f335525494053485a6421654e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 312f285f335525494053485a6421654e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 29 21:52:03.537 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +Jun 29 21:52:03.537 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 29 21:52:03.537 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 29 21:52:03.537 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +Jun 29 21:52:03.553 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 29 21:52:03.553 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 29 21:52:03.553 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 29 21:52:03.553 [err] Reading config failed--see warnings above. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 312f285f335525494053485a6421654e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 312f285f335525494053485a6421654e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +DevTools listening on ws://localhost:50251/devtools/browser/dcb33e9e-4836-4ecf-9f14-1d52e6f35d80 +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 312f285f335525494053485a6421654e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 312f285f335525494053485a6421654e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 312f285f335525494053485a6421654e -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +1688075604112 Marionette INFO Stopped listening on port 50258 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PageThumbs.jsm, line 718: AbortError: IOUtils.profileBeforeChange getter: IOUtils: profileBeforeChange phase has already finished +1688075684522 geckodriver INFO Listening on 127.0.0.1:50322 +1688075688658 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "50323" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofileiVwnng" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688075689261 Marionette INFO Marionette enabled +1688075689271 Marionette INFO Listening on port 50330 +WebDriver BiDi listening on ws://localhost:50323 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +Read port: 50330 +1688075689654 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e50333c7951546a6b6d7b7476712269 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +Jun 29 21:54:50.730 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +Jun 29 21:54:50.730 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 29 21:54:50.730 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 29 21:54:50.730 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +Jun 29 21:54:50.730 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 29 21:54:50.730 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 29 21:54:50.730 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 29 21:54:50.730 [err] Reading config failed--see warnings above. +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e50333c7951546a6b6d7b7476712269 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e50333c7951546a6b6d7b7476712269 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +DevTools listening on ws://localhost:50323/devtools/browser/c03bb9f4-dfd0-475a-b53f-492733b46e2a +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e50333c7951546a6b6d7b7476712269 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e50333c7951546a6b6d7b7476712269 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 6e50333c7951546a6b6d7b7476712269 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +1688075771476 Marionette INFO Stopped listening on port 50330 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PageThumbs.jsm, line 718: AbortError: IOUtils.profileBeforeChange getter: IOUtils: profileBeforeChange phase has already finished +1688079114842 geckodriver INFO Listening on 127.0.0.1:50415 +1688079118051 mozrunner::runner INFO Running command: "C:\\\\Users\\\\minhkhoitran\\\\Desktop\\\\Tor Browser\\\\Browser\\\\firefox.exe" "--marionette" "--remote-debugging-port" "50416" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\MINHKH~1\\AppData\\Local\\Temp\\rust_mozprofile5wtzYO" +console.info: SecurityLevel: Listening for messages from NoScript. +console.info: SecurityLevel: Initializing security-prefs.js +console.info: SecurityLevel: security-prefs.js initialization complete +console.info: TorProtocolService: SOCKS port type: TCP +console.info: TorProtocolService: SOCKS host: 127.0.0.1 +console.info: TorProtocolService: SOCKS port: 9150 +1688079118592 Marionette INFO Marionette enabled +1688079118599 Marionette INFO Listening on port 50427 +WebDriver BiDi listening on ws://localhost:50416 +Read port: 50427 +console.debug: TorProtocolService: + TorProtocolService initialized +console.debug: TorMonitorService: + TorMonitorService initialized +console.log: "TorSettings: loadFromPrefs()" +console.log: "TorConnect: init()" +console.log: "TorConnect: Entering Initial state" +console.log: "TorConnect: Observing topic 'TorProcessExited'" +console.log: "TorConnect: Observing topic 'TorLogHasWarnOrErr'" +console.log: "TorConnect: Observing topic 'torsettings:ready'" +1688079118736 RemoteAgent WARN TLS certificate errors will be ignored for this session +console.log: "TorConnect: Will load after bootstrap => [about:blank]" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XPCOMUtils.jsm, line 161: TypeError: Cc[aContract] is undefined +console.info: TorMonitorService: tor started +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 2664602173483636377c3a422b5a3a70 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.05s. +Jun 29 22:52:01.172 [notice] Tor 0.4.7.13 (git-7c1601fb6edd780f) running on Windows 8 [or later] with Libevent 2.1.12-stable, OpenSSL 1.1.1u, Zlib 1.2.13, Liblzma N/A, Libzstd N/A and Unknown N/A as libc. +Jun 29 22:52:01.172 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/ +Jun 29 22:52:01.178 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc-defaults". +Jun 29 22:52:01.178 [notice] Read configuration file "C:\Users\minhkhoitran\Desktop\Tor Browser\Browser\TorBrowser\Data\Tor\torrc". +Jun 29 22:52:01.181 [notice] Opening Control listener on 127.0.0.1:9151 +Jun 29 22:52:01.181 [warn] Could not bind to 127.0.0.1:9151: Address already in use [WSAEADDRINUSE ]. Is Tor already running? +Jun 29 22:52:01.181 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. +Jun 29 22:52:01.181 [err] Reading config failed--see warnings above. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 2664602173483636377c3a422b5a3a70 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.warn: TorProcess: The watched Tor process exited with code 1. +console.info: TorProcess: Tor exited during startup. This might be due to an error in your torrc file, a bug in Tor or another program on your system, or faulty hardware. Until you fix the underlying problem and restart Tor, Tor Browser will not start. +console.debug: TorMonitorService: + Control port not ready, waiting 0.1s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 2664602173483636377c3a422b5a3a70 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +DevTools listening on ws://localhost:50416/devtools/browser/63ccc55c-790e-4356-854c-a0627059c51e +console.debug: TorMonitorService: + Control port not ready, waiting 0.2s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 2664602173483636377c3a422b5a3a70 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.4s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 2664602173483636377c3a422b5a3a70 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 0.8s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 2664602173483636377c3a422b5a3a70 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.debug: TorMonitorService: + Control port not ready, waiting 1.6s. +console.error: TorMonitorService: + Cannot open a control port connection + Message: Error: authenticate 2664602173483636377c3a422b5a3a70 -> 515 Authentication failed: Password did not match HashedControlPassword *or* authentication cookie. + Stack: + _handleCommandReply@resource://torbutton/modules/tor-control-port.js:320:19 +pushMessage@resource://torbutton/modules/tor-control-port.js:392:19 +_startMessagePump@resource://torbutton/modules/tor-control-port.js:277:29 +openPromptSync@resource://gre/modules/Prompter.jsm:1057:17 +confirmEx@resource://gre/modules/Prompter.jsm:1465:10 +confirmEx@resource://gre/modules/Prompter.jsm:305:14 +showConfirm@resource://gre/modules/TorLauncherUtil.jsm:357:25 +_processExitedUnexpectedly@resource://gre/modules/TorProcess.jsm:217:37 +_watchProcess@resource://gre/modules/TorProcess.jsm:185:12 +awaitPromise@resource://gre/modules/addons/XPIProvider.jsm:220:15 +processFileChanges@resource://gre/modules/addons/XPIDatabase.jsm:3504:19 +getNewSideloads@resource://gre/modules/addons/XPIProvider.jsm:3111:28 + +console.log: "TorConnect: Observed TorProcessExited" +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +1688079714680 Marionette INFO Stopped listening on port 50427 +JavaScript error: resource://gre/modules/AsyncShutdown.jsm, line 575: uncaught exception: SessionFileInternal.getWriter() called too early! Please read the session file from disk first. +JavaScript error: resource://gre/modules/PromiseWorker.jsm, line 106: Error: Could not get children of file(C:\Users\MINHKH~1\AppData\Local\Temp\rust_mozprofile5wtzYO\thumbnails) because it does not exist +[Parent 9204, IPC I/O Parent] WARNING: pipe error: 232: file /var/tmp/build/firefox-b1c79245b9a4/ipc/chromium/src/chrome/common/ipc_channel_win.cc:554 diff --git a/MarketPlaces/Initialization/marketsList.txt b/MarketPlaces/Initialization/marketsList.txt index 5a51a95..8ce2822 100644 --- a/MarketPlaces/Initialization/marketsList.txt +++ b/MarketPlaces/Initialization/marketsList.txt @@ -1 +1 @@ -ThiefWorld +MikesGrandStore diff --git a/MarketPlaces/LionMarketplace/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/LionMarketplace/__pycache__/crawler_selenium.cpython-311.pyc index 8021cbc..9231c84 100644 Binary files a/MarketPlaces/LionMarketplace/__pycache__/crawler_selenium.cpython-311.pyc and b/MarketPlaces/LionMarketplace/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/M00nkeyMarket/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/M00nkeyMarket/__pycache__/crawler_selenium.cpython-311.pyc new file mode 100644 index 0000000..ec7c591 Binary files /dev/null and b/MarketPlaces/M00nkeyMarket/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/M00nkeyMarket/__pycache__/parser.cpython-311.pyc b/MarketPlaces/M00nkeyMarket/__pycache__/parser.cpython-311.pyc new file mode 100644 index 0000000..215d3f2 Binary files /dev/null and b/MarketPlaces/M00nkeyMarket/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/MikesGrandStore/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/MikesGrandStore/__pycache__/crawler_selenium.cpython-311.pyc index ac46af2..ba35f17 100644 Binary files a/MarketPlaces/MikesGrandStore/__pycache__/crawler_selenium.cpython-311.pyc and b/MarketPlaces/MikesGrandStore/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/MikesGrandStore/__pycache__/parser.cpython-311.pyc b/MarketPlaces/MikesGrandStore/__pycache__/parser.cpython-311.pyc index f2f33a6..6f1f497 100644 Binary files a/MarketPlaces/MikesGrandStore/__pycache__/parser.cpython-311.pyc and b/MarketPlaces/MikesGrandStore/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/MikesGrandStore/crawler_selenium.py b/MarketPlaces/MikesGrandStore/crawler_selenium.py index cd5af50..f24dce0 100644 --- a/MarketPlaces/MikesGrandStore/crawler_selenium.py +++ b/MarketPlaces/MikesGrandStore/crawler_selenium.py @@ -31,19 +31,47 @@ baseURL = 'http://4yx2akutmkhwfgzlpdxiah7cknurw6vlddlq24fxa3r3ebophwgpvhyd.onion # Opens Tor Browser, crawls the website, then parses, then closes tor #acts like the main method for the crawler, another function at the end of this code calls this function later def startCrawling(): - # opentor() - mktName = getMKTName() - # driver = getAccess() - - # if driver != 'down': - # try: - # login(driver) - # crawlForum(driver) - # except Exception as e: - # print(driver.current_url, e) - # closetor(driver) - - new_parse(mktName, baseURL, False) + print("Welcome to the darkweb pipeline. Do you want to run:") + print("[A] Entire pipeline\t[B] Crawler only\t[C] Parser only") + choice = input() + + while choice not in {'A', 'B', 'C'}: + print("Choose the options below only!") + print("[A] Entire pipeline\t[B] Crawler only\t[C] Parser only") + choice = input() + + if choice == 'A': + opentor() + mktName = getMKTName() + driver = getAccess() + + if driver != 'down': + try: + login(driver) + crawlForum(driver) + except Exception as e: + print(driver.current_url, e) + closetor(driver) + + new_parse(mktName, baseURL, False) + + + if choice == 'B': + opentor() + driver = getAccess() + + if driver != 'down': + try: + login(driver) + crawlForum(driver) + except Exception as e: + print(driver.current_url, e) + closetor(driver) + + + if choice == 'C': + mktName = getMKTName() + new_parse(mktName, baseURL, False) # Opens Tor Browser @@ -228,12 +256,12 @@ def crawlForum(driver): driver.back() # comment out - break + # break # comment out - if count == 1: - count = 0 - break + # if count == 1: + # count = 0 + # break try: link = driver.find_element(by=By.XPATH, value= diff --git a/MarketPlaces/MikesGrandStore/testing.py b/MarketPlaces/MikesGrandStore/testing.py index e69de29..aeac350 100644 --- a/MarketPlaces/MikesGrandStore/testing.py +++ b/MarketPlaces/MikesGrandStore/testing.py @@ -0,0 +1 @@ +from MarketPlaces.MikesGrandStore.parser import mikesGrandStore_description_parser \ No newline at end of file diff --git a/MarketPlaces/ThiefWorld/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/ThiefWorld/__pycache__/crawler_selenium.cpython-311.pyc index 863e775..42d4131 100644 Binary files a/MarketPlaces/ThiefWorld/__pycache__/crawler_selenium.cpython-311.pyc and b/MarketPlaces/ThiefWorld/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/ThiefWorld/__pycache__/parser.cpython-311.pyc b/MarketPlaces/ThiefWorld/__pycache__/parser.cpython-311.pyc index 0ee697c..eff2b39 100644 Binary files a/MarketPlaces/ThiefWorld/__pycache__/parser.cpython-311.pyc and b/MarketPlaces/ThiefWorld/__pycache__/parser.cpython-311.pyc differ diff --git a/MarketPlaces/Tor2door/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/Tor2door/__pycache__/crawler_selenium.cpython-311.pyc index 3358dfe..3c35890 100644 Binary files a/MarketPlaces/Tor2door/__pycache__/crawler_selenium.cpython-311.pyc and b/MarketPlaces/Tor2door/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/TorBay/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/TorBay/__pycache__/crawler_selenium.cpython-311.pyc index f576c28..98e1606 100644 Binary files a/MarketPlaces/TorBay/__pycache__/crawler_selenium.cpython-311.pyc and b/MarketPlaces/TorBay/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/MarketPlaces/TorMarket/__pycache__/crawler_selenium.cpython-311.pyc b/MarketPlaces/TorMarket/__pycache__/crawler_selenium.cpython-311.pyc index ca5c4fc..5c200d1 100644 Binary files a/MarketPlaces/TorMarket/__pycache__/crawler_selenium.cpython-311.pyc and b/MarketPlaces/TorMarket/__pycache__/crawler_selenium.cpython-311.pyc differ diff --git a/setup.ini b/setup.ini index 2659ef2..967c719 100644 --- a/setup.ini +++ b/setup.ini @@ -5,7 +5,7 @@ firefox_profile_path = C:\\Users\\minhkhoitran\\Desktop\\Tor Browser\\Browser\\T geckodriver_path = C:\\NSF-REU\\dw_pipeline_test\\selenium\\geckodriver.exe [Project] -project_directory = C:\Users\Helium\\PycharmProjects\dw_pipeline_test +project_directory = C:\\NSF-REU\\dw_pipeline_test\ shared_folder = \\VBoxSvr\Shared [PostgreSQL]