最近经常遇到wordpress博客站,猛然间想起kali linux中收录了一个强大的wordpress 利用工具!

经验心得如下!

这个工具无法直接用命令,需要进入到usr/bin文件夹中运行!

第一步,打开终端

输入cd /usr/bin

第二步,运行wpscan

在usr/bin 终端中输入命令。 wpscan -h

Help :

Some values are settable in conf/browser.conf.json :

user-agent, proxy, proxy-auth, threads, cache timeout and request timeout

–update   Update to the latest revision

–url   | -u  The WordPress URL/domain to scan.

–force | -f Forces WPScan to not check if the remote site is running WordPress.

–enumerate | -e [option(s)]  Enumeration.

option :

u        usernames from id 1 to 10

u[10-20] usernames from id 10 to 20 (you must write [] chars)

p        plugins

vp       only vulnerable plugins

ap       all plugins (can take a long time)

tt       timthumbs

t        themes

vt       only vulnerable themes

at       all themes (can take a long time)

Multiple values are allowed : ‘-e t,p’ will enumerate timthumbs and plugins

If no option is supplied, the default is ‘vt,tt,u,vp’

–exclude-content-based ‘’ Used with the enumeration option, will exclude all occurence based on the regexp or string supplied

You do not need to provide the regexp delimiters, but you must write the quotes (simple or double)

–config-file | -c Use the specified config file

–follow-redirection  If the target url has a redirection, it will be followed without asking if you wanted to do so or not

–wp-content-dir  WPScan try to find the content directory (ie wp-content) by scanning the index page, however you can specified it. Subdirectories are allowed

–wp-plugins-dir  Same thing than –wp-content-dir but for the plugins directory. If not supplied, WPScan will use wp-content-dir/plugins. Subdirectories are allowed

–proxy Supply a proxy (will override the one from conf/browser.conf.json).

HTTP, SOCKS4 SOCKS4A and SOCKS5 are supported. If no protocol is given (format host:port), HTTP will be used

–proxy-auth  Supply the proxy login credentials (will override the one from conf/browser.conf.json).

–basic-auth  Set the HTTP Basic authentification

–wordlist | -w  Supply a wordlist for the password bruter and do the brute.

–threads  | -t  The number of threads to use when multi-threading requests. (will override the value from conf/browser.conf.json)

–username | -U  Only brute force the supplied username.

–help     | -h This help screen.

–verbose  | -v Verbose output.

Examples :

-Further help …

ruby /usr/bin/wpscan –help

-Do ‘non-intrusive’ checks …

ruby /usr/bin/wpscan –url www.example.com

-Do wordlist password brute force on enumerated users using 50 threads …

ruby /usr/bin/wpscan –url www.example.com –wordlist darkc0de.lst –threads 50

-Do wordlist password brute force on the ‘admin’ username only …

ruby /usr/bin/wpscan –url www.example.com –wordlist darkc0de.lst –username admin

-Enumerate installed plugins …

ruby /usr/bin/wpscan –url www.example.com –enumerate p

-Enumerate installed themes …

ruby /usr/bin/wpscan –url www.example.com –enumerate t

-Enumerate users …

ruby /usr/bin/wpscan –url www.example.com –enumerate u

-Enumerate installed timthumbs …

ruby /usr/bin/wpscan –url www.example.com –enumerate tt

-Use a HTTP proxy …

ruby /usr/bin/wpscan –url www.example.com –proxy 127.0.0.1:8118

-Use a SOCKS5 proxy … (cURL >= v7.21.7 needed)

ruby /usr/bin/wpscan –url www.example.com –proxy socks5://127.0.0.1:9000

-Use custom content directory …

ruby /usr/bin/wpscan -u www.example.com –wp-content-dir custom-content

-Use custom plugins directory …

ruby /usr/bin/wpscan -u www.example.com –wp-plugins-dir wp-content/custom-plugins

-Update …

ruby /usr/bin/wpscan –update

See README for further information.

选项过多,不一一解释。 挑选几个常用的命令

wpscan –url http://testurl/   检测常用插件

wpscan –url http://testurl/ -e 全面检测

wpscan –url http://testurl/ -e u 检测用户

wpscan –url http://testurl/ –wordlist 字典(如果下载到桌面,则是/root/Desktop/字典.txt) –username admin (这里填写之间检测到的用户)  暴力PJ密码!

全面检测中会检测到一些XSS或者SQL注射类的漏洞,会用红色的字体显示,并有漏洞详细信息的链接!

其他的功能大家慢慢发觉! 搞wordpress 非常有用的工具

kali linux 入侵教程,kali linux 入侵wordpress wpscan工具使用方法相关推荐

  1. Kali Linux NetHunter教程Kali NetHunter支持的设备和ROMs

    Kali Linux NetHunter教程Kali NetHunter支持的设备和ROMs NetHunter是一个基于Kali Linux为Nexus设备构建的Android渗透测试平台,其中包括 ...

  2. 嵌入式Linux开发教程:Linux常见命令(上篇)

    摘要:这是对周立功编著的<嵌入式Linux开发教程>的第7期连载.本期刊载内容有关LinuxLinux常见命令中的导航命令.目录命令和文件命令.下一期将连载网络操作命令.安装卸载文件系统等 ...

  3. kali linux钓鱼教程,Kali linux建立钓鱼热点

    主要内容:参考网上多篇文章,自己动手完全实验成功,在这里详细记录自己在kali linux下的搭建过 程,本文着重于动手实现,不涉及原理,关于原理应该会在之后的单独文章中详细探究 实验环境: Host ...

  4. Linux学习教程,Linux入门教程(超详细)| 网址推荐

    今天发现一个Linux中文教程,再此收藏备份. 目录 第1章 Linux简介 第2章 Linux安装 第3章 Linux文件和目录管理 第4章 Linux打包(归档)和压缩 第5章 Vim文本编辑器 ...

  5. linux 免费教程下载,Linux系统入门教程

    Linux系统入门教程 (10页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 15.9 积分 Linux系统入门教程(文档资料整理) (2011-08-0 ...

  6. cgdisk linux使用教程,Arch Linux安装过程整理

    整理一下这个教程便于以后可以无脑重装Arch Linux,美滋滋啊. 准备以及分区 1.准备 准备内容 USB stick Arch Linux ISO image Arch Linux Downlo ...

  7. 联想电脑linux安装教程视频,linux安装教程

    类型:教育学习大小:11.9M语言:中文 评分:10.0 标签: 立即下载 linux系统的功能是不错的操作系统,其性能稳定,继承了Unix以网络为核心的设计思想,用户根据自己的需求进行安装来使用,l ...

  8. Linux系列教程——1 Linux磁盘管理、2 Linux进程管理、3 Linux系统服务、 4 Linux计划任务

    文章目录 1 Linux磁盘管理 1.磁盘的基本概念 1.什么是磁盘 2.磁盘的基本结构 3.磁盘的预备知识 1.磁盘的接口类型 2.磁盘的基本术语 3.磁盘在系统上的命名方式 4.磁盘基本分区Fdi ...

  9. chakra linux安装教程,Chakra Linux 安装指南(二):Chakra Linux 安装

    Posted on 2012/03/05, 22:37, by Terry Chen, under Linux, 操作系统, 软件教程. 现在我们已经对 Chakra Linux 有了一定的了解,可以 ...

  10. linux 中级 教程pdf,Linux初中级学习者指导Linux操作系统技术合集.pdf

    红联的个人空间 Linux操作系统技术合集 作者:红联 Linux操作系统技术合 集 ─────Linux初, 中级学习者教程 Linux有些神奇,有人就这么说,Linux有些意思,我想尝尝,尚末安装 ...

最新文章

  1. arraylist 初始化_第一章 C#数据结构--数组和ArrayList
  2. sql server 怎么把视图中的数据存到另外一张表中_承上篇,自制插件优化Kep数据存储问题...
  3. mysql 查询 汇总_Mysql-Sql查询汇总
  4. 嵌入式-C语言常见面试/笔试题
  5. win2003 程序时间提供程序 NtpClient错误解决
  6. 黑鲨helo支持html吗,黑鲨游戏手机Helo综合评测 到底值不值得买
  7. 从零开始Android游戏编程(第二版) 第九章 游戏程序的生命周期
  8. 河南省旅馆业信息化管理实现“人证核验、无证入住”系统全覆盖
  9. ERROR in Entry module not found: Error: Can‘t resolve ‘./src/index.js‘ in‘xxx.js‘
  10. 《图解网络硬件》网络硬件通用基础知识
  11. 一文带你深入了解Linux IIO 子系统
  12. 分布式记账的几种方式
  13. 使用ST-LINK下载遇到的连接错误
  14. layui登陆验证页面模板(滑块学习)
  15. 三、Linux命令之cp
  16. React Native 集成极光推送 jpush-react-native
  17. 数字验证识别python_Python机器学习!识别图中最难的数字!验证码?验证码是小儿科!-站长资讯中心...
  18. pytest官方的帮助文档(英文原版)
  19. 产业AI公开课论战“数字孪生城市” :不可将物理城市完全复制到数字空间
  20. 2017中国之旅系列之四:福建东山岛之旅

热门文章

  1. 中考计算机上机考试如何操作,全国2021年初中信息技术中招考试上机考试提分技巧...
  2. 摄影文件服务器,服务器和摄影摄像设备招标文件.pdf
  3. android三星s8底部菜单,【Android】三星Galaxy S8及S8+的屏幕适配
  4. 1487 C. Minimum Ties
  5. windows10下装pytorch简单步骤和中遇见的一些问题
  6. 课堂派资料PDF文件下载
  7. 使用LIS2DH12三轴加速度传感器检测震动与倾斜角度
  8. Faster-RCNN简易复现
  9. jsp是在html里面嵌入哪种代码?_是否要从单片机转嵌入式Linux?
  10. Win11后续更新计划:微软将逐步取消传统的控制面板功能