You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help us know what to work on
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
Description
Let's say I have a list of URLs from an external tool (katana, etc). I would like to be able to paste them in Caido and have them replayed / recorded in the project.
This can be done with:
Simple UI to paste links
Send that to a backend function
Backend function has a for loop like: await sdk.requests.send(new RequestSpec(url))
Use cases
Re-checking links from the Wayback machine
The text was updated successfully, but these errors were encountered:
Community Note
Description
Let's say I have a list of URLs from an external tool (katana, etc). I would like to be able to paste them in Caido and have them replayed / recorded in the project.
This can be done with:
await sdk.requests.send(new RequestSpec(url))
Use cases
The text was updated successfully, but these errors were encountered: