You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When capturing Probe Requests with both, the PNLS and Airodump-ng, I've noticed that not all SSIDs are displayed on PNLS web UI.
System information
Kali Linux
2023.3
Raspberry Pi 4
Actual Behavior
Some of the packets are never captured in moments of heavy packet loads.
Expected Behavior
To capture all of the packets.
Steps To Reproduce
Run the PNLS normally.
Anything else?
Scapy doesn't handle heavy loads very well because it processes packets too slowly. The load could be decreased, if you make the OS filter the packets instead of Scapy, which can be done when using the filter= argument.
Is there an existing issue for this?
Description
When capturing Probe Requests with both, the PNLS and Airodump-ng, I've noticed that not all SSIDs are displayed on PNLS web UI.
System information
2023.3
Actual Behavior
Some of the packets are never captured in moments of heavy packet loads.
Expected Behavior
To capture all of the packets.
Steps To Reproduce
Run the PNLS normally.
Anything else?
Scapy doesn't handle heavy loads very well because it processes packets too slowly. The load could be decreased, if you make the OS filter the packets instead of Scapy, which can be done when using the
filter=
argument.Here are some useful links:
The text was updated successfully, but these errors were encountered: