Articles tagged with: #sql-injection Clear filter
Need help debugging database enumeration in my open-source SQL Injection scanner

Need help debugging database enumeration in my open-source SQL Injection scanner

cybersecurity www.reddit.com

Hi everyone, I'm working on an open-source project: a SQL Injection scanner inspired by sqlmap and Havij. It detects SQLi correctly, but the database enumeration ( --dbs , --tables , --columns ) is not working . Current behavior: it only returns raw HTML tags (like <html> , <h1> , etc.) Expected behavior: should extract database names, tables, and columns Likely issue: enumeration module isn't being invoked from main.py 🔗 GitHub issue link (with more details):...