摘要:
To disable MySQL from starting automatically at boot time on Ubuntu, follow these steps: Open a terminal window. Use the following command to stop the 阅读全文
摘要:
sudo mysql -uroot -p #使用sudo之后mysql密码为空即可登陆 use mysql; update user set authentication_string='' where user='root'; flush privileges; ALTER USER 'root' 阅读全文
摘要:
参考:1 2 虽说以上两篇是参考文章,然鹅session部分问题很大(第一篇中的session部分的解释被到处抄),~~之后细说。~~我不说了,下面这篇文章写的挺详细了 带你走进PHP session反序列化漏洞 这篇靠谱 <?php //A webshell is wait for you ini 阅读全文