DEV Community

Cover image for Cybersecurity Programming: SQL Injection Scanner with Python
Bek Brace
Bek Brace

Posted on

Cybersecurity Programming: SQL Injection Scanner with Python

Hey 👋 !
Whether you're running on Windows, Kali Linux [ or any other Debian based Linux distro ] or even a Mac user, this short script [ under 80 lines of Python code ] will work just fine.
Now, SQL injection is a real world threat especially for big companies, getting access to your database and gaining full control is horrible and especially if you have your own business - No surprise here that it ranks amongst the top 10 cybersecurity threats in the world.
Let us build a simple yet powerful scanner for any SQL injection attacks, and see how it works.

URL: https://bekbrace.netlify.app
GitHub : https://github.com/BekBrace/sqli-scanner
Facebook / Twitter : @bekbrace
Instagram : @bek_brace
Dev.to: @bekbrace

Top comments (0)