Parameters

Simple Mode

Parameter Description
--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.
--user_agent custom User-Agent header sent to Apache, optional.

Advance Mode

Parameter Description
--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
user_agent= custom User-Agent header sent to Apache, 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
user_agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36

Revision #4
Created 2 July 2025 11:57:20
Updated 25 June 2026 11:56:57 by Rafael Ameijeiras