Skip to content

Releases: tariqhawis/injectbot

InjectBot v0.1.0

13 Dec 16:23
Compare
Choose a tag to compare

InjectBot v0.1.0 stable

[+] Complete transition from procedural to object-oriented structure.
[-] Troubleshooting has become much easier with modularity.
[-] Scalability is now possible, adding features such as new SQLi techniques is much easier.
[-] The code structure is understandable, any developer who wants to jump in can understand the idea of each step, also comments added for that purpose.

[+] Increase the speed of HTTP response by 20 times
[-] Use Multi cURL functions instead of file_get_contents for faster response.
[-] Ability to send multi requests in parallel.
[-] Send header requests for blind SQLi.
[-] Use content-length from the header instead of str_len for the whole page!

[+] Remove iterations by saving scanning state.
[-] Use sessions to save the state of the target while the scanning progress.

[+] Add blind SQLi scanning mode for fetching table schema and data records

[+] Bugfixes

[+] New front-end design based on Bootstrap 4.