Skip to content

Instantly share code, notes, and snippets.

@jgamblin
Created November 9, 2016 14:20
Show Gist options
  • Save jgamblin/ae1bdb24113788e70b91d0cc826a163f to your computer and use it in GitHub Desktop.
Save jgamblin/ae1bdb24113788e70b91d0cc826a163f to your computer and use it in GitHub Desktop.
W3AF SlackBot
#!/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