Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 308 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 308 Bytes

To run:

swift build
.build/debug/FluentSQLi

Example run:

Database created
Enter a username to lookup:
hello' or 1=1;--
[SQL] SELECT * FROM `users` WHERE  `username` = 'hello' or 1=1;--' LIMIT 1
[SQL] INSERT INTO `users` (`name`) VALUES ('hello' or 1=1;--')
Created user hello' or 1=1;--!