sqlmap requires ‘python-pymysql‘ third-party library

使用sqlmap进行udf提权报错:

复制代码
[14:06:04] [CRITICAL] sqlmap requires 'python-pymysql' third-party library in order to directly connect to the DBMS 'MySQL'. You can download it from 'https://github.com/PyMySQL/PyMySQL'. Alternative is to use a package 'python-sqlalchemy' with support for dialect 'mysql' installed
[14:06:04] [WARNING] your sqlmap version is outdated

解决办法:

bash 复制代码
pip install pymysql -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
python -m pip install --upgrade pip
python3 -m pip install PyMySQL
相关推荐
Hachi被抢先注册了3 小时前
Skills总结
python
用户0332126663674 小时前
使用 Python 在 PowerPoint 中创建折线图和条形图
python
萧瑟余晖4 小时前
JDK 20 新特性详解
java·开发语言
benchmark_cc4 小时前
如何用 Python 进行多周期 K 线合成与时区对齐?基于 QuantDash 与 Pandas 的量化数据清洗实战(附 GitHub 源码)
开发语言·python·github·盯盘·pandas·quantdash·量化数据
不如语冰4 小时前
AI大模型入门-参数的传递
数据结构·人工智能·pytorch·python
用户6760840656174 小时前
GraphBLAS_01_图的稀疏表示
python
小陈工4 小时前
第7篇:Django框架核心原理与实战深度解析(下)
后端·python·面试
2301_794461574 小时前
Activiti/BPMN 2.0 的 4 种网关
java·服务器·开发语言
147API4 小时前
Claude Tag 进入 Slack 后,团队智能体需要哪些任务与审计字段
java·开发语言·数据库
用户298698530144 小时前
Python 数据处理:XML 与 Excel 互转的实用指南
后端·python·excel