Parameters
Simple Mode
| --urls | url of the apache server |
| --user | user name if the apache server requires it, optional. |
| --password | password if the apache server requires it, optional |
| --ssl | to verify if the url is https certified or not, optional. |
| --transfer_mode | name of the transfer mode, optional. |
| --tentacle_ip | ip of the tentacle, optional. |
| --tentacle_port | port of the tentacle, optional. |
Advance Mode
| --conf | configuration file path |
Archivo de configuración (--conf)
urls= url of the apache server
agent_name= name of the agent optional
module_prefix= prefix name for the modules optional
username= user name if the apache server requires it optional
password= password if the apache server requires it optional
verify_ssl= to verify if the url is https certified or not optional
transfer_mode= name of the transfer mode optional
tentacle_ip= ip of the tentacle optional
tentacle_port= port of the tentacle optional
Ejemplo
urls=https://192.168.0.1/example
agent_name=example
module_prefix=apache
username=admin
password=12345
verify_ssl=true
transfer_mode=tentacle
tentacle_ip=127.0.0.1
tentacle_port=41121