Created
November 9, 2016 14:20
-
-
Save jgamblin/ae1bdb24113788e70b91d0cc826a163f to your computer and use it in GitHub Desktop.
W3AF SlackBot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
w3af_console -s scan.w3af | |
cd /usr/share/w3af | |
wkhtmltopdf scan.html scan.pdf | |
curl -F [email protected] -F initial_comment="W3AF Scan" -F channels=#alerts -F token=xxxx-xxxx-xxxx https://slack.com/api/files.upload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment