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 throws NullPointerException #74

Open
taylor8294 opened this issue Feb 16, 2024 · 1 comment
Open

Port monitor throws NullPointerException #74

taylor8294 opened this issue Feb 16, 2024 · 1 comment

Comments

@taylor8294
Copy link

Using

  • burpsuite_pro_v2023.12.1.5.jar
  • NoPE Proxy version 1.5.2
  • Windows 11 Home (Version 10.0.22631 Build 22631, os.arch amd64)
  • Java SDK 21 installed
  • Java SE 8 installed
  • NCAP 1.79 installed in winpcap compatability mode
  • Wireshark version 4.2.3 installed.

I have configured Burp proxy, NoPE DNS Server Config correctly so that I see DNS history coming in, but clicking the green play icon to start the port monitor nothing shows in the results, and the following error message is logged in Std Out

MLog initialization issue: slf4j found no binding or threatened to use its (dangerously silent) NOPLogger. We consider the slf4j library not found.
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:1144)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
@LeeDiay
Copy link

LeeDiay commented Nov 17, 2024

i have the same issues! did you fixed it?

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

2 participants