Skip to content

Commit 2badd01

Browse files
authored
Update collector.py
1 parent e1c0379 commit 2badd01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

collector.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
__Name__ = "Collector"
2+
__Description__ = "Collect XSS vulnerable parameters from entire domain."
3+
__Author__ = "Md. Nur Habib"
4+
__Version__ = "1.0.0"
15

6+
# Import mdules
27
from multiprocessing import Manager
38
import os
49
import sys

0 commit comments

Comments
 (0)