Skip to content

Commit

Permalink
Tweak title caps
Browse files Browse the repository at this point in the history
https://capitalizemytitle.com/#Chicago

Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
  • Loading branch information
ThunderSon authored and kingthorin committed Oct 8, 2019
1 parent f590c08 commit b2afa23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
# Testing for Sensitive Information Sent Via Unencrypted Channels
# Testing for Sensitive Information Sent via Unencrypted Channels

## Summary

Expand Down Expand Up @@ -43,7 +43,7 @@ Content-Type: text/html
<body bgcolor=white> <h1>401 Authorization Required</h1> Invalid login credentials! </body></html>
```

### Example 2: Form-Based Authentication Performed Over HTTP
### Example 2: Form-Based Authentication Performed over HTTP

Another typical example is authentication forms which transmit user authentication credentials over HTTP. In the example below one can see HTTP being used in the `action` attribute of the form. It is also possible to see this issue by examining the HTTP traffic with an interception proxy.

Expand All @@ -55,7 +55,7 @@ Another typical example is authentication forms which transmit user authenticati
</form>
```

### Example 3: Cookie Containing Session ID Sent Over HTTP
### Example 3: Cookie Containing Session ID Sent over HTTP

The Session ID Cookie must be transmitted over protected channels. If the cookie does not have the secure flag set [[6]], it is permitted for the application to transmit it unencrypted. Note below the setting of the cookie is done without the Secure flag, and the entire log in process is performed in HTTP and not HTTPS.

Expand Down
@@ -1,4 +1,4 @@
# 4.10 Testing for weak Cryptography
# 4.10 Testing for Weak Cryptography

[4.10.1 Testing for Weak SSL/TLS Ciphers Insufficient Transport Layer Protection (OTG-CRYPST-001)](4.10.1_Testing_for_Weak_SSL_TLS_Ciphers_Insufficient_Transport_Layer_Protection_OTG-CRYPST-001.md)

Expand Down

0 comments on commit b2afa23

Please sign in to comment.