摘要:
将burp设置为Intercept is on 浏览器发起https请求:百度搜索python,将请求参数python改成java,点击Forward让其通过 HTTP history中Edited有✔的表示该请求修改过,Qriginal request为原始的请求数据,Edited request 阅读全文
摘要:
修改项目文件中apps/admin/models.py文件 from werkzeug.security import generate_password_hash,check_password_hash from exts import db class Users(db.Model): __ta 阅读全文