Proxychains全局代理的安裝、配置和應(yīng)用.docx_第1頁
Proxychains全局代理的安裝、配置和應(yīng)用.docx_第2頁
Proxychains全局代理的安裝、配置和應(yīng)用.docx_第3頁
Proxychains全局代理的安裝、配置和應(yīng)用.docx_第4頁
全文預(yù)覽已結(jié)束

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)

文檔簡介

Proxychains全局代理的安裝、配置和應(yīng)用LINUX下可以實現(xiàn)全局代理的軟件有tsocks和proxychains等多種,似乎proxychains要更加穩(wěn)定可靠。proxychains介紹: 允許TCP和DNS通過代理隧道. 支持HTTP,SOCKS4和SOCKS5代理服務(wù)器. 不同的代理類型可以混合在同一個鏈. 代理鏈:用戶自定義的列表的代理鏈接在一起.可以使用proxychains通過代理服務(wù)器運行任何程序和通過反向代理訪問內(nèi)部網(wǎng)絡(luò)proxychains安裝:yum install proxychains 或 RPM安裝(需要有專門的rpm包)采用現(xiàn)成的rpm包安裝較為方便。但是經(jīng)測試,發(fā)現(xiàn)該rpm的安裝路徑有誤,需要改正。/usr/lib64/proxychains/libproxychains.so改為/usr/lib/proxychains/libproxychains.so只要執(zhí)行以下命令:mv /usr/lib64/proxychains /usr/lib配置文件-proxychains.conf# vim /etc/proxychains.conf 全文如下:# proxychains.conf VER 3.1# HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS.# The option below identifies how the ProxyList is treated.# only one option should be uncommented at time,# otherwise the last appearing option will be accepted#dynamic_chain# Dynamic - Each connection will be done via chained proxies# all proxies chained in the order as they appear in the list# at least one proxy must be online to play in chain# (dead proxies are skipped)# otherwise EINTR is returned to the app#strict_chain# Strict - Each connection will be done via chained proxies# all proxies chained in the order as they appear in the list# all proxies must be online to play in chain# otherwise EINTR is returned to the app#random_chain# Random - Each connection will be done via random proxy# (or proxy chain, see chain_len) from the list.# this option is good to test your IDS :)# Make sense only if random_chain#chain_len = 2# Quiet mode (no output from library)#quiet_mode# Proxy DNS requests - no leak for DNS dataproxy_dns # Some timeouts in millisecondstcp_read_time_out 15000tcp_connect_time_out 8000# ProxyList format# type host port user pass# (values separated by tab or blank)# Examples:# socks581080lamersecret#http8080justuhidden# socks491080# http38080# proxy types: http, socks4, socks5# ( auth types supported: basic-http user/pass-socks )proxychains-3.1.tar#ProxyList# add proxy here .# meanwile# defaults set to torsocks4 9050配置文件修改如下:有三個鏈:dynamic_chainstrict_chainrandom_chain默認(rèn)選擇是strict_chain,也可選 dynamic_chain,或random_chain,但含義不一樣的。三個鏈中只能選擇一個。然后在最后的ProxyList下面添加需要的代理信息: socks5 1080usernamepassword以上語句的意思是:socks5代理服務(wù)器的地址、端口、用戶名、密碼)一個配置例子:strict_chainproxy_dns tcp_read_time_out 15000tcp_connect_time_out 8000socks41080socks561080socks5 11080alusasb#2345按照順序執(zhí)行,可以多個代理組成一條鏈。詳細(xì)的配置說明列表: 屬 性說 明配 置dynamic_chain按照列表中出現(xiàn)的代理服務(wù)器的先后順序組成一條鏈,如果有代理服務(wù)器失效,則自動將其排除,但至少要有一個是有效的。默認(rèn)#未開啟strict_chain按照后面列表中出現(xiàn)的代理服務(wù)器的先后順序組成一條鏈,要求所有的代理服務(wù)器都是有效的。默認(rèn)開啟random_chain列表中的任何一個代理服務(wù)器都可能被選擇使用,這種方式很適合網(wǎng)絡(luò)掃描操作(參數(shù)chain_len只對random_chain有效)。默認(rèn)#未開啟proxy_dns代理dns請求默認(rèn)開啟ProxyList添加代理

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論