Skip to content

Command line tool to post a message to a slack webhook

License

Notifications You must be signed in to change notification settings

offftherecord/wmsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wmsg

A general purpose command line tool to send messages to slack.

Note: Take caution not to spam Slack with messages

Install

go get -u github.com/offftherecord/wmsg

Help Menu

Usage: wmsg -w <webhook>
  -c    Format message to use code block
  -w string
        Webhook to post to

Example uses

Send notifications when long running tasks are done

nmap -sS target; echo "Nmap scan completed"| wmsg -w <webhook>

Send formatted output from tools

amass enum -d domain -o results; cat results | anew | wmsg -w <webhook> -c

About

Command line tool to post a message to a slack webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages