程序笔记   发布时间:2022-07-04  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了wpscan基础用法大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

wpscan

@H_618_2@
  • 简单介绍wpscan的常用方法
  • --url  					网站url
    --disable-tls-checks	不做TLS检查,https协议绕过
    --api-token           令牌,需在官网获得,没令牌看不到插件漏洞
    --plugins-detection   三个可选项:mixed, passive(默认), aggressive, 每个选项都试下,防止插件不被扫出
    -e  p(枚举插件)  vp(枚举插件漏洞)
    

    使用手册

    Usage: wpscan [options]
            --url URL                                 The URL of the blog to scan
                                                      Allowed Protocols: http, https
                                                      Default Protocol if none provided: http
                                                      This option is mandatory unless update or Help or hh or version is/are supplied
        -h, --Help                                    Display the simple Help and exit
            --hh                                      Display the full Help and exit
            --version                                 Display the version and exit
        -v, --verbose                                 Verbose mode
            --[no-]bAnner                             Whether or not to display the bAnner
                                                      Default: true
        -o, --output FILE                             Output to FILE
        -f, --format FORMAT                           Output results in the format supplied
                                                      Available choices: cli-no-colour, cli-no-color, json, cli
            --detection-mode MODE                     Default: mixed
                                                      Available choices: mixed, passive, aggressive
            --user-agent, --ua VALUE
            --random-user-agent, --rua                Use a random user-agent for each scan
            --http-auth login:password
        -t, --max-threads VALUE                       The max threads to use
                                                      Default: 5
            --throttle MilliSeconds                   Milliseconds to wait before doing another web request. If used, the max threads will be set to 1.
            --request-timeout SECONDS                 The request timeout in seconds
                                                      Default: 60
            --connect-timeout SECONDS                 The connection timeout in seconds
                                                      Default: 30
            --disable-tls-checks                      Disables SSL/TLS certificate verification, and downgrade to TLS1.0+ (requires cURL 7.66 for the latter)
            --proxy protocol://IP:port                Supported protocols depend on the cURL installed
            --proxy-auth login:password
            --cookie-String COOKIE                    Cookie String to use in requests, format: cookie1=value1[; cookie2=value2]
            --cookie-jar FILE-PATH                    File to read and write cookies
                                                      Default: /tmp/wpscan/cookie_jar.txt
            --force                                   Do not check if the target is running WordPress or returns a 403
            --[no-]update                             Whether or not to update the Database
            --api-token TOKEN                         The WPScan API Token to display vulnerability data, available at https://wpscan wangt.cc /profile
            --wp-content-dir DIR                      The wp-content directory if custom or not detected, such as "wp-content"
            --wp-plugins-dir DIR                      The plugins directory if custom or not detected, such as "wp-content/plugins"
        -e, --enumerate [OPTS]                        Enumeration Process
                                                      Available Choices:
                                                       vp   Vulnerable plugins
                                                       ap   All plugins
                                                       p    Popular plugins
                                                       vt   Vulnerable themes
                                                       at   All themes
                                                       t    Popular themes
                                                       tt   Timthumbs
                                                       cb   Config BACkups
                                                       dbe  Db exports
                                                       u    User IDs range. e.g: u1-5
                                                            Range separator to use: '-'
                                                            Value if no argument supplied: 1-10
                                                       m    Media IDs range. e.g m1-15
                                                            Note: Permalink setTing must be set to "Plain" for those to be detected
                                                            Range separator to use: '-'
                                                            Value if no argument supplied: 1-100
                                                      Separator to use between the values: ','
                                                      Default: All Plugins, Config BACkups
                                                      Value if no argument supplied: vp,vt,tt,cb,dbe,u,m
                                                      Incompatible choices (only one of each group/s can be used):
                                                       - vp, ap, p
                                                       - vt, at, t
            --exclude-content-based REGEXP_OR_StriNG  Exclude all responses matching the Regexp (case insensitivE) during parts of the enumeration.
                                                      Both the headers and body are checked. Regexp delimiters are not required.
            --plugins-detection MODE                  Use the supplied mode to enumerate Plugins.
                                                      Default: passive
                                                      Available choices: mixed, passive, aggressive
            --plugins-version-detection MODE          Use the supplied mode to check plugins' versions.
                                                      Default: mixed
                                                      Available choices: mixed, passive, aggressive
            --exclude-usernames REGEXP_OR_StriNG      Exclude usernames matching the RegEXP/String (case insensitivE). Regexp delimiters are not required.
        -P, --passwords FILE-PATH                     List of passwords to use during the password attack.
                                                      If no --username/s option supplied, user enumeration will be run.
        -U, --usernames LIST                          List of usernames to use during the password attack.
                                                      Examples: 'a1', 'a1,a2,a3', '/tmp/a.txt'
            --multicall-max-passwords MAX_PWD         Maximum number of passwords to send by request with XMLRPC multicall
                                                      Default: 500
            --password-attack ATTACK                  Force the supplied attack to be used rather than automatically determining one.
                                                      Available choices: wp-login, xmlrpc, xmlrpc-multicall
            --login-uri URI                           The URI of the login page if Different from /wp-login.php
            --stealthy                                Alias for --random-user-agent --detection-mode passive --plugins-version-detection passive
    
    
    

    大佬总结

    以上是大佬教程为你收集整理的wpscan基础用法全部内容,希望文章能够帮你解决wpscan基础用法所遇到的程序开发问题。

    如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

    本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
    如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。