Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about using a fingerprint and hide credential in base64 #510

Open
gemini2186 opened this issue Mar 23, 2024 · 0 comments
Open

Question about using a fingerprint and hide credential in base64 #510

gemini2186 opened this issue Mar 23, 2024 · 0 comments

Comments

@gemini2186
Copy link

gemini2186 commented Mar 23, 2024

I have couple questions 馃槒

I run server like this
chisel server --keyfile '<key file path>' -p 9312 --socks5
and i connected like this:
chisel client --fingerprint '<see server output>' <server-address>:9312 socks
I discovered that if you do not specify the --fingerprint parameter in the client startup line, the connection will still be successful. Is this how it should be?

How can i hide my credential in base64, when i use parameter --auth. Need an example. It will be like this:
chisel server --auth | <base64_line> --keyfile '<key file path>' -p 9312 --socks5 ?

Thanks for any help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant