0
0

More than 5 years have passed since last update.

「ハッキング・ラボのつくりかた」Metasploit persistence(P259)での「EXE::CUSTOM」誤記について

Posted at

はじめに

ハッキング・ラボのつくりかた」で体験学習を行うにあたり、書籍通りに進めずトラブッたことの詳細内容です。
著者様@ipusironFAQがありますので、そちらもご確認頂ければと思います。

その他トラブルへの目次

「ハッキング・ラボのつくりかた」体験学習トラブルの記録

トラブル詳細

4-1 Windows 7のハッキング

P259: Metasploit persistenceでの「EXE::CUSTOM」誤記について

正誤表には記載がありません(2019/02/24現在)。
persistenceの設定例(P259下図)で、図中下から3行目にEXE::CUSTOMとありますが、EXE::Customのように最後の5文字分は小文字が正解のようです。show advancedで表示される内容もEXE::Customと小文字が混じっているのでおそらく書籍の誤記と思われます。

解決方法

#正
msf exploit(persistence) > set EXE::Custom /root/Desktop/evil.exe
#誤
msf exploit(persistence) > set EXE::CUSTOM /root/Desktop/evil.exe

おわりに

少しでもお役にたてればうれしいです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0