1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

msfconsoleで`The supplied module name is ambiguous`が出たときにやってみると良いこと

1
Posted at

はじめに

IPUSIRONさんの著書「ハッキング・ラボ のつくりかた 完全版 仮想環境におけるハッカー体験学習」をもとに、ハッキングの学習をしていたところ、Exploitの実行でつまづいたので備忘録として残します。

動作環境

  • Windows 11 Home
  • Virtual Box 7.2.6
  • ParrotOS 7.1 (VirtualBox上で動作)
  • msfconsole
    • Framework: 6.4.127-dev
    • Console: 6.4.127-dev

問題

以前まで使えていたはずのモジュールをuseしたとき下記のエラーが発生する
msfconsoleを再起動しても同様

[-] The supplied module name is ambiguous: uninitialized constant HTTP.

解決方法

msfconsoleのアップデートが影響している可能性があります。
私の環境の場合、下記のコマンドを実行することで解消されました。

[msf](Jobs:0 Agents:0) >> reload_all

参考サイト

1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?