add wpscan

master
trevorbryant 2019-07-21 23:28:49 -04:00
parent e0bf388388
commit e0de9a07fa
1 changed files with 12 additions and 0 deletions

View File

@ -183,6 +183,18 @@
tags:
- pip3-sec
- name: install gem packages
hosts: localhost
connection: local
become: true
tasks:
- name: install wpscan
gem:
name: wpscan
state: latest
tags:
- gems
- name: wordlists
hosts: localhost
connection: local