mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
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(
|
ppt.transfer_xml(
|
||||||
xml_file,
|
xml_file,
|
||||||
transfer_mode="tentacle",
|
transfer_mode="tentacle",
|
||||||
tentacle_address="192.168.1.20",
|
tentacle_ip="192.168.1.20",
|
||||||
tentacle_port="41121",
|
tentacle_port="41121",
|
||||||
temporal="/tmp"
|
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
from datetime import datetime
|
|
||||||
from subprocess import *
|
|
||||||
import hashlib
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
from .general import debug_dict,now,set_dict_key_value,generate_md5
|
from .general import debug_dict,now,set_dict_key_value,generate_md5
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import sys
|
import sys
|
||||||
import os
|
|
||||||
import json
|
import json
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import hashlib
|
import hashlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user