Skip to content

C0deH4cker/FluentSQLi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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;--!

About

Example of SQL injection in Fluent Swift framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages