We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef4539 commit 4c41319Copy full SHA for 4c41319
modules/exploits/multi/http/manageengine_search_sqli.rb
@@ -89,9 +89,6 @@ def on_new_session(cli)
89
# Embeds our executable in JSP
90
#
91
def generate_jsp_payload
92
- my_host = (datastore['SRVHOST'] == '0.0.0.0') ? Rex::Socket.source_address("50.50.50.50") : datastore['SRVHOST']
93
- my_port = datastore['SRVPORT']
94
-
95
native_payload = Rex::Text.encode_base64(generate_payload_exe)
96
native_payload_name = Rex::Text.rand_text_alpha(rand(6)+3)
97
ext = (target['Platform'] == 'win') ? '.exe' : '.bin'
0 commit comments