Skip to content

Commit c50785b

Browse files
authored
Update slack_c2_bot.py
1 parent 580b92e commit c50785b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

slack_c2_bot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
import sys
1414

1515
# === CONFIG (ajusta según tus variables) ===
16-
SLACK_BOT_TOKEN = "xoxb-tu-bot-token-aqui" # xoxb-... (Bot User OAuth Token)
17-
SLACK_APP_TOKEN = "xapp-tu-app-token-aqui" # xapp-... (App-Level Token, desde Socket Mode)
18-
SLACK_SIGNING_SECRET = "31338abaa532d73b469d490a8a40f3af"
16+
SLACK_BOT_TOKEN = "xoxb-tu-bot-token-aqui"
17+
SLACK_APP_TOKEN = "xapp-tu-app-token-aqui"
18+
SLACK_SIGNING_SECRET = "tu-app-token-aqui"
1919

2020
# === INICIALIZACIÓN ===
2121
config = Config(load_payload())
@@ -256,4 +256,4 @@ def mentioned(ack, say, event):
256256
print("🚀 Slack C2 Bot (Socket Mode) is starting...")
257257
print("💡 Conectando a Slack sin necesidad de ngrok ni webhooks públicos.")
258258
handler = SocketModeHandler(app, SLACK_APP_TOKEN)
259-
handler.start()
259+
handler.start()

0 commit comments

Comments
 (0)