zoukankan      html  css  js  c++  java
  • Linux-学习之漏洞探索sqlmap

     输出信息:

    [!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not respon sible for any misuse or damage caused by this program


    [03:50:12] [WARNING] unable to create output directory '/usr/share/sqlmap/output /172.16.55.109' ([Errno 13] Permission denied: '/usr/share/sqlmap/output/172.16. 55.109'). Using temporary directory '/tmp/sqlmapoutputzZYr9M' instead
    [03:50:12] [INFO] testing connection to the target URL


    [03:50:12] [CRITICAL] page not found (404)
    it is not recommended to continue in this kind of cases. Do you want to quit and make sure that everything is set up properly? [Y/n] [!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not respon sible for any misuse or damage caused by this program

    百度解释:

    [ 03:50:12 ] [警告]无法创建输出目录“/ usr /分享/ sqlmap /输出/ 172.16.55.109”[ 13 ](errno的权限被拒绝:“/ usr /分享/ sqlmap /输出/ 172.16。55.109”。使用临时目录/tmp / sqlmapoutputzzyr9m相反
    [ 03:50:12 ] [信息]测试连接到目标URL

    【!]法律声明:攻击目标没有事先同意sqlmap使用是非法的。这是最终用户的责任,遵守所有适用的地方,州和联邦法律。开发商不承担责任和不负责的这个项目引起的任何滥用或损坏

    [ 03:50:12 ] [关键]页面未找到(404)
    不建议继续这种情况。是否要退出并确保所有设置正常?[名词]!]法律声明:攻击目标没有事先同意sqlmap使用是非法的。这是最终用户的责任,遵守所有适用的地方,州和联邦法律。开发商不承担责任和不负责的这个项目引起的任何滥用或损坏

  • 相关阅读:
    “贴身外教”是英语口语的学习方法综合解决方案
    浅谈提高英语口语的最有效方法
    【PERL】Perl默认的内部变量
    Perl——哈希的创建和引用
    linux和windows下,C/C++开发的延时函数,sleep函数
    linux标准库#include <unistd.h>与windows的#include <windows.h>(C语言开发)
    linux 如何显示一个文件的某几行(中间几行)
    使程序在Linux下后台运行
    Perl中关于数组的输出——需要注意的地方
    linux下C/C++,多线程pthread
  • 原文地址:https://www.cnblogs.com/Erma/p/6505901.html
Copyright © 2011-2022 走看看