-
Notifications
You must be signed in to change notification settings - Fork 59
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
PRADS not capturing service banner like PADS #19
Comments
it's true, we don't output the service banner yet. however, thanks to your bug report it's now high on our priority list. what we do now is output the maching part of the service fingerprint regex, and that is missing from the fifo. |
it's important to note however that "Apache 1.2.3" in PADS is not a banner but PADS catching the Server: header of the packet. Service banners are the type of stuff the server sends in the first packet after a connect but before any request is made from the client. |
For my planning, are you able to provide an ETA for this? Thanks! |
we're trying to plan out how to support this feature atm |
OK, thanks! |
Hello, Any update about this issue? Regards |
Also curious about this issue. |
I'm trying to use PRADS as a replacment for pads in my Security Onion distro. I'm using 0.3.1-rc1 from github and am running as follows:
prads -i eth0 -c $conf -u sguil -g sguil -L
/nsm/sensor_data/$SENSOR/sancp/ -f /nsm/sensor_data/$SENSOR/pads.fifo
-b 'ip or (vlan and ip)'
When I look at PADS events in Sguil and select "Display Detected
Banner", it's always "PRADS CLIENT" or "PRADS SERVER", whereas PADS gives me the actual detected banner like "Apache 1.2.3.4..."
Any help would be appreciated!
Thanks,
Doug
The text was updated successfully, but these errors were encountered: