您好,登錄后才能下訂單哦!
說了msfpayload,自然就到了msfencode,不管別的,很多生成后門的命令就要用這兩條。。。
root@bt:/opt/metasploit/msf3# msfencode -h Usage: /opt/metasploit/msf3/msfencode <options> OPTIONS: -a <opt> The architecture to encode as //指定CPU 的類型 -b <opt> The list of characters to avoid: '\x00\xff' //去掉一些空代碼或者是錯誤代碼。比如-b \x00\xff -c <opt> The number of times to encode the data //編碼次數 -d <opt> Specify the directory in which to look for EXE templates //指定exe模板的路徑 -e <opt> The encoder to use //選擇使用哪種編碼器 -h Help banner -i <opt> Encode the contents of the supplied file path //把payload附加到一個可執行文件。如果你已經生成一個payload,那么你可以使用-i參數把你的payload移植到一個正常的程序。比如:msfencode -i shell.exe –x qq.exe 這個命令就是說我把一個叫做shell.exe的后門添加到了一個叫做qq.exe的軟件里面 -k Keep template working; run payload in new thread (use with -x) //如果你使用了-x和-k參數。當你的payload運行后,它會從原始的主文件中分離出來,單獨創建一個進程,并且運行 -l List available encoders //列出所有可用的編碼器 -m <opt> Specifies an additional module search path //指定一個附加模塊的路徑 -n Dump encoder information //輸出編碼器信息 -o <opt> The output file //輸出文件 -p <opt> The platform to encode for //指定編碼平臺 -s <opt> The maximum size of the encoded data //指定編碼后的最大字節數 -t <opt> The output format: raw,ruby,rb,perl,pl,bash,sh,c,js_be,js_le,java,dll,exe,exe-small,elf,macho,vba,vba-exe,vbs,loop-vbs,asp,aspx,war //輸出文件的格式 -v Increase verbosity //增加代碼的冗長,用在免殺 -x <opt> Specify an alternate executable template //指定一個備用的可執行文件模版
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。