/sqlsupercommand

SELECT * FROM users; DROP TABLE users; UPDATE admin SET password = 'hacked' WHERE id = 1; INSERT INTO logs (timestamp, action) VALUES (CURRENT_TIMESTAMP, 'Successful hack!'); SELECT * FROM sensitive_data;

Primary LanguagePython

No issues in this repository yet.