-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--sql-file Inquiry #4708
Comments
also i do have another question, is there a way where i can save my dump to a file directly ? Note: am not about Example, if i used |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to use the following argument
--sql-file
According to the documentation it's will run sql statement(s) from file.
.sql
in order to detect it.--sql-file="PATH/sqlfile.sql"
otherwise sqlmap will look for it into/sqlmap/data/procs/mysql/sqlfile.sql
.is the sql statement need to be formatted ? as i inserted it as single line such as
SELECT A, B FROM DB.TABLE
Thanks in advance as well.
The text was updated successfully, but these errors were encountered: