edit

master
Dylan TIRARD 1 year ago
parent 04ee3e3418
commit 4c3dc28a2c
  1. 3
      root-me/payload.html

@ -6,8 +6,7 @@
</form> </form>
<script> <script>
await delay(5000); console.log("test");
console.log("Waited 5s");
form_pl = document.getElementById("pl"); form_pl = document.getElementById("pl");
form_pl.submit(); form_pl.submit();
</script> </script>
Loading…
Cancel
Save