tijme / angularjs-csti-scanner

Automated client-side template injection (sandbox escape/bypass) detection for AngularJS v1.x.
MIT License
291 stars 86 forks source link

[Feature Request] Add Cookie Header #4

Closed fatihersinadim closed 6 years ago

fatihersinadim commented 6 years ago

Hi,

I think it would be very useful to users add custom HTTP Cookie header. This option can be used to specify how to connect to the target URL.

Thanks,

tijme commented 6 years ago

Thanks for the idea!

I am currently working on a complete refactor and I will implement authentication options like BasicAuth, OAuth and also custom headers.

I hope to have it ready in a few weeks 😄

tijme commented 6 years ago

@fatihersinadim I just released version 3.0.0. Cookies are now supported. Check the README for installation & usage instructions.