bogdanfinn / tls-client-api

This is an application which is using gosoline and TLS-Client to run a simple request forwarding service with the option to use specific tls fingerprints which are implemented in TLS-client
BSD 4-Clause "Original" or "Old" License
83 stars 9 forks source link

Debug information #4

Closed CyberParadise closed 1 year ago

CyberParadise commented 1 year ago

Can I somehow get more information about the request in the console, what are the headers, body? "withDebug": True in the request doesn't give me that kind of information

upd: i use ubuntu I use a binary file from the dist folder

CyberParadise commented 1 year ago

Can I somehow get more information about the request in the console, what are the headers, body? "withDebug": True in the request doesn't give me that kind of information

bogdanfinn commented 1 year ago

@CyberParadise please feel free to comment here a list of information you would be interested in to get logged while having debug to true.

Then i can easily implement that in the next release.

CyberParadise commented 1 year ago

@CyberParadise please feel free to comment here a list of information you would be interested in to get logged while having debug to true.

Then i can easily implement that in the next release.

When debugging, in the terminal, I would like to see information such as:

And if possible, then ja3 and its hash

bogdanfinn commented 1 year ago

@CyberParadise all the information mentioned above from you (except ja3 and hash) should be added to the latest versions.