/wp-scan-slack

A simple way to sent the dump log of wp-scan to your slack channel

Primary LanguageShellMIT LicenseMIT

wp-scan-slack

A simple way to send the security warnings from dump log of WP-Scan to your slack channel.

**Requires:**Slack Incoming WebHooks Integration configured in a channel.
**Requires:**WP-Scan configured and working in your machine

For use this shell script you first need configure the "app.conf" with your personal data.
Example:

export bot_user_name=SomeBOTname
export bot_avatar=https://example.com/some_picture.jpg
export slack_web_hook_url=https://hooks.slack.com/services/someToken

And you need set the absolute path of your wpscan.rb file
export wp_scan_path=/usr/share/wpscan/wpscan.rb

Using the Shell Sript

Run the script is easy as it was set it, you need enter in the cloned folder and type on the command line:
`./scan.sh 'http://example.com'` where 'http://example.com' is your WordPress target WebSite

There are unlimited uses for this script, you can put in a week cron for example, and every week all warnings of your web site will be sent to you.