You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fail_with(Failure::UnexpectedReply,'The response from the target indicates the payload transfer was unsuccessful')iffile_write_res && file_write_res.body.include?('ParseError: 0xC0DE0005')
108
+
fail_with(Failure::PayloadFailed,'The response from the target indicates the payload transfer was unsuccessful')iffile_write_res && file_write_res.body.include?('ParseError: 0xC0DE0005')
95
109
register_files_for_cleanup(payload_filepath)
96
110
print_good('File write was successful.')
97
111
@@ -111,18 +125,6 @@ def exploit
111
125
'data'=>data.to_s
112
126
})
113
127
114
-
fail_with(Failure::UnexpectedReply,'The response from the target indicates the payload transfer was unsuccessful')ifcmd_injection_res && cmd_injection_res.body.include?('ParseError: 0xC0DE0005')
115
-
116
-
# Unecessary if running a fetch payload though adding for testing
fail_with(Failure::PayloadFailed,'The response from the target indicates the payload transfer was unsuccessful')ifcmd_injection_res && cmd_injection_res.body.include?('ParseError: 0xC0DE0005')
0 commit comments