Harvindar Singh Garcha
Harvindar Singh Garcha

Reputation: 454

How do I pass Auth Bearer token to Wapiti web application vulnerability scanner?

I want to security test my web application as well as REST API'S but they require authenticated, How do I pass a Bearer token to it?

Upvotes: 1

Views: 620

Answers (1)

ebuntu
ebuntu

Reputation: 181

You can pass this as a header with the -H flag. So -H 'Bearer: [token]'

Upvotes: 1

Related Questions