摘要: 1.docker 常用命令 创建容器:docker create 启动容器:docker start [id] 停止容器:docker stop [id] 停止全部运行的容器:docker stop `docker ps -q` 重启容器:docker restart [id] 查看运行中的容器:d 阅读全文
posted @ 2024-04-05 23:53 落落的学习 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 1.Linux 中 MySQL 数据库重置密码 停止服务:systemctl stop mysql 打开 my.cnf(没有则创建一个):vim /etc/my.cnf 在 [mysqld] 下添加:skip-grant-tables; [mysqld] skip-grant-tables 启动数据 阅读全文
posted @ 2024-04-05 23:26 落落的学习 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 常用渗透测试工具 1.sqlmap 支持的数据库:MySQL、Oracle、PostgreSQL、SQL Server、Access、IBM DB2、SQLite、Firebird、Sybase、SAP MaxDB 支持的六种注入技术:boolean-based盲注、time-based盲注、err 阅读全文
posted @ 2024-04-05 16:38 落落的学习 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 漏洞环境 1.Ubuntu 安装 docker Ubuntu 镜像下载 Ubuntu 虚拟机安装 Ubuntu 虚拟机 VMWare-Tools 安装: sudo apt-get install open-vm-tools #全选y sudo apt-get install open-vm* #全选 阅读全文
posted @ 2024-04-05 15:33 落落的学习 阅读(8) 评论(0) 推荐(0) 编辑