Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 735 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 735 Bytes

auth-slack-apis

Simple script to try and authenticate against various slack APIs using authentication token The script asks the user to input an authentication token and checks if it can authenticate against the following endpoints.

"auth.test",  
"rtm.start",  
"users.list",  
"channels.list",  
"conversations.list",  
"chat.postMessage",  
"reactions.add",  
"files.upload",  
"views.open",  
"emoji.list",  
"users.info",  
"conversations.history",  
"im.list",  
"groups.list",  
"mpim.list",  
"team.info",  
"users.lookupByEmail",  
"pins.list",
"reactions.get",
"reactions.get",

You can add additional API endpoints by editing the file.