Skip to content

Commit

Permalink
feat: add url_bypass workflow based on bup
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Sep 29, 2024
1 parent ed636aa commit e96b1bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions secator/configs/workflows/url_bypass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
type: workflow
name: url_bypass
alias: urlbypass
description: Try bypass techniques for 4xx URLs
tags: [http, crawl]
input_types:
- url
tasks:
bup:
description: Bypass 4xx

0 comments on commit e96b1bc

Please sign in to comment.