Forum

How to set SQLI rule set in URL toolkit?

Akash Talole
1 June 2016, 14:21
In Hiawatha v10.2

in session.c
ifdef ENABLE_TOOLKIT
+ if (session->host->toolkit_rules_user != NULL) {
+ free(session->host->toolkit_rules_user);
+ }
+
+ remove_charlist(&(session->host->toolkit_rules_user_str));
+#endif


So is it possible to write URLtoolkit for SQLI attack.
Hugo Leisink
1 June 2016, 22:47
I don't understand what you try to achieve.
This topic has been closed.