memirhan / SqlScanner

MIT License
4 stars 1 forks source link

Optimize SQL Payload Processing with Concurrency #14

Open G0v1ndD3v opened 6 hours ago

G0v1ndD3v commented 6 hours ago

I noticed that the current code processes each SQL injection payload sequentially, which might not be optimal. To improve performance, I’d like to explore making it concurrent, either by implementing multithreading or using asynchronous programming.