Search found 2 matches

by cbarreras
19 Nov 2014 01:18
Forum: DOS Batch Forum
Topic: Help debug this pinging batch file
Replies: 5
Views: 5430

Re: Help debug this pinging batch file

Thank you, Ed. That works wonders with one small modification... changed the for loop in :main to start at 1 instead of 0. The prof loved a demonstration I did that used a predetermined IP address over a SOHO router I brought in from my store of devices.... the modifications I'm making both to the s...
by cbarreras
18 Nov 2014 21:58
Forum: DOS Batch Forum
Topic: Help debug this pinging batch file
Replies: 5
Views: 5430

Help debug this pinging batch file

I'm trying to write a batch file that will open a number of cmd.exe windows and start pinging an IP address with a certain packet size. This is not for nefarious reasons, but to help my professor who teaches a security class have a utility to demonstrate a ping flood DDoS. Here's what I have so far ...