mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-19 19:36:10 +00:00
Fix for IP not loading on startup.
This commit is contained in:
parent
ef46596433
commit
aef8819f81
@ -345,3 +345,10 @@ const rsgData = {
|
||||
...msfvenomCommands
|
||||
]
|
||||
}
|
||||
|
||||
function onLoad() {
|
||||
const spans = document.getElementsByTagName('span');
|
||||
spans[5].innerHTML = document.getElementById("ip").value;
|
||||
}
|
||||
|
||||
setTimeout(onLoad)
|
||||
|
Loading…
Reference in New Issue
Block a user