
Web server default banners are when web servers like Apache, Nginx, and others are configured to show their server type,... View Article
Web server default banners are when web servers like Apache, Nginx, and others are configured to show their server type,... View Article
Imagine if you are in a coffee shop and using public wifi. A hacker is also in the same coffee... View Article
Content-Type Sniffing is used to protect against MIME vulnerabilities. This happens when a user uploads a file but disguises it... View Article
XSS protection is a security header that stops a page from loading when a XSS attack is detected. This header... View Article
Web servers can be configured to automatically list the contents of directories that do not have an index page. This allows... View Article
The ‘TRACE’ is an HTTP request used for debugging which echo’s back input back to the user. This method allows... View Article