|
if Backend.isOs(OS.WINDOWS): |
Plugin directory can be customized through plugin_dir option:
http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_plugin_dir
You should use the output of "SELECT @@plugin_dir" which is always available, even if the user did not configure anything.
Would you like me to prepare a pull request?
sqlmap/plugins/dbms/mysql/takeover.py
Line 53 in 2606432
Plugin directory can be customized through plugin_dir option:
http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_plugin_dir
You should use the output of "SELECT @@plugin_dir" which is always available, even if the user did not configure anything.
Would you like me to prepare a pull request?