We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c0379 commit 2badd01Copy full SHA for 2badd01
collector.py
@@ -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"
5
6
+# Import mdules
7
from multiprocessing import Manager
8
import os
9
import sys
0 commit comments