Merge branch 'ent-11756-plugintools-python' of https://brutus.artica.es:8081/artica/pandorafms into ent-11756-plugintools-python
This commit is contained in:
commit
c301925c0b
|
@ -59,9 +59,8 @@ xml_file = ppt.write_xml(xml_content, agent["agent_name"])
|
|||
ppt.transfer_xml(
|
||||
xml_file,
|
||||
transfer_mode="tentacle",
|
||||
tentacle_address="192.168.1.20",
|
||||
tentacle_ip="192.168.1.20",
|
||||
tentacle_port="41121",
|
||||
temporal="/tmp"
|
||||
)
|
||||
```
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
from datetime import datetime
|
||||
from subprocess import *
|
||||
import hashlib
|
||||
import sys
|
||||
import os
|
||||
from .general import debug_dict,now,set_dict_key_value,generate_md5
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import sys
|
||||
import os
|
||||
import json
|
||||
from datetime import datetime
|
||||
import hashlib
|
||||
|
|
Loading…
Reference in New Issue