Connect With Me In Facebook

Welcome to DefendHackers, If u want to Apply for a Blogroll as a Author , With h4ckfreak Mail me @ suren.click@gmail.com

Mark Zuckerberg tells 8th graders “there’s no shortcuts” and to make friends

By h4ckfreak

Metasploit Quick Start Referennce Guide

Metasploit Quick Start Referennce Guide , By h4ckfreak

IP Security

IP Security By H4ckfreak.

15 Network Admin Apps for Android

15 Network Admin Apps for Android , By h4ckfreak

Break All OS Passwords Using KON

Break All OS Passwords Using KON , By h4ckfreak

Recover Or Reset Ur Windows Pwd Using Ubuntu

Recover Or Reset Ur Windows Pwd Using Ubuntu , By h4ckfreak

Security Blueprint For Ethical Hackers..

By h4ckfreak

Blocking IP Using IPSec

By h4ckfreak

Preventing DDos Attacks, Combat Steps abd Tools...

By h4ckfreak

Thursday, July 29, 2010

How to run an infinite ping


How to run an infinite ping against your server
The 'ping' command in Windows Server is a tool used in checking to see if a specific domain name or IP address is responsive by attempting to send it four very small packets of data, measuring the amount of time in milliseconds it takes the packet to reach the address. If the data is received, the ping is successful. If it is not, it will time out.
By default, the 'ping' command will only send four packets. However, the 'ping' command can be used to send an infinite number of these small packets to the IP address. It is useful in such cases where a server is being rebooted, and you wish to ensure the server restarts correctly.
To run an infinite ping, first open the MS-DOS Command Prompt, by navigating to 'Start' and clicking 'Run'.

Once the 'Run' window is open, type 'CMD', and press Enter. You will then be at a Command Prompt.

Next, type in the following command, where [IP address] is the address you wish to ping, and press Enter:
ping [IP address] -t

Once entered, the prompt will then endlessly ping the IP address or domain name until the command is stopped by holding down the 'Control' key and pressing 'C'. You can also stop the ping by closing the DOS prompt window.
IMAGE SUBJECTED TO Hackfreak

How to Block an IP Address using IPSec

How to Block an IP Address using IPSec

This article will walk you through how to block an individual IP address from accessing your server, using an IPSec Security Policy.
For various reasons, you may find yourself wanting to block a specific IP address from accessing your server.
Simply following these instructions showing how to create an IPSec Security Policy specifying to block access to a specific IP address.

Click on the Start Menu and Click on Run.


Type "secpol.msc" and Click OK.


When the Local Security Settings console opens, Click on "IP Security Policies on Local Computer".


Right Click in the Right Window Pane and Click "Create IP Security Policy".


Click Next when the Wizard opens.


Here you can name your new IPSec Security Policy. In this example, we named it "Blocked IPs". When you are ready, Click Next.


Click Next


Click Next


Click Yes


Click Finish


Uncheck the "Use Add Wizard" checkbox, then Click "Add...".


Click the "Add..." button.


Uncheck the "Use Add Wizard" checkbox, then Click "Add...".


Click the dropdown menu for "Source address" and choose "A specific IP Address".


Here is where you enter what IP address you want to Block. In this example, we are going to block "129.12.74.220".

Click the dropdown menu for "Destination address" and choose "My IP Address", then Click OK.


Click OK


Select the newly created Filter, and click on the "Filter Action" tab.


Select the "SI - Deny" Rule and Click Apply.


Click OK, then Apply and OK again to get back to the main console window.

Right Click on the newly created IPSec Security Policy, and select "Assign".


If successfull, it should state that the policy is assigned. Your server is now blocking all requests to that specific IP address.