IT貓撲網(wǎng):您身邊最放心的安全下載站! 最新更新|軟件分類|軟件專題|手機版|論壇轉(zhuǎn)貼|軟件發(fā)布

您當前所在位置: 首頁操作系統(tǒng)LINUX → Linux下ELF文件加密工具

Linux下ELF文件加密工具

時間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評論(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給出了幾個典型的例子:(詳細介紹請參見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???? # 啟動時顯示warning.txt的信息

  burneye -F -t 1 -B warning.txt -o ls /bin/ls?? # 使用本地主機的指紋,啟動時

  # 顯示warning.txt的信息, 測試時允許有一項失敗

  fingerprint -d procpartitions -f foohost.fp

  burneye -f foohost.fp -t 2 -p "hidden" -o ls /bin/ls

  # 使用fingerprint產(chǎn)生指紋文件,允許兩項失敗,啟用密碼保護

  burneye -p puke -S -o ls /bin/ls

  ./ls?? # 將會把信息封存并保存到二進制文件中

  OLDHOSTNAME=`hostname`

  ./ls?? # 正常運行

  hostname moo

  ./ls?? # 運行環(huán)境與封存設(shè)置不符,失敗

關(guān)鍵詞標簽:Linux,ELF文件加密工具

相關(guān)閱讀

文章評論
發(fā)表評論

熱門文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 多種操作系統(tǒng)NTP客戶端配置 多種操作系統(tǒng)NTP客戶端配置 Linux操作系統(tǒng)修改IP Linux操作系統(tǒng)修改IP

相關(guān)下載

    人氣排行 Linux下獲取CPUID、硬盤序列號與MAC地址 dmidecode命令查看內(nèi)存型號 linux tc實現(xiàn)ip流量限制 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 linux下解壓rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 關(guān)機、重啟、注銷 命令 查看linux服務(wù)器硬盤IO讀寫負載