【问题标题】:What's wrong with my Wapiti commandline?我的 Wapiti 命令行有什么问题?
【发布时间】:2014-02-04 03:38:59
【问题描述】:

我正在使用这个命令:

    wapiti.exe http://localhost/mysite/mypage.asp -v 2 -c blah.json

我得到这个输出:

    Wapiti-2.3.0 (wapiti.sourceforge.net)
    Exception in lswww.browse: 'NoneType' object is not iterable

     Note
    ========
    This scan has been saved in the file C:\Users\Michael\.wapiti\scans/localhost.xml
    You can use it to perform attacks without scanning again the web site with the "-k" parameter
    [*] Loading modules:
             mod_crlf, mod_exec, mod_file, mod_sql, mod_xss, mod_backup, mod_htaccess, mod_blindsql, mod_permanentxss, mod_nikto

    [+] Launching module exec

    [+] Launching module file

    [+] Launching module sql

    [+] Launching module xss

    [+] Launching module blindsql

    [+] Launching module permanentxss

    Report
    ------
    A report has been generated in the file C:\Users\Michael\.wapiti\generated_report
    Open C:\Users\Michael\.wapiti\generated_report/index.html with a browser to see this report.

报告基本上是空的,因为 Wapiti 由于异常没有做任何事情。

如果我不使用 -c 参数(即 cookie 文件),它会进行扫描,但我认为不会看到比登录页面更深的内容,因为我们的应用程序使用表单身份验证并且基本上没有公共内容.

我之前使用 wapiti-getcookie.exe 对我们的应用程序进行了成功的身份验证,然后将 cookie 保存到 blah.json - 它似乎充满了有用的东西,所以我有点困惑。

是时候学习如何调试 Python 了吗?

【问题讨论】:

  • 找到原因了吗?
  • 有点,我改变了操作系统,它工作。我试图在 Windows 7 下执行此操作,但最终放弃并在 USB 记忆棒上安装了 Kali Linux。我的 Linux 生锈了,但在半小时内我就成功地运行了 Wapiti、Nikto 和 SQLMap。显然 Windows 不是安全专家的首选操作系统!

标签: wapiti


【解决方案1】:

不确定,但它可以帮助某人。在我以管理员权限启动 cmd 之前,我收到了相同的结果。之后我输入 wapiti.exe {my-web-site} 并开始扫描它。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-04-21
    • 1970-01-01
    • 1970-01-01
    • 2020-06-29
    • 1970-01-01
    • 2018-01-25
    • 2021-05-25
    • 1970-01-01
    相关资源
    最近更新 更多