Autarch Will Control The Internet
This commit is contained in:
151
autarch_settings.conf
Normal file
151
autarch_settings.conf
Normal file
@@ -0,0 +1,151 @@
|
||||
[llama]
|
||||
model_path = C:\she\autarch\models\darkHal.gguf
|
||||
n_ctx = 2048
|
||||
n_threads = 4
|
||||
n_gpu_layers = -1
|
||||
temperature = 0.7
|
||||
top_p = 0.9
|
||||
top_k = 40
|
||||
repeat_penalty = 1.1
|
||||
max_tokens = 1024
|
||||
seed = -1
|
||||
n_batch = 512
|
||||
rope_scaling_type = 0
|
||||
mirostat_mode = 0
|
||||
mirostat_tau = 5.0
|
||||
mirostat_eta = 0.1
|
||||
flash_attn = false
|
||||
gpu_backend = vulkan
|
||||
|
||||
[autarch]
|
||||
first_run = false
|
||||
modules_path = modules
|
||||
verbose = false
|
||||
llm_backend = local
|
||||
quiet = false
|
||||
no_banner = false
|
||||
|
||||
[msf]
|
||||
host = 127.0.0.1
|
||||
port = 55553
|
||||
username = msf
|
||||
password = msdf
|
||||
ssl = true
|
||||
|
||||
[osint]
|
||||
max_threads = 8
|
||||
timeout = 8
|
||||
include_nsfw = true
|
||||
|
||||
[transformers]
|
||||
model_path = C:\she\autarch\models\Lily-Cybersecurity-7B-v0.2
|
||||
device = xpu
|
||||
torch_dtype = auto
|
||||
load_in_8bit = false
|
||||
load_in_4bit = true
|
||||
trust_remote_code = false
|
||||
max_tokens = 1024
|
||||
temperature = 0.7
|
||||
top_p = 0.9
|
||||
top_k = 40
|
||||
repetition_penalty = 1.1
|
||||
use_fast_tokenizer = true
|
||||
padding_side = left
|
||||
do_sample = true
|
||||
num_beams = 1
|
||||
llm_int8_enable_fp32_cpu_offload = false
|
||||
device_map = auto
|
||||
|
||||
[claude]
|
||||
api_key =
|
||||
model = claude-sonnet-4-20250514
|
||||
max_tokens = 4096
|
||||
temperature = 0.7
|
||||
|
||||
[pentest]
|
||||
max_pipeline_steps = 50
|
||||
output_chunk_size = 2000
|
||||
auto_execute = false
|
||||
save_raw_output = true
|
||||
|
||||
[rsf]
|
||||
install_path =
|
||||
enabled = true
|
||||
default_target =
|
||||
default_port = 80
|
||||
execution_timeout = 120
|
||||
|
||||
[upnp]
|
||||
enabled = true
|
||||
internal_ip = 10.0.0.26
|
||||
refresh_hours = 12
|
||||
mappings = 443:TCP,51820:UDP,8080:TCP
|
||||
|
||||
[wireguard]
|
||||
enabled = true
|
||||
config_path = /etc/wireguard/wg0.conf
|
||||
interface = wg0
|
||||
subnet = 10.1.0.0/24
|
||||
server_address = 10.1.0.1
|
||||
listen_port = 51820
|
||||
default_dns = 1.1.1.1, 8.8.8.8
|
||||
default_allowed_ips = 0.0.0.0/0, ::/0
|
||||
|
||||
[huggingface]
|
||||
api_key =
|
||||
model = mistralai/Mistral-7B-Instruct-v0.3
|
||||
endpoint =
|
||||
max_tokens = 1024
|
||||
temperature = 0.7
|
||||
top_p = 0.9
|
||||
|
||||
[discovery]
|
||||
enabled = true
|
||||
mdns_enabled = true
|
||||
bluetooth_enabled = true
|
||||
bt_require_security = true
|
||||
|
||||
[web]
|
||||
host = 0.0.0.0
|
||||
port = 8181
|
||||
secret_key = 23088243f11ce0b135c64413073c8c9fc0ecf83711d5f892b68f95b348a54007
|
||||
mcp_port = 8081
|
||||
|
||||
[revshell]
|
||||
enabled = true
|
||||
host = 0.0.0.0
|
||||
port = 17322
|
||||
auto_start = false
|
||||
|
||||
[slm]
|
||||
enabled = true
|
||||
backend = local
|
||||
model_path =
|
||||
n_ctx = 512
|
||||
n_gpu_layers = -1
|
||||
n_threads = 2
|
||||
|
||||
[sam]
|
||||
enabled = true
|
||||
backend = local
|
||||
model_path =
|
||||
n_ctx = 2048
|
||||
n_gpu_layers = -1
|
||||
n_threads = 4
|
||||
|
||||
[lam]
|
||||
enabled = true
|
||||
backend = local
|
||||
model_path =
|
||||
n_ctx = 4096
|
||||
n_gpu_layers = -1
|
||||
n_threads = 4
|
||||
|
||||
[autonomy]
|
||||
enabled = false
|
||||
monitor_interval = 3
|
||||
rule_eval_interval = 5
|
||||
max_concurrent_agents = 3
|
||||
threat_threshold_auto_respond = 40
|
||||
log_max_entries = 1000
|
||||
|
||||
Reference in New Issue
Block a user