Skip to content

bartekmis/web-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Useful links with explanations on server hardening to improve your web application security

Public Key Pinning

HTTP Strict Transport Security

SSH Server CBC Mode Ciphers to be disabled

SSH Weak MAC Algorithms to be disabled

Disabling ICMP Timestamp

/etc/ufw/before.rules - ICMP rules (change ACCEPT to DROP) or totally remove them [Ubuntu]

How to get A+ grade on SSL Labs tool

Tools

Other notes

  1. Disable (the best all) 3rd party scripts on pages with sensitive param in the URL to prevent Cross-domain Referer Leakage.
  2. Cookies always with HttpOnly and Secure flags.
  3. Always change cookie session name per project.

We follow the advice given in the above articles at Bigger Picture to achieve A+ security ratings from HT Bridge and the other one.

About

Useful links with explanations on server hardening to improve your web application security

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published