Minor update

This commit is contained in:
Miroslav Stampar
2023-02-03 23:14:29 +01:00
parent 8962e152ac
commit b1aaac5ba2
8 changed files with 22 additions and 15 deletions

View File

@@ -1,11 +1,11 @@
#!/usr/bin/env python
"""
Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
Copyright (c) 2006-2023 sqlmap developers (http://sqlmap.org/)
See the file 'LICENSE' for copying permission
"""
from plugins.generic.filesystem import Filesystem as GenericFilesystem
class Filesystem(GenericFilesystem):
pass
pass