Posts

Showing posts with the label API

Web Service (API) Security

Image
Application Security Verification Standard 3.0.1 https://www.owasp.org/index.php/Category:OWASP_Application_Security_Verification_Standard_Project  V2: Authentication Verification Requirements 2.29 Verify that secrets, API keys , and passwords are not included in the source code , or online source code repositories. V8: Error handling and Logging Verification Requirements 8.7 Verify that the application does not log sensitive data as defined under local privacy laws or regulations, organizational sensitive data as defined by a risk assessment, or sensitive authentication data that could assist an attacker,including user’s session identifiers, passwords, hashes, or API tokens . V11: HTTP Security Configuration Verification Requirements 11.6 Verify that all API responses contain X-Content-Type-Options: nosniff and Content-Disposition:attachment; filename="api.json" (or other appropriate filename for the content type) V17: Mobile Verification Requirements...

Popular posts from this blog

Remote Desktop Protocol (RDP) Security

Penetration Testing - Network

Damn Vulnerable Web Services (DVWS) - Walkthrough

Server Message Block (SMB) Security

Offensive Security Testing Guide

Host Configuration Assessment - Windows

Web Server Hardening - Apache Tomcat

Content Page

Mobile Penetration Testing - Android

Penetration Testing with OWASP Top 10 - 2017 A7 Cross-Site Scripting (XSS)