mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
added header
This commit is contained in:
parent
264e0a6fda
commit
ccda92536f
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
$Id$
|
||||
|
||||
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
|
||||
See the file 'doc/COPYING' for copying permission
|
||||
"""
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue