Skip to content

Commit

Permalink
Fixed a bug wrt Slack API
Browse files Browse the repository at this point in the history
  • Loading branch information
redteam authored and redteam committed Oct 13, 2017
1 parent a4af502 commit 306f0ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -2,14 +2,14 @@ VERSION = 0.1.0
PROJECT_ID = kubebot-163519
TOOLLIST = enumall gitallsecrets gitrob gitsecrets gobuster nmap subbrute sublist3r trufflehog wfuzz
UTILSLIST = checkfile converttobq wfuzzbasicauthbrute
CREDS_FILEPATH = /Users/abhartiya/Desktop/personal-creds.json
CREDS_FILEPATH = /Users/redteam/Downloads/personal-creds.json
TOPIC = tool_topic
SUBSCRIPTION = tool_sub
WFUZZ_DATASET = wfuzzds
REPOSUPERVISOR_DATASET = reposupervisords
WFUZZ_TABLE = wfuzz_tomcat_test
REPOSUPERVISOR_TABLE = reposupervisor_test
GITTOKEN =
GITTOKEN = <enter your github token>

.PHONY: all build

Expand Down
1 change: 1 addition & 0 deletions api/botapihandlers.go
Expand Up @@ -29,6 +29,7 @@ type Slackbot struct {
Token string `schema:"token"`
Userid string `schema:"user_id"`
Username string `schema:"user_name"`
Triggerid string `schema:"trigger_id"`
}

func check(e error) {
Expand Down
1 change: 0 additions & 1 deletion docs/local-kubebot.md
Expand Up @@ -15,7 +15,6 @@ Please watch [this](https://youtu.be/-ApGLGOV0vc) video and follow along to inst
* Rename the `.gitrobrc.sample` file in the `tools/gitrob/client` and `tools/gitrob/server` directories to `.gitrobrc` and make sure you add your environment variables correctly.

* Type `make build`. This will take a few minutes so please be patient. This will:
* Install `dep`. Ensure we have all the libraries and the correct versions we need.
* Creates the appropriate Google PubSub topic and subscription, Google BigQuery datasets and tables and Github repositories for all the tools.
* Build the Docker images for the API server, Subscription Worker, all the Utilities and all the tools. If, for some reason, an image does not get built, please build it manually. You can view the images by typing `docker images`.
* Create a namespace `kubebot-server` inside the K8s cluster.
Expand Down

0 comments on commit 306f0ac

Please sign in to comment.