mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-27 00:20:07 +03:00
added version copy right and other things such as __priority__ and the other things.
This commit is contained in:
parent
da0831bbbb
commit
cdf2f8f0df
|
@ -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():
|
def dependencies():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user