summitt / Nope-Proxy

TCP/UDP Non-HTTP Proxy Extension (NoPE) for Burp Suite.
1.54k stars 235 forks source link

Port monitor throws NullPointerException #74

Open taylor8294 opened 7 months ago

taylor8294 commented 7 months ago

Using

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)