Skip to content

Commit 4e35d59

Browse files
committed
feat(zap): Adds ClientSpider to ZAPv2
1 parent 2660005 commit 4e35d59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zapv2/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
from .automation import automation
3737
from .autoupdate import autoupdate
3838
from .brk import brk
39+
from .client_spider import ClientSpider
3940
from .context import context
4041
from .core import core
4142
from .custompayloads import custompayloads
@@ -103,6 +104,7 @@ def __init__(self, proxies=None, apikey=None, validate_status_code=False):
103104
self.automation = automation(self)
104105
self.autoupdate = autoupdate(self)
105106
self.brk = brk(self)
107+
self.clientSpider = ClientSpider(self)
106108
self.context = context(self)
107109
self.core = core(self)
108110
self.custompayloads = custompayloads(self)

0 commit comments

Comments
 (0)