-
Notifications
You must be signed in to change notification settings - Fork 0
Gain insight into what HTTP resources an application uses or provides when communicating over TLS. Loading this library along with an application, encryption and decryption calls are intercepted, http urls parsed out, and then forwarded on to the real encryption call
License
jburnitz/https-metrics
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Building ---------- Depends: libgnutls28-dev libssl-dev Configure build options with config.h Compile with make make Running ---------- run agent with optional environment variables ./agent Start process to be monitored by either specifying the LD_PRELOAD variable at runtime or export ahead of time LD_PRELOAD=/path/to/agent/bin/libagent.so wget "https://google.com/path/to/resource" export LD_PRELOAD=/home/joe/agent/libagent.so wget "https://google.com/path/to/resource"
About
Gain insight into what HTTP resources an application uses or provides when communicating over TLS. Loading this library along with an application, encryption and decryption calls are intercepted, http urls parsed out, and then forwarded on to the real encryption call
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published