bearded-web / bearded

MIT License
130 stars 44 forks source link

Add authorization support for scanners #78

Open m0sth8 opened 9 years ago

m0sth8 commented 9 years ago
m0sth8 commented 9 years ago

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

kyprizel commented 9 years ago

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 commented 9 years ago

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.