Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how can i generate ICMP in java and How can i change IP of outgoin

  Asked By: Hayrah    Date: Apr 21    Category: Java    Views: 1333
  

do hope u will be fine and enjoying JAVA.
well i m working on ANTI-Dos attacks. i want to know that how can i change
the IP add of the outgoing packet of my machine.
second problem is that how can i do ICMP in java .

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Jaime Bowman     Answered On: Apr 21

you have to write native c codes and also u need to undertstand jni.
with pure java  you have no way to produce these low level networking
actions.

 
Answer #2    Answered By: Brandon Tucker     Answered On: Apr 21

> well i m working  on ANTI-Dos attacks. i want to know that how can i
change the IP add  of the outgoing packet  of my machine.

If you're trying to defend against DOS attacks, you'd be looking for a
proxy with governing and tempering controls of sorts, not for ways to
screw around with the make up of packets.

 




Tagged: