Skip to content

Commit de40f13

Browse files
committed
Update SQLMap AI version to 2.0.0
1 parent f348417 commit de40f13

24 files changed

Lines changed: 6403 additions & 250 deletions

.env.local

Lines changed: 0 additions & 1 deletion
This file was deleted.

.env.template

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# SQLMap AI Configuration
2+
# Copy this to .env file and fill in your API keys
3+
4+
# AI Provider API Keys
5+
GROQ_API_KEY=your_groq_api_key_here
6+
OPENAI_API_KEY=your_openai_api_key_here
7+
ANTHROPIC_API_KEY=your_anthropic_api_key_here
8+
9+
# Optional: Enable local LLM (requires more resources)
10+
ENABLE_LOCAL_LLM=false
11+
LOCAL_MODEL=microsoft/DialoGPT-medium
12+
13+
# Security Settings
14+
MAX_REQUESTS_PER_MINUTE=60
15+
SAFE_MODE=true
16+
AUDIT_LOGGING=true
17+
18+
# Reporting Settings
19+
ENABLE_PDF=true
20+
ENABLE_HTML=true
21+
ENABLE_JSON=true
22+
23+
# SQLMap Settings
24+
SQLMAP_PATH=sqlmap
25+
DEFAULT_TIMEOUT=300

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ requirements.txt
66
test.py
77
sqlmap_adaptive_partial_report_*
88
sqlmap.cast
9+
reports
10+
.eeg-info
11+
sqlmap_ai_audit.log
12+
dist/sqlmap_ai-2.0.0.tar.gz
13+
dist/sqlmap_ai-2.0.0-py3-none-any.whl
14+
sqlmap_ai.egg-info/
15+
.sqlmap_ai_key

0 commit comments

Comments
 (0)