• Security Testing Test Scenarios


    1 check for sql injection attacks
    2 secure pages should use https protocol
    3 page crash should not reveal application or server info . Error page should be displayed for this.
    4 escape special characters in input
    5 error messages should not reveal any sensitive information
    6 all credentials should be transferred over an encrypted channel
    7 test password security and password policy enforcement
    8 check application logout functionality
    9 check for brute force attacks
    10 cookie information should be stored in encrypted format only
    11 check session cookie duration and session termination after timeout or logout
    12 session tokens should be transmitted over secured channel
    13 password should not be stored in cookies
    14 test for denial of service attacks
    15 test for memory leakage
    16 test unauthorized application access by manipulating variable values in browser address bar
    17 test file extension handing so that exe files are not uploaded and executed on server
    18 sensitive fields like passwords and credit card information should not have auto complete enabled
    19 file upload functionality should use file type restrictions and also anti-virus for scanning uploaded files
    20 check if directory listing is prohibited
    21 password and other sensitive fields should be masked while typing
    22 check if forgot password functionality is secured with features like temporary password expiry after specified hours and security question is asked before changing or requesting new password
    23 verify CAPTCHA functionality
    24 check if important events are logged in log files
    25 check if access privileges are implemented correctly

  • 相关阅读:
    demo_14 更多卡片视图实现
    demo_13 基础卡片视图实现
    demo_10_06 云数据库聚合_lookup_02
    demo_10_06 云数据库聚合_lookup_01
    demo_12 子组件选项卡切换及事件传递
    demo_11 封装数据请求
    demo_10_05 云数据库聚合_limit
    demo_10_04 云数据库聚合_group_02
    sed 过滤和替换文本函数
    curl 参数
  • 原文地址:https://www.cnblogs.com/caojuansh/p/8670592.html
Copyright © 2020-2023  润新知