zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    STUN协议简介
    AssetManager asset使用
    采购申请 POCIRM-001:ORA-01403: 无论数据未找到
    Windows7在自由的虚拟机(微软官方虚拟机)
    C面试题
    热血江湖按键精灵脚本游戏!
    System.setProperty()
    Linux下patch打补丁命令
    Eclipse和PyDev搭建python开发环境
    二维数组中的查找
  • 原文地址:https://www.cnblogs.com/caojuansh/p/8670592.html
Copyright © 2011-2022 走看看