We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, can you plz tell what format is accepted (if it is) by sqlmap for proxy file with creds inside , like -
http://admin:password1@95.164.108.22:555 http://user:password3@38.152.246.22:443 http://root:pswrd@38.152.246.21:43 http://info:p@ssword@190.111.162.22:43
if i use exactly that format of file i receive an [DEBUG] got HTTP error code: 407 ('Proxy Authentication Required')
[DEBUG] got HTTP error code: 407 ('Proxy Authentication Required')
and what about @ symbol inside password , can it maybe escaped/incapsulated somehow?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, can you plz tell what format is accepted (if it is) by sqlmap for proxy file with creds inside , like -
if i use exactly that format of file i receive an
[DEBUG] got HTTP error code: 407 ('Proxy Authentication Required')
and what about @ symbol inside password , can it maybe escaped/incapsulated somehow?
The text was updated successfully, but these errors were encountered: