Skip to content
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

Add authorization support for scanners #78

Open
4 tasks
m0sth8 opened this issue May 1, 2015 · 3 comments
Open
4 tasks

Add authorization support for scanners #78

m0sth8 opened this issue May 1, 2015 · 3 comments

Comments

@m0sth8
Copy link
Contributor

m0sth8 commented May 1, 2015

  • Headers (cookie and tokens)
  • Oauth
  • BasicAuth
  • Login form and url for checking authorization (username, password)
@m0sth8 m0sth8 self-assigned this May 1, 2015
@m0sth8 m0sth8 added this to the 0.3 milestone May 1, 2015
@m0sth8
Copy link
Contributor Author

m0sth8 commented May 1, 2015

@kyprizel What do you think? What are the most popular authorization methods?

@kyprizel
Copy link

kyprizel commented May 1, 2015

headers:
basic, oauth, any other tokens.
ntlm may be, but i'd set minor priority to it

cookies + headers are enough in most cases.

@kyprizel
Copy link

kyprizel commented May 1, 2015

cookes should be separate i think - i mean there should be some scheme to logon, store session and propagate it to all the other requests. just like w3af does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants