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
相关推荐
AAA大运重卡何师傅(专跑国道)25 分钟前
【无标题】
开发语言·c#
copyer_xyf28 分钟前
Python 异常处理
前端·后端·python
XBodhi.44 分钟前
Visual Studio C++ 语法错误: 缺少“;”(在“return”的前面)
开发语言·c++·visual studio
麻雀飞吧1 小时前
期货多合约策略目标持仓怎么更新才不乱
python·区块链
Cthy_hy1 小时前
拓扑排序超详解:原理 + Kahn 贪心算法
python·算法·贪心算法
LSssT.1 小时前
【01】Python 机器学习
开发语言·python
为爱停留2 小时前
给智能体装上「刹车」:中断(Interrupts)与人工审批全解析
python
l1t2 小时前
DeepSeek总结的使用实体-组件-系统和基于存在性处理进行Python编程39-40
开发语言·python
曾阿伦2 小时前
Python 搭建简易HTTP服务
开发语言·python·http
YG亲测源码屋2 小时前
java配置环境变量、jdk环境变量配置、java环境变量设置方法
java·开发语言