mirror of
https://github.com/Astatin3/Auto-Shodanner.git
synced 2026-06-09 00:28:00 -06:00
19 lines
347 B
HTML
Executable File
19 lines
347 B
HTML
Executable File
|
|
|
|
<main class="container">
|
|
</main>
|
|
|
|
<script>
|
|
|
|
window.main = () => {
|
|
window.addListener('Scanner-Metrics', (data)=>{
|
|
document.getElementsByClassName("container")[0].innerHTML = `
|
|
<h1>Auto-Shodanner</h1>
|
|
<h3>Addresses Scanned: ${data.data.scanCount} (${data.data.scanCount/42949672.96}% Of the internet.)</h3>
|
|
`
|
|
})
|
|
}
|
|
|
|
|
|
|
|
</script> |