projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compilation terminated. error when installed intercept

mohammed-sec2010 opened this issue · comments

ali@ali:~$ GO111MODULE=on go get -v -u github.com/projectdiscovery/notify/cmd/intercept

output:
go: github.com/projectdiscovery/notify/cmd/intercept upgrade => v0.0.0-20210217203733-c03d0cfcf351
go: github.com/logrusorgru/aurora upgrade => v2.0.3+incompatible
go: github.com/projectdiscovery/gologger upgrade => v1.1.4
go: github.com/projectdiscovery/collaborator upgrade => v0.0.2
go: golang.org/x/sys upgrade => v0.0.0-20210228012217-479acdf4ea46
go: downloading github.com/projectdiscovery/gologger v1.1.4
go: downloading github.com/projectdiscovery/collaborator v0.0.2
go: downloading golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46
go: github.com/modern-go/reflect2 upgrade => v1.0.1
go: github.com/modern-go/concurrent upgrade => v0.0.0-20180306012644-bacd9c7ef1dd
github.com/projectdiscovery/gologger/levels
github.com/modern-go/concurrent
github.com/projectdiscovery/gologger/writer
github.com/google/gopacket/pcap

github.com/google/gopacket/pcap

go/pkg/mod/github.com/google/gopacket@v1.1.19/pcap/pcap_unix.go:34:18: fatal error: pcap.h: No such file or directory
#include <pcap.h>
^
compilation terminated.
github.com/modern-go/reflect2
github.com/json-iterator/go
github.com/projectdiscovery/gologger/formatter
github.com/projectdiscovery/gologger

@mohammed-sec2010 make sure to install apt install -y libpcap-dev

thanks ...solved it

Hi
is there any problem for intercept biid in the latest version of burpsuite ?
ali@ali:/go/bin$ sudo ./intercept
Attempting to intercept BIID
BIID found: test
ali@ali:
/go/bin$ sudo ./intercept -h
Attempting to intercept BIID
BIID found: test

ali@ali:~/go/bin$ sudo ./intercept
Attempting to intercept BIID
BIID found: test

test
Hi
I found biid in wireshark but we can not find it in intercept tool , why?

@mohammed-sec2010 looks like you have and enabled the default biid value in the config file, make sure to comment that line to intercept the biid.

Hi
where can I find the config file?

Hi
where can I find the config file?

$HOME/.config/notify/notify.conf

Hi
my problem is not with notify tool, my problem is the intercept tool can not capture the Biid of burpsuite when I click run over unencrypted HTTP in the burpsuite
test3

This is working as intended, as, in fact, during the polling health check, the BIID used is test, which is correctly captured. You should start the intercept utility when you are in the burp collaborator window already and before clicking on poll now

you are right ,thanks.