Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87c8bdb

Browse files
committed
removed pdb tracing
1 parent c74b920 commit 87c8bdb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/takeover/web.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ def webInit(self):
162162
uploaderName = "uploader.%s" % self.webApi
163163
uploaderContent = decloak(os.path.join(paths.SQLMAP_SHELL_PATH, uploaderName + '_'))
164164

165-
import pdb
166-
pdb.set_trace()
167-
168165
for directory in directories:
169166
# Upload the uploader agent
170167
outFile = os.path.normpath("%s/%s" % (directory, uploaderName))

0 commit comments

Comments
 (0)