这个文章其实我是不想发的,因为太简单了。由于最近Windows10装PentestBox后,执行渗透测试工具命令"sqlmap"出现了如下提示:
[CRITICAL] incompatible Python version detected ('3.7.0'). For successfully running sqlmap you'll have to use version 2.6 or 2.7 (visit 'http://www.python.org/download/')
中文翻译
检测到[CRITICAL]不兼容的Python版本('3.7.0')。 要成功运行sqlmap,您必须使用2.6或2.7版本(访问'http://www.python.org/download/')
怕有一些新人学习渗透测试后又不懂得如何解决上图中的“[CRITICAL] incompatible Python version detected ('3.7.0'). For successfully running sqlmap you'll have to use version 2.6 or 2.7 (visit 'http://www.python.org/download/')”问题,故此才发出来!
一、必须先保证自己的电脑上有Python两个版本
例如:我的电脑上就有Python 2.7.11和Python 3.7.0。如果你只有一个python版本,