Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74b920 commit 87c8bdbCopy full SHA for 87c8bdb
1 file changed
lib/takeover/web.py
@@ -162,9 +162,6 @@ def webInit(self):
162
uploaderName = "uploader.%s" % self.webApi
163
uploaderContent = decloak(os.path.join(paths.SQLMAP_SHELL_PATH, uploaderName + '_'))
164
165
- import pdb
166
- pdb.set_trace()
167
-
168
for directory in directories:
169
# Upload the uploader agent
170
outFile = os.path.normpath("%s/%s" % (directory, uploaderName))
0 commit comments