mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
bundle bottle library in sqlmap (it is MIT license) - issue #297
This commit is contained in:
parent
0ec420cc70
commit
2e97405ffa
4 changed files with 3272 additions and 14 deletions
8
extra/bottle/__init__.py
Normal file
8
extra/bottle/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Copyright (c) 2006-2012 sqlmap developers (http://sqlmap.org/)
|
||||
See the file 'doc/COPYING' for copying permission
|
||||
"""
|
||||
|
||||
pass
|
||||
3262
extra/bottle/bottle.py
Normal file
3262
extra/bottle/bottle.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue