MCPcopy Create free account
hub / github.com/0dayCTF/reverse-shell-generator / clickEvent

Function clickEvent

js/script.js:453–460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

451 }
452
453 const clickEvent = () => {
454 rsg.selectedValues[rsg.commandType] = name;
455 rsg.update();
456
457 // if (document.querySelector('#auto-copy-switch').checked) {
458 // rsg.copyToClipboard(reverseShellCommand.innerText)
459 // }
460 }
461
462 selectionButton.innerText = name;
463 selectionButton.classList.add("list-group-item", "list-group-item-action");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected