Isn’t Facebook Apptoken Oauth2 client credential unsecure since it sends login credentials request in GET URL?

Facebook Apptoken uses OAuth2 client credential code. But the client_id and client_secret are sent to the servier via HTTP GET method. Isn’t this unsecure ?

For instance, any node that has logging enabled between the client and the Facebo… Continue reading Isn’t Facebook Apptoken Oauth2 client credential unsecure since it sends login credentials request in GET URL?

Can I bypass basic auth to fingerprint a web server with Httprint or netcat? [closed]

There is a web server I’d like to recon using httprint.

But that web server has a basic auth protection on 443. Port 80 is not responding.
When I launch httprint, it says Unspecified Error

The same thing happens with netcat. It fails bec… Continue reading Can I bypass basic auth to fingerprint a web server with Httprint or netcat? [closed]