-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathconfig.yaml
More file actions
105 lines (105 loc) · 2.11 KB
/
config.yaml
File metadata and controls
105 lines (105 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
ai_providers:
anthropic:
api_key_env: ANTHROPIC_API_KEY
enabled: false
max_tokens: 4096
model: claude-3-haiku-20240307
name: anthropic
priority: 3
rate_limit: 1.0
timeout: 30
deepseek:
api_key_env: DEEPSEEK_API_KEY
enabled: true
max_tokens: 4096
model: deepseek-chat
name: deepseek
priority: 1
rate_limit: 1.0
timeout: 30
groq:
api_key_env: GROQ_API_KEY
enabled: false
max_tokens: 4096
model: qwen/qwen3-32b
name: groq
priority: 1
rate_limit: 0.5
timeout: 30
local:
api_key_env: ''
enabled: false
max_tokens: 512
model: microsoft/DialoGPT-medium
name: local
priority: 5
rate_limit: 0.1
timeout: 60
ollama:
api_key_env: ''
enabled: false
max_tokens: 4096
model: llama3.2
name: ollama
priority: 4
rate_limit: 0.5
timeout: 60
openai:
api_key_env: OPENAI_API_KEY
enabled: false
max_tokens: 4096
model: gpt-4o-mini
name: openai
priority: 2
rate_limit: 1.0
timeout: 30
config_version: '1.0'
custom_settings: {}
debug: false
log_level: INFO
logging:
audit_log_file: sqlmap_ai_audit.log
backup_count: 5
enable_file_logging: true
log_directory: logs
main_log_file: sqlmap_ai.log
max_log_size_mb: 50
reporting:
auto_save: true
compress_reports: false
default_format: html
enable_charts: true
enable_json: true
enable_pdf: true
include_raw_data: false
output_directory: reports
security:
allow_private_networks: true
allowed_domains: []
blocked_domains: []
enable_audit_logging: true
enable_rate_limiting: true
max_concurrent_scans: 3
max_requests_per_hour: 500
max_requests_per_minute: 30
require_confirmation: true
safe_mode: true
sqlmap:
custom_tamper_scripts: []
default_level: 1
default_risk: 1
default_threads: 5
default_timeout: 300
enable_tamper_scripts: true
max_level: 3
max_risk: 2
max_threads: 20
max_timeout: 600
ui:
confirm_dangerous_operations: true
enable_colors: true
interactive_mode: false
progress_indicators: true
show_banner: true
verbose_output: false
version: 2.0.0