mirror of https://github.com/MISP/PyMISP
parent
ba98c71abc
commit
cd85238b29
|
@ -24,7 +24,7 @@ python3 server.py
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
||||||
# Utilisation
|
# Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
# Activate virtualenv
|
# Activate virtualenv
|
||||||
|
@ -64,6 +64,9 @@ python3 server.py
|
||||||
>>> obj_name = "cowrie"
|
>>> obj_name = "cowrie"
|
||||||
>>> obj_data = { "session": "session_id", "username": "admin", "password": "admin", "protocol": "telnet" }
|
>>> obj_data = { "session": "session_id", "username": "admin", "password": "admin", "protocol": "telnet" }
|
||||||
>>> generator.add_object_to_event(obj_name, **obj_data)
|
>>> generator.add_object_to_event(obj_name, **obj_data)
|
||||||
|
|
||||||
|
# Immediatly write the event to the disk (Bypassing the default flushing behavior)
|
||||||
|
>>> generator.flush_event()
|
||||||
```
|
```
|
||||||
|
|
||||||
### Consume stored data in redis
|
### Consume stored data in redis
|
||||||
|
|
Loading…
Reference in New Issue