question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ajax Spider with Context and User

See original GitHub issue

hi, how do you run zap-cli ajax-spider with a context and a user? similar to zap-cli spider -c context -u user

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
tonycommented, Nov 5, 2021

Thank you! I will give this a try in the AM tomorrow (Texas time)

1reaction
ruccivacommented, Nov 5, 2021

sure, something like this (assuming you have started the zap daemon before)

zap-cli spider -c "$CONTEXT_NAME" -u "$CONTEXT_USER" "$URL" && zap-cli ajax-spider "$URL"

or with quick-scan

zap-cli quick-scan --ajax-spider  -c "$CONTEXT_NAME" -u "$CONTEXT_USER" --scanners "50000" "$URL"
Read more comments on GitHub >

github_iconTop Results From Across the Web

AJAX Spider dialog - OWASP ZAP
Allows to select the Context to be spidered. User. Allows to select one of the users available from the selected context, to perform...
Read more >
Ajax Spider for authentication - Google Groups
I setup the url to be included in Context, authentication section, logout url to exclude from spider, and I added user information in...
Read more >
ZAP Ajax spider authentication not working using ZEST
Followed following steps: 1. Record ZEST script (tested to be working) 2. Include site in context 3 ...
Read more >
Comprehensive Review Of OWASP ZAP Tool
Also Includes Demo of ZAP Authentication & User Management. ... I will explain the Ajax spider in detail in my next tutorial.
Read more >
Scanning Web Applications - secureCodeBox
String: Name of the context to spider, default: first context ... Bool: Whether to use the ZAP ajax spider, default: false ajax: true...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found