本文介绍了我无法在Metasploit中加载新模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直试图在MS中加载新模块.我按照说明进行了git clone [文件地址].然后,我将新文件复制到/root/.msf4/modules/exploits/windows/smb并复制到/usr/share/metasploit-framework/modules/windows/smb并发出reload_all并重新启动msfconsole,但是无论我如何尝试它仍然说:

I have been trying to load a new module in MS. I followed the instructions and done a git clone [address of files]. I then copied the new files into /root/.msf4/modules/exploits/windows/smb and into /usr/share/metasploit-framework/modules/windows/smb and issued reload_all and restarted msfconsole but still no matter what way i try it it still says:

msf > use exploits/windows/smb/eternalblue_doublepulsar
[-] Failed to load module: exploits/windows/smb/eternalblue_doublepulsar
msf >

我尝试了所有组合,包括:使用exploit/windows/smb/eternalblue_doublepulsar使用漏洞利用/windows/smb/eternalblue_doublepulsar使用exploit/windows/smb/eternalblue_doublepulsar.rb使用exploit/windows/smb/eternalblue_doublepulsar.rb

i tried every combo including:use exploit/windows/smb/eternalblue_doublepulsaruse exploits/windows/smb/eternalblue_doublepulsaruse exploit/windows/smb/eternalblue_doublepulsar.rbuse exploits/windows/smb/eternalblue_doublepulsar.rb

,其他可下载模块也是如此

and also the same with other downloadable modules

我仔细检查了文件路径,我尝试过:chmod 644 eternalblue_doublepulsar.rb使权限与同一文件夹中的其他模块相同顺便说一句

i double checked the file path, i tried:chmod 644 eternalblue_doublepulsar.rbto make the perms the same as the other modules in the same folderwhich work btw

任何帮助将不胜感激谢谢达米安·摩尔

any help would be much appreciatedThank youDamian Moore

推荐答案

您是否从 https://github.com/ElevenPaths/Eternalblue-Doublepulsar-Metasploit ?一种调试方法,选择文件夹中已经存在的漏洞利用程序(例如ms08_067_netapi.rb),将名称更改为eternalblue_doublepulsar,然后重新加载全部,运行它,看看会发生什么情况.

Did u clone the exploit from https://github.com/ElevenPaths/Eternalblue-Doublepulsar-Metasploit? a way to debug, choose an exploit which already exists in the folder(such as ms08_067_netapi.rb),change the name to eternalblue_doublepulsar,and reload_all,run it and see what will be happened.

这篇关于我无法在Metasploit中加载新模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-21 20:48