mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding support for CrateDB
This commit is contained in:
parent
e448905eb1
commit
0e4232f533
21 changed files with 401 additions and 60 deletions
11
plugins/dbms/cratedb/filesystem.py
Normal file
11
plugins/dbms/cratedb/filesystem.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
|
||||
See the file 'LICENSE' for copying permission
|
||||
"""
|
||||
|
||||
from plugins.generic.filesystem import Filesystem as GenericFilesystem
|
||||
|
||||
class Filesystem(GenericFilesystem):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue