Skip to content

Intercepts connections made from any java application

Notifications You must be signed in to change notification settings

notrhys/ConnectionInterceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connection-Interceptor

This tool allows you to intercept connections made from a java application

How to use

You can run the agent using

java -javaagent:ConnectionInterceptor-1.0-SNAPSHOT.jar -jar application.jar

to disable connections you can use:

java -javaagent:ConnectionInterceptor-1.0-SNAPSHOT.jar=disable -jar application.jar

and yes this can be dynamically attached from another application.

About

Intercepts connections made from any java application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages