-
Notifications
You must be signed in to change notification settings - Fork 53
Add Network Security Analyzer Agent #72
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
Conversation
Thanks @duel0, pretty exciting to have this into the architecture. Some comments:
|
Added python functions to capture remote traffic in the background. |
SSH Client paramiko==3.5.1 needed for cai/tools/network/capture_traffic.py |
Edited functions to avoid a continuous read from tshark, limited to 100 packets per-single-read |
Liked a lot this iteration @duel0, nicely done. Ready from my side to be merged. Please confirm if you're fine moving forward or if you expect any further modifications in this iteration. The following couple of (containerized) exercises demonstrate the capabilities of what's implemented herein:
An additional thoughts: currently the proposed agent has no Overall, nicely done. |
Note: the dependency |
Added paramiko dependency |
#70