2011年4月6日

OWASP开源项目WebGoat的安装使用方法

摘要: 1、解压缩WebGoat-OWASP_Standard-5.2.zip到指定目录2、执行webgoat_8080.bat启动webgoat3、访问http://localhost:8080/WebGoat/attack4、输入用户名guest、密码guest5、登录成功后点击“Start webgoat” 阅读全文

posted @ 2011-04-06 23:23 hackchecker 阅读(2574) 评论(0) 推荐(0)

如何阻止暴力破解攻击(Brute-Force Attacks)

摘要: A common threat Web developers face is a password-guessing attack known as a brute-force attack. A brute-force attack is an attempt to discover a password by systematically trying every possible combination of letters, numbers, and symbols until you discover the one correct combination that works. I 阅读全文

posted @ 2011-04-06 23:00 hackchecker 阅读(5451) 评论(0) 推荐(0)

导航