How to Set Up Notify by ProjectDiscovery

Send Your Tool Output to Discord for Logging and Analysis

Alex Rodriguez
4 min readOct 17, 2021

Hello, World! Notify is a tool created by ProjectDiscovery that allows you to send the output of your favorite command-line tools to apps like Discord and Slack. I personally use Notify to send my pentest tool outputs to Discord. And in this article, I will show you how to set up and use Notify on Linux. Let’s do it!

Prerequisites

In order to install Notify, we first need to install Go. Visit the Go download’s page and select the Linux option:

Next right-click on the download link, and select the Copy Link Address option from the drop-down:

Open up a Linux terminal and change the directory into your /tmp directory:

We’ll use wget to download the tar archive link we copied in the previous example:

Once the command finishes execution, we’ll extract the archive into the /usr/local/

--

--

Alex Rodriguez

I am an Offensive Security Engineer @ Amazon who writes about cybersecurity and anything related to technology. Opinions are my own.