Bitcoin Forum

Other => Off-topic => Topic started by: NothinG on March 20, 2012, 07:58:16 AM



Title: Simple BAT - Internet UP? No?...okay, keep trying
Post by: NothinG on March 20, 2012, 07:58:16 AM
Code:
@echo off
REM - A simple batch file to do a constant ping even if the server is unreachable
:pingGoogle
@echo on
ping google.com -t
@echo off
goto :pingGoogle

The power and internet at my house kept going on and off, so I made a batch file to let me know when it was online so I could make a post.
Pretty much a really useless script.

I would have just left: ping google.com -t running...except if there was no internet connection, it would kill the ping and wait for a new ping attempt.


Title: Re: Simple BAT - Internet UP? No?...okay, keep trying
Post by: Remember remember the 5th of November on March 20, 2012, 03:41:30 PM
Yeah, continue to spam google with packets. They will, think you are trying to DDoS them(unlikely to happen with a single computer especially to bring down google)


Title: Re: Simple BAT - Internet UP? No?...okay, keep trying
Post by: NothinG on March 20, 2012, 03:55:35 PM
Yeah, continue to spam google with packets. They will, think you are trying to DDoS them(unlikely to happen with a single computer especially to bring down google)
You must not understand why I made this script.
When you ping anything public (google, yahoo...or any IP that is outside of your local network) but you don't have connectivity, the packets wont ever get there.
My connection kept going down every 30-40 ping's so I doubt google would ever think it was an attack.


Title: Re: Simple BAT - Internet UP? No?...okay, keep trying
Post by: Phinnaeus Gage on March 20, 2012, 04:08:47 PM
Yeah, continue to spam google with packets. They will, think you are trying to DDoS them(unlikely to happen with a single computer especially to bring down google)
You must not understand why I made this script.
When you ping anything public (google, yahoo...or any IP that is outside of your local network) but you don't have connectivity, the packets wont ever get there.
My connection kept going down every 30-40 ping's so I doubt google would ever think it was an attack.

But, if a 1,000 of us used that script at the same time incorporating a different URL, then what would happen? I, too, have been having trouble with Comcast lately.

~Bruno~


Title: Re: Simple BAT - Internet UP? No?...okay, keep trying
Post by: NothinG on March 20, 2012, 04:11:51 PM
Yeah, continue to spam google with packets. They will, think you are trying to DDoS them(unlikely to happen with a single computer especially to bring down google)
You must not understand why I made this script.
When you ping anything public (google, yahoo...or any IP that is outside of your local network) but you don't have connectivity, the packets wont ever get there.
My connection kept going down every 30-40 ping's so I doubt google would ever think it was an attack.

But, if a 1,000 of us used that script at the same time incorporating a different URL, then what would happen? I, too, have been having trouble with Comcast lately.

~Bruno~

If 1k people can take out google using an IMCP attack, I'll cry laughing...


Title: Re: Simple BAT - Internet UP? No?...okay, keep trying
Post by: John (John K.) on March 20, 2012, 04:40:56 PM
Yeah, continue to spam google with packets. They will, think you are trying to DDoS them(unlikely to happen with a single computer especially to bring down google)
You must not understand why I made this script.
When you ping anything public (google, yahoo...or any IP that is outside of your local network) but you don't have connectivity, the packets wont ever get there.
My connection kept going down every 30-40 ping's so I doubt google would ever think it was an attack.

But, if a 1,000 of us used that script at the same time incorporating a different URL, then what would happen? I, too, have been having trouble with Comcast lately.

~Bruno~

If 1k people can take out google using an IMCP attack, I'll cry laughing...
Hell, I would qualify for doing an IMCP attack based on how I practice my Google-fu.