Automated SQL injection vulnerability scanner.
Pemindai kerentanan SQL injection otomatis.
SQL Injection Scanner tests web applications for SQL injection vulnerabilities using error-based, boolean-based, time-based, and union-based techniques.
SQL Injection Scanner menguji aplikasi web untuk kerentanan SQL injection menggunakan teknik error-based, boolean-based, time-based, dan union-based.
- Navigate to the project folder
- Run: pip install -r requirements.txt
- Masuk ke folder proyek
- Jalankan: pip install -r requirements.txt
- Basic scan: python main.py "http://target.com/page?id=1"
- Specific technique: python main.py "http://target.com/page?id=1" --technique error
- Higher level: python main.py "http://target.com/page?id=1" -l 3
- Save results: python main.py "http://target.com/page?id=1" -o results.json
- Pemindaian dasar: python main.py "http://target.com/page?id=1"
- Teknik spesifik: python main.py "http://target.com/page?id=1" --technique error
- Level lebih tinggi: python main.py "http://target.com/page?id=1" -l 3
- Simpan hasil: python main.py "http://target.com/page?id=1" -o results.json
If you find any errors, bugs, or vulnerabilities, please report them to me.
Jika Anda menemukan error, bug, atau celah keamanan, mohon laporkan kepada saya.
DreenkaDev - Sql Injection Scanner