Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f033943

Browse files
committed
new file added
1 parent 28d9115 commit f033943

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

extra/dbgtool/__init__.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#!/usr/bin/env python
2+
3+
"""
4+
This file is part of the sqlmap project, http://sqlmap.sourceforge.net.
5+
6+
Copyright (c) 2007-2010 Bernardo Damele A. G. <[email protected]>
7+
Copyright (c) 2006 Daniele Bellucci <[email protected]>
8+
9+
sqlmap is free software; you can redistribute it and/or modify it under
10+
the terms of the GNU General Public License as published by the Free
11+
Software Foundation version 2 of the License.
12+
13+
sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY
14+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15+
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
16+
details.
17+
18+
You should have received a copy of the GNU General Public License along
19+
with sqlmap; if not, write to the Free Software Foundation, Inc., 51
20+
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21+
"""
22+
23+
pass

0 commit comments

Comments
 (0)