Expand TUI guidance and host detection coverage
This commit is contained in:
parent
3b037646d2
commit
8194d13734
20 changed files with 414 additions and 42 deletions
12
tests/fixtures/sids/100068-interpreter-unusual-listener.json
vendored
Normal file
12
tests/fixtures/sids/100068-interpreter-unusual-listener.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"event": "listen",
|
||||
"pid": 4242,
|
||||
"ppid": 1,
|
||||
"uid": 1000,
|
||||
"comm": "python3",
|
||||
"parent_comm": "bash",
|
||||
"path": "/usr/bin/python3",
|
||||
"argv": ["-m", "http.server", "4444"],
|
||||
"local_ip": "0.0.0.0",
|
||||
"local_port": 4444
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue