mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-18 08:55:25 +00:00
Merge pull request #17 from JabbaCS/patch-2
Fix for IP not loading on startup.
This commit is contained in:
commit
8d42da3c3a
@ -345,3 +345,10 @@ const rsgData = {
|
|||||||
...msfvenomCommands
|
...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