mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01: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 changed files with 11 additions and 1 deletions
|
|
@ -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 a new issue