1. sqlmap.bat
    python "E:\sqlmap的路径\sqlmap.py" %*
    
  2. 将sqlmap.bat放入path
  3. 使用sqlmap时-u 使用" 包裹url
  4. 如何使用
    • sqlmap -u "http://.../ " ...
  5. 另外如果你不想修改sqlmap.conf文件的内容, 可以在bat中, 加点默认参数也是极好的比如
    • sqlmap.bat
      python "E:\sqlmap的路径\sqlmap.py" %* --threads 10 
      

相关文章:

  • 2022-12-23
  • 2021-09-28
  • 2021-11-30
  • 2021-11-30
  • 2021-12-06
  • 2021-07-10
  • 2021-12-28
  • 2022-02-14
猜你喜欢
  • 2022-03-05
  • 2022-12-23
  • 2021-12-06
  • 2021-12-22
  • 2021-12-10
  • 2022-12-23
  • 2021-12-14
相关资源
相似解决方案