Skip to content

Unhandled exception (#92e76ea2) #895

Description

@sqlmapreporter
sqlmap version: 1.0-dev-4e0e64d
Python version: 2.6.8
Operating system: posix
Command line: sqlmap.py -u ***************************************************************************************************************************************************** --cookie=********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************** --os-shell
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 99, in main
    start()
  File "lib/controller/controller.py", line 594, in start
    action()
  File "lib/controller/action.py", line 160, in action
    conf.dbmsHandler.osShell()
  File "plugins/generic/takeover.py", line 80, in osShell
    self.initEnv(web=web)
  File "lib/takeover/abstraction.py", line 200, in initEnv
    success = self.udfInjectSys()
  File "lib/takeover/udf.py", line 184, in udfInjectSys
    self.udfSetLocalPaths()
  File "plugins/dbms/mysql/takeover.py", line 84, in udfSetLocalPaths
    self.udfLocalFile = os.path.join(self.udfLocalFile, "mysql", "linux", "%d" % Backend.getArch(), "lib_mysqludf_sys.so")
NameError: global name 'os' is not defined

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions