Skip to content

skelsec/responder3-log-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

responder3-log-discord

Discord logging extension for Responder3

Prerequisites

discord.py is currently broken with python 3.7, install from git. install Responder3 first

Install

pip install https://github.com/skelsec/responder3-log-discord/archive/master.zip#egg=responder3-log-discord

now update mismatched depends

  • pip install -U https://github.com/Rapptz/discord.py/archive/async.zip#egg=discord.py
  • pip install -U aiohttp
  • pip install -U websockets

Config

logsettings = {
        'handlers':{
                'discord': ['discord'],
        },
        'discord' : {
                'token' : '<your bot token>',
                'channel' : '<target channel id>',
                'extra_info':'localhost',
                'log_connections': True, #only enable this is you want to drown in messages!
        },
<snip>
}

Channel ID

Enable discord developer mode and right click the target channel to get the channel id

About

Discord logging extension for Responder3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages