摘要: # 图片验证码功能在Django中 很多场景下Web应用需要利用图片验证码以防范暴力攻击,比如在用户登录页面。而Django以及配合django-simple-captcha模块可以非常轻松的实现图片验证码功能。 1. 安装django-simple-captcha模块: ```shell pip 阅读全文
posted @ 2023-05-30 11:36 Jason_huawen 阅读(84) 评论(0) 推荐(0) 编辑
摘要: # Vulnhub Decoy提权补充 在拿到用户296640a3b825115a47b68fc44501c828的密码server后,为了方便观察现象,同时开启两个shell,并且需要指定-t "bash --noprofile"以逃避受限shell,登录成功后,要修改PATH环境变量,使其包含正 阅读全文
posted @ 2023-05-30 11:08 Jason_huawen 阅读(90) 评论(0) 推荐(0) 编辑
摘要: # 图片验证码 Captcha is one of the modern ways used for verification in websites; it is very cool way and every second website is using it. You can use Goo 阅读全文
posted @ 2023-05-30 09:22 Jason_huawen 阅读(70) 评论(0) 推荐(0) 编辑