-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix unresolved interactsh-url
for js templates
#6088
base: dev
Are you sure you want to change the base?
Conversation
WalkthroughThis pull request enhances the request execution process by integrating support for interactsh URLs. It introduces a new slice, Changes
Sequence Diagram(s)sequenceDiagram
participant Req as Request
participant IntOpt as Interactsh Option
participant Proc as Payload Processor
participant Exec as executeRequestWithPayloads
Req->>IntOpt: Check for Interactsh option
alt Interactsh is provided
Req->>Proc: Iterate over payloadValues and call Interactsh.Replace
Proc-->>Req: Return modified payload values and generated URLs
Req->>Req: Append URLs to interactshURLs slice
end
Req->>Exec: Call executeRequestWithPayloads (pass interactshURLs)
Exec-->>Req: Process request with updated URLs data
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (4)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Proposed changes
Closes #6087
Checklist
Summary by CodeRabbit