diff --git a/Slack-API-Integration.md b/Slack-API-Integration.md index bde3a7b..26fe4d1 100644 --- a/Slack-API-Integration.md +++ b/Slack-API-Integration.md @@ -1,19 +1,8 @@ -To integrate Slack API notifications into Sn1per, edit the /usr/share/sniper/bin/slack.sh file and enter the appropriate values for the following: - -``` -SLACK_API_TOKEN="xoxp-your-custom-key-here" -SLACK_CHANNEL="yourprivatechannel" -``` - -If you don't already have a Slack API key, you can generate one here: -https://api.slack.com/custom-integrations/legacy-tokens - -You will also need to create a Slack account and channel to send your notifications to. - -After, you will need to edit your ~/.sniper.conf file with the following values that suite your needs: +To integrate Slack API notifications into Sn1per, edit your ~/.sniper.conf file and enter the appropriate values for the following: ``` # SLACK API +SLACK_API_KEY="YOUR_KEY_HERE" SLACK_NOTIFICATIONS="1" SLACK_NOTIFICATIONS_THEHARVESTER="1" SLACK_NOTIFICATIONS_EMAIL_SECURITY="1" @@ -33,4 +22,9 @@ SLACK_NOTIFICATIONS_METAGOOFIL="1" SLACK_NOTIFICATIONS_ARACHNI_SCAN="1" ``` +If you don't already have a Slack API key, you can generate one here: +https://api.slack.com/custom-integrations/legacy-tokens + +You will also need to create a Slack account and channel to send your notifications to. + After that's done, all you need to is run your Sn1per scans as normal to start receiving command output via your custom Slack channel. \ No newline at end of file