更新: 421 个文件 - 2026-03-17 18:30:02
这个提交包含在:
@@ -0,0 +1,2 @@
|
||||
"""Vite family runners."""
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
from lab.runners.common import RunnerContext, run_fixture_attack, run_fixture_seed
|
||||
|
||||
|
||||
def run_seed(context: RunnerContext):
|
||||
return run_fixture_seed(context, "file-upload")
|
||||
|
||||
|
||||
def run_attack(context: RunnerContext):
|
||||
return run_fixture_attack(context, "file-upload")
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
from lab.runners.common import RunnerContext, run_fixture_attack, run_fixture_seed
|
||||
|
||||
|
||||
def run_seed(context: RunnerContext):
|
||||
return run_fixture_seed(context, "proxy-boundary")
|
||||
|
||||
|
||||
def run_attack(context: RunnerContext):
|
||||
return run_fixture_attack(context, "proxy-boundary")
|
||||
|
||||
10
scripts/lab/runners/vite/xss.py
普通文件
10
scripts/lab/runners/vite/xss.py
普通文件
@@ -0,0 +1,10 @@
|
||||
from lab.runners.common import RunnerContext, run_fixture_attack, run_fixture_seed
|
||||
|
||||
|
||||
def run_seed(context: RunnerContext):
|
||||
return run_fixture_seed(context, "xss")
|
||||
|
||||
|
||||
def run_attack(context: RunnerContext):
|
||||
return run_fixture_attack(context, "xss")
|
||||
|
||||
在新工单中引用
屏蔽一个用户