Fork me on GitHub

node防止sql注入 xss攻击和密码加密

1.sql注入:窃取数据库内容 select * from users where username='李四' -- ' and password =''123' //不用密码登录 select * from users where username='李四';delete from users;
posted @ 2020-03-10 15:10  欢欢11  阅读(1018)  评论(0编辑  收藏  举报