mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
11 lines
319 B
Python
11 lines
319 B
Python
|
#!/usr/bin/env python
|
||
|
#
|
||
|
# Copyright Ryan Vennell
|
||
|
#
|
||
|
# This software released into the public domain. Anyone is free to copy,
|
||
|
# modify, publish, use, compile, sell, or distribute this software,
|
||
|
# either in source code form or as a compiled binary, for any purpose,
|
||
|
# commercial or non-commercial, and by any means.
|
||
|
|
||
|
pass
|