This commit is contained in:
Prof Isen 2022-03-16 15:22:27 +00:00
commit fc88812101

View File

@ -64,8 +64,6 @@ The configuration files for the client are :
- ./client/conf-client/service.cfg - ./client/conf-client/service.cfg
``` ```
RemoteIp is the server IP address (can be used in localhost with 127.0.0.1)
RemotePort is the port to communicate with the server
LocalPassword can be used if you chose Crypted=yes (process is slow) LocalPassword can be used if you chose Crypted=yes (process is slow)
Crypted=no (use netcat or cryptcat) Crypted=no (use netcat or cryptcat)
Rotation is the time between the ratation of all sonde Rotation is the time between the ratation of all sonde
@ -79,7 +77,7 @@ TimeOut is the number of second before the interrogation failed
- ./client/conf-client/sonde.cfg - ./client/conf-client/sonde.cfg
``` ```
SONDE#Arguemnent IP:PORT#SONDE#Arguemnent
``` ```
``` ```
@ -87,6 +85,8 @@ SONDE#Arguemnent
| Client | server | server | server | server | | Client | server | server | server | server |
+-------------==>----------------==>-------------------------------==>--------------------==>----------------------------------+ +-------------==>----------------==>-------------------------------==>--------------------==>----------------------------------+
| SONDE + ARG | Is SONDE exist ? | Get associated SCRIPT for SONDE | Exec SCRIPT With ARG | Push result with FORMAT [0-5]|TXT | | SONDE + ARG | Is SONDE exist ? | Get associated SCRIPT for SONDE | Exec SCRIPT With ARG | Push result with FORMAT [0-5]|TXT |
| are send to | | | | |
| IP port | | | | |
+--------------+------------------+---------------------------------+----------------------+-----------------------------------+ +--------------+------------------+---------------------------------+----------------------+-----------------------------------+
``` ```