tor

    1熱度

    1回答

    我正在使用cURL登錄Facebook,並且正在使用TOR代理進行此登錄。這裏是我的代碼: function loginOnFacebook($login_email, $login_pass) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://m.facebook.com/login.php

    2熱度

    2回答

    我正在使用tor-request節點模塊,並遇到問題。我遵循了所有可以找到的步驟和方向,我在網上搜索了每個站點,並且重新啓動了計算機。我無法完成我的項目,真的很掙扎。我一直收到雙引號錯誤。 Id感謝任何幫助。 //開始TOR tor & 我tor --hash-password "myPasswordHere" | tail -n 1 //I also tried tor --hash-pass

    0熱度

    1回答

    我想在tor whonix網關中更改Ip出口節點,是否有任何想法如何做到這一點?我想知道在哪裏編輯這個文件。我嘗試在瀏覽器中更改ip tor,但不知道如何創建IP出口節點。誰創建了Ip退出節點?它是一個poxy服務器嗎?

    1熱度

    1回答

    我想建立一個java服務器和一個Android客戶端,他們的通信是通過Tor進行的。使用this頁面指示我已經成功地使用Java客戶端。但是,當我試圖使用客戶端代碼來Android項目的應用程序崩潰。我的Android客戶端代碼如下。 MainActivity.java public class MainActivity extends Activity { private BootStrap

    0熱度

    1回答

    按照website安裝Tortunnel的步驟,在步驟1中指向5,我想運行make & & make install,我得到以下內容; In file included from TorProxy.cpp:30: ./TorProxy.h:33:10: fatal error: 'boost/shared_ptr.hpp' file not found #include <boost/shar

    4熱度

    1回答

    我正在運行隱藏服務作爲我的學校的期末考試,但是我遇到了一個問題:我必須證明連接到我的網站的同一臺計算機的IP可以稍微改變一點,但是當我嘗試函數,如$ip=$_SERVER['REMOTE_ADDR'];它總是給我127.0.0.1,而不是最後一個連接到我的tor節點。 我該如何解決這個問題? Tor網絡正常嗎?提前歡呼!

    1熱度

    1回答

    from selenium import webdriver from selenium.webdriver.firefox.firefox_profile import FirefoxProfile from selenium.webdriver.firefox.firefox_binary import FirefoxBinary binary = FirefoxBinary(r'C:

    0熱度

    1回答

    我想編譯最新版本的tor(0.2.7.6),但我還沒有編譯過。我堅持這一點。 我做: 的./configure(就行) 化妝(就行) 須藤檢查安裝(錯誤) 檢查安裝下面的錯誤後accoured: [email protected]:~/tor-0.2.7.6$ sudo checkinstall --install=no checkinstall 1.6.2, Copyright 2009 F

    0熱度

    1回答

    幹官員docs說,新的身份是由以下建立: from stem import Signal from stem.control import Controller with Controller.from_port(port = 9051) as controller: controller.authenticate() controller.signal(Signal.N

    1熱度

    1回答

    我一直試圖通過Python使用Tor只會遇到「代理服務器拒絕連接」錯誤。 我一直試圖在用幹庫這個方法: http://www.thedurkweb.com/automated-anonymous-interactions-with-websites-using-python-and-tor/ 來修復此錯誤的任何幫助嗎? 下面是代碼: import stem.process from stem i