時(shí)間:2015-06-28 00:00:00 來(lái)源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)
root@localhost]# ./burneye
usage: ./burneye [options]
banner options
-b file???? display banner from 'file' before start
-B file???? display banner from 'file' on tty before start
password protect options
-p pass???? use password encryption with 'pass' as password
-P env???? first try to read password from environment 'env',
will use password from 'env' now, too, if its there
-i???? ignore invalid entered password and execute junk
not recommended (default: off)
fingerprinting options
-S???? SEAL mode (options F,f,t are ignored)
-f file???? use fingerprint from 'file' to protect binary
-F???? use fingerprint of current host (do not use -f and -F)
-t num???? tolerate 'num' deviations in fingerprint
-q???? be quiet about wrong fingerprint, just exit
(default: 0)
-E???? do tolerance even if erasure warning is given
-l???? list fingerprint tests that can be done
-e test???? enable fingerprint test 'test'
-d test???? disable fingerprint test 'test'
generic options
-o out???? specify another output file name (default: output)
....
burneye中的README給出了幾個(gè)典型的例子:(詳細(xì)介紹請(qǐng)參見(jiàn)doc/DIST-README)
burneye -o ls /bin/ls # 只作代碼的obfuscate,不作加密
burneye -p "secret" -o ls /bin/ls # 使用密碼'secret'加密
burneye -B warning.txt -o ls /bin/ls???? # 啟動(dòng)時(shí)顯示warning.txt的信息
burneye -F -t 1 -B warning.txt -o ls /bin/ls?? # 使用本地主機(jī)的指紋,啟動(dòng)時(shí)
# 顯示warning.txt的信息, 測(cè)試時(shí)允許有一項(xiàng)失敗
fingerprint -d procpartitions -f foohost.fp
burneye -f foohost.fp -t 2 -p "hidden" -o ls /bin/ls
# 使用fingerprint產(chǎn)生指紋文件,允許兩項(xiàng)失敗,啟用密碼保護(hù)
burneye -p puke -S -o ls /bin/ls
./ls?? # 將會(huì)把信息封存并保存到二進(jìn)制文件中
OLDHOSTNAME=`hostname`
./ls?? # 正常運(yùn)行
hostname moo
./ls?? # 運(yùn)行環(huán)境與封存設(shè)置不符,失敗
關(guān)鍵詞標(biāo)簽:Linux,ELF文件加密工具
相關(guān)閱讀
熱門(mén)文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 多種操作系統(tǒng)NTP客戶端配置 Linux操作系統(tǒng)修改IP
人氣排行 Linux下獲取CPUID、硬盤(pán)序列號(hào)與MAC地址 dmidecode命令查看內(nèi)存型號(hào) linux tc實(shí)現(xiàn)ip流量限制 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 linux下解壓rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 關(guān)機(jī)、重啟、注銷(xiāo) 命令 查看linux服務(wù)器硬盤(pán)IO讀寫(xiě)負(fù)載