如果沒有安裝可以略過
1
2
3
4
# cd tcpcopy-0.6.0
# make uninstall
# cd ..
# rm -rf tcpcopy-0.6.0
12
3
4
5
# tar -zxvf libpcap-1.3.0.tar.gz
# cd libpcap-1.3.0
# ./configure
# make
# make install
安裝的時候會碰到三個錯誤。
1
.
/configure
:error:your operating system's lex is insufficient to compile libpcap.
解決辦法:
# apt-get install flex
1
make
: yacc: command not found
解決方法:
# apt-get install biso
1
/usr/local/lib/libpcap
.so: undefined reference to `pcap_parse』
解決方法:
# apt-get install libpcap-dev
1
2
3
4
5
# tar -zxvf tcpcopy-0.6.0 .tar.gz
# cd tcpcopy-0.6.0
# ./configure --enable-offline
# make
# make install
1tcpdump -i any tcp and port -s 0 -w online.pcap
2.啟動測試伺服器上的被測程式
3. 啟動測試伺服器上的intercept
1
2
3
# modprobe ip_queue
# iptables -i output -p tcp --sport -j queue
# intercept
4.啟動測試伺服器上的tcpcopy
1
# tcpcopy -i 《抓包檔案位址》 -x -《本地ip>:
示例:離線版本已經可以使用,enjoy it.
tcpcopy 文件 傳送門
libpcap1.3 傳送門
碼農部落格
ubuntu下安裝tcpcopy離線版
UBUNTU下軟體安裝
先簡單說介紹一下ubuntu。ubuntu的中文發音大約為 烏班圖。ubuntu這個單詞源自非洲,意謂 班圖精神 誰都不是一座孤島,自成一體。每個人都包孕於人類,因他人存在而存在,因他人幸福而幸福。下面介紹下在ubuntu下如何裝軟體。linux系統中,軟體通常以源 或者預編譯包的形式提供。1 軟體...
ubuntu下安裝飛鴿
ubuntu下安裝飛鴿傳書g2ipmsg很麻煩,總是出問題,還需要解決中文支援問題 可參考 如下 其實在ubuntu的源中有個軟體 iptux 信使 可以與windows下的飛鴿傳書 飛秋等工具相容,實現傳送資訊與檔案等功能,安裝十分方面。ubuntu 10.10下安裝iptux的方法 1.安裝。在...
Ubuntu下安裝Google Chrome的方法
1.從2016.3開始google chrome開始不再支援i386的架構處理器,在chrome的官網中只有64位的。這裡提供了i386的安裝包和解決安裝時出現的檔案依賴出錯的相關資料。這裡寫鏈結內容 密碼 k7bn 其中 google chrome stable current i386.deb ...