We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heya,
when using identi.ca¹, bti does not check the SSL certificate, leading to a MITM.
to reproduce:
echo blah | bti --account a --password b --host identica
result:
127.0.0.1 - - [01/Jan/2012:22:44:04 +0100] "POST /api/statuses/update.xml HTTP/1.1" 404 1162 "-" "-" in the access.log of the wrong identi.ca httpd :)
¹: this would apply to twitter too, ofc, here the mitm is limited to the OAuth authentication step though
The text was updated successfully, but these errors were encountered:
Patches to do this would be appreciated if you feel it is something that should be resolved.
Sorry, something went wrong.
No branches or pull requests
Heya,
when using identi.ca¹, bti does not check the SSL certificate, leading to a MITM.
to reproduce:
echo blah | bti --account a --password b --host identicaresult:
127.0.0.1 - - [01/Jan/2012:22:44:04 +0100] "POST /api/statuses/update.xml HTTP/1.1" 404 1162 "-" "-"
in the access.log of the wrong identi.ca httpd :)
¹: this would apply to twitter too, ofc, here the mitm is limited to the OAuth authentication step though
The text was updated successfully, but these errors were encountered: