Skip to content

Instantly share code, notes, and snippets.

View anandshivam44's full-sized avatar

Shivam Anand anandshivam44

View GitHub Profile
@anandshivam44
anandshivam44 / flood.sh
Created March 17, 2022 15:46
Script to flood a url and print time in which it was blocked
#!/bin/bash
<<plan
1 Find real block time of client ip
2 time taken by ip to get into waf ip set
# How to use this script
# time ./requests.sh https://d1sq1bazt84inb.cloudfront.net/
plan