Skip to content

Commit 6fdd484

Browse files
committed
Merge branch 'main' of https://github.com/atiilla/sqlmap-ai
2 parents 86ddeb2 + 221a541 commit 6fdd484

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The adaptive mode will:
7777

7878
## Examples
7979

80-
[![asciicast](https://asciinema.org/a/rYwCz57ICKLbg4YtCTvWTFpvl.svg)](https://asciinema.org/a/rYwCz57ICKLbg4YtCTvWTFpvl)
80+
![demo](./sqlmap.gif)
8181

8282
### Testing a vulnerable web application
8383

@@ -328,4 +328,12 @@ This project is licensed under the MIT License - see the LICENSE file for detail
328328
## Credits
329329

330330
- SQLMap project: https://github.com/sqlmapproject/sqlmap
331-
- Groq API for AI-powered suggestions
331+
- Groq API for AI-powered suggestions
332+
```
333+
334+
## Disclaimer
335+
This tool is intended for educational and ethical hacking purposes only. Always obtain permission before testing any system or application. The developers are not responsible for any misuse or damage caused by this tool.
336+
337+
## Star History
338+
339+
[![Star History Chart](https://api.star-history.com/svg?repos=atiilla/sqlmap-ai&type=Date)](https://www.star-history.com/#atiilla/sqlmap-ai&Date)

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python-dotenv
2+
groq

sqlmap.gif

220 KB
Loading

sqlmap_ai/ai_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ def create_advanced_prompt(report, structured_info, scan_history=None, extracted
213213

214214
formatted_prompt += injection_info
215215

216-
return formatted_prompt
216+
return formatted_prompt

utils/groq_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ def get_groq_response(
7272
logger.error(f"All {max_retries} attempts failed. Last error: {str(e)}")
7373
return None
7474

75-
return None
75+
return None

0 commit comments

Comments
 (0)