-
Notifications
You must be signed in to change notification settings - Fork 118
Default Metasploit Installation #47
Comments
To be more specific . It would be nice to export the metasploit modules so that they can be added separately in an existing metasploit installation. |
I think you could conceivably do it by copying the following module directories to the same directories for your installation:
You would also need to drop Then startup MSF or run This is totally untested so YMMV. |
Thank you i will try it :) |
also data/purple folder needed |
Just to confirm, that worked? If so, I think we can probably add that to the README. |
At my first try it worked but today i get similar error to some of the modules [09/27/2019 18:01:34] [e(0)] core: /usr/share/metasploit-framework/modules/post/windows/purple/t1069.rb failed to load due to the following error: NameError uninitialized constant Msf::Post::Windows::Purple Call I guess there is an issued with the library purple.rb although its loades in msf/core/post/windows/ |
Also when i change the live for the data/purple folder : i also get an error for import_file event with the correct full path |
Ok the loading of the module needed needs one more thing: /usr/share/metasploit-framework/lib/msf/core/post/windows.rb add : require 'msf/core/post/windows/purple' The only thing i dont know now is were to place the data folder with the extra files cause i can not run the attacks using them |
I think data just goes in your base metasploit directory. |
Probably the problem is with powershell_import: msf5 post(windows/purple/t1003) > or msf5 post(windows/purple/exec_bloodhound) > run [] loading powershell... [!] sleeping for 45 seconds and then checking for SharpHound output files |
Is powershell_import a known error ? |
Not that I am aware of, but as stated before, you are in uncharted territory with trying to roll this on top of a default MSF install. |
So basically to sum up what it needs to be done to install in a default MSF: Copying Modules modules/post/windows/purple/ Copying purple.rv Add an entry in /usr/share/metasploit-framework/lib/msf/core/post/windows.rb add : require 'msf/core/post/windows/purple' Copy data/purple folder in %MSF/data I haven't figure out why powershell_import does not work yet |
Hi, Are you able to install on local host ? |
Where is %MSF/data? |
Can purple-team-attack-automation modules be installed in an existing metasploit or only docker version is supported ?
The text was updated successfully, but these errors were encountered: