Full security platform with web dashboard, 16 Flask blueprints, 26 modules, autonomous AI agent, WebUSB hardware support, and Archon Android companion app. Includes Hash Toolkit, debug console, anti-stalkerware shield, Metasploit/RouterSploit integration, WireGuard VPN, OSINT reconnaissance, and multi-backend LLM support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
120 lines
2.0 KiB
Plaintext
120 lines
2.0 KiB
Plaintext
[llama]
|
|
model_path = C:\she\autarch\models\Lily-7B-Instruct-v0.2.Q5_K_M.gguf
|
|
n_ctx = 2048
|
|
n_threads = 4
|
|
n_gpu_layers = 0
|
|
temperature = 0.7
|
|
top_p = 0.9
|
|
top_k = 40
|
|
repeat_penalty = 1.1
|
|
max_tokens = 1024
|
|
seed = -1
|
|
n_batch = 256
|
|
rope_scaling_type = 0
|
|
mirostat_mode = 0
|
|
mirostat_tau = 5.0
|
|
mirostat_eta = 0.1
|
|
flash_attn = false
|
|
gpu_backend = cpu
|
|
|
|
[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
|
|
|