Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port monitor doesn't work on mac #47

Closed
birdmanwings opened this issue Jan 21, 2021 · 7 comments
Closed

port monitor doesn't work on mac #47

birdmanwings opened this issue Jan 21, 2021 · 7 comments

Comments

@birdmanwings
Copy link

mac:10.15
burp:burp suite community edition 2020.12.1
java:openjdk 11.0.9.1
I have already installed libpcap through brew install libpcap. And I can receive the dns history on the left window, but there is nothing on the right window(port monitor).Just like that:

anyone has the same situation? please help me,thanks~

@Xumeiquer
Copy link

I am also getting a NullPointerException.

In my case, I am using the Oracle java version.

java 15.0.1 2020-10-20
Java(TM) SE Runtime Environment (build 15.0.1+9-18)
Java HotSpot(TM) 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)
Lister Started
java.lang.NullPointerException: Cannot invoke "org.pcap4j.packet.TcpPacket.getHeader()" because "tcp" is null
	at josh.utils.Lister$1.gotPacket(Lister.java:70)
	at org.pcap4j.core.PcapHandle$GotPacketFuncExecutor.lambda$got_packet$0(PcapHandle.java:1254)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at java.base/java.lang.Thread.run(Thread.java:832)
Lister Stopped

@cyal1
Copy link

cyal1 commented Feb 26, 2021

mac:10.15
burp:burp suite community edition 2020.12.1
java:openjdk 11.0.9.1
I have already installed libpcap through brew install libpcap. And I can receive the dns history on the left window, but there is nothing on the right window(port monitor).Just like that:

anyone has the same situation? please help me,thanks~

I also encountered the same problem, did you solve this problem,

@birdmanwings
Copy link
Author

mac:10.15
burp:burp suite community edition 2020.12.1
java:openjdk 11.0.9.1
I have already installed libpcap through brew install libpcap. And I can receive the dns history on the left window, but there is nothing on the right window(port monitor).Just like that:

anyone has the same situation? please help me,thanks~

I also encountered the same problem, did you solve this problem,

not yet, but I succeed to use another tool (sslsplit) to decrypt ssl.

@indianajson
Copy link

This is still an issue for current installations and makes the plug-in difficult to use without an additional tool to identify the port.

@fkerem
Copy link

fkerem commented Apr 16, 2023

Can confirm that it is still not working for Mac.

@summitt
Copy link
Owner

summitt commented Jun 6, 2023

A fix for this has been pushed here

@summitt summitt closed this as completed Jun 6, 2023
@roycejam7
Copy link

I'm having this issue on

  • macOS 14.2.1
  • Burp Suite Professional v2023.11.1.5
  • NoPE.1.8.2
  • M2 Pro

Steps I followed:

  • Install libpcap with Homebrew
  • install NoPE extension
  • select interface in Server Config and specify port 53
  • press green Play on Server Config
  • set remote device DNS
  • DNS traffic appears on NoPE Proxy "DNS History" tab
  • on the DNS History tab, press green play button under Port Monitor

Nothing is displayed in the Port Monitoring section

I'm able to "Add 80 & 443 to Burp" and install Burp's certificate to middle-man HTTPS traffic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants