-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/sqlmap/plugins/dbms/db2/
File Upload :
Current File : /var/www/html/sqlmap/plugins/dbms/db2/takeover.py

#!/usr/bin/env python

"""
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
"""

from plugins.generic.takeover import Takeover as GenericTakeover

class Takeover(GenericTakeover):
    def __init__(self):
        self.__basedir = None
        self.__datadir = None

        GenericTakeover.__init__(self)

Copyright © 2017 || Recoded By Mr.Bumblebee