added version copy right and other things such as __priority__ and the other things.

This commit is contained in:
HeisenbergCipherCracker 2024-02-02 21:11:27 -05:00
parent da0831bbbb
commit cdf2f8f0df

View File

@ -1,5 +1,15 @@
from lib.core.compat import xrange
#!/usr/bin/env python
"""
Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
"""
from lib.core.compat import xrange
from lib.core.enums import PRIORITY
__priority__ = PRIORITY.NORMAL
def dependencies():