This is a people's fight.
1) write a small script that pings a list of servers every hour
2) Distribute
3) watch as those servers are downed by "friendly" traffic
$client = new-object System.Net.WebClient
$client.DownloadFile("http://www.x.com/")
Set to occur every 5 minutes or so.
Ideally, you have multiple
addresses. The distribution would need to be massive.
Comments
😱
“Precisely, as I suspected. Lets pull more school funding.”
This is a people's fight.
1) write a small script that pings a list of servers every hour
2) Distribute
3) watch as those servers are downed by "friendly" traffic
Keep updating the target server list
Is there a valid target list?
The current campaign has been effective because some of their servers were not Cloudflare protected.
An example in Windows PS might be
$client = new-object System.Net.WebClient
$client.DownloadFile("http://www.x.com/")
Set to occur every 5 minutes or so.
Ideally, you have multiple
addresses. The distribution would need to be massive.
Curl on MacOS is similar.