2023年6月27日
摘要: 实现思路 代码: import requests pwds = open("password.txt") for pwd in pwds: url = "http://192.168.221.138/DVWA/vulnerabilities/brute/" reps = requests.get(u 阅读全文
posted @ 2023-06-27 22:34 na2co3- 阅读(201) 评论(0) 推荐(0)
摘要: 密码 1、密码长度 打开注册界面,可以知道密码设置规则和长度 2、密码内容 0-9 a-z A-Z !!@#$%^&* 字典wordlist 字典从何而来 通用字典(wordlist、dict) 1、kali自带(/usr/share/wordlists) dirb目录字典 vulns漏洞字典 2、 阅读全文
posted @ 2023-06-27 20:15 na2co3- 阅读(63) 评论(0) 推荐(0)