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

  • 相关阅读:
    centos7中如何让网卡名不被改变
    设置git使用vim作为编辑器
    vim复制时保留原有格式
    Linux添加自定义命令方法
    从graphite中删除字段信息
    jquery图片上传新思路
    注册代码
    JQ基本和层级选择器-p9-09
    DOM对象和JQ对象相互转换
    DOM对象和JQuery对象
  • 原文地址:https://www.cnblogs.com/caojuansh/p/8670592.html
Copyright © 2011-2022 走看看