I have been assigned a task to crash java application running on known computer in a network (I am on same network). The java application runs on a specific IP address and port number. IP address and port number is known to me.
So far I have tried flooding (sending packets) on the specified IP/port, but no luck in crashing the app.
Can anyone suggest more tools/ways to crash the app ?
By Crash I mean -- shut the java app (kill java process).
Thanks in advance