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

Skip to content

Commit 4702207

Browse files
committed
removed pdb
1 parent b4685aa commit 4702207

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/dbms/mssqlserver/fingerprint.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ def checkDbms(self):
105105
else:
106106
randInt = randomInt()
107107
payload = agent.fullPayload(" AND BINARY_CHECKSUM(%d)=BINARY_CHECKSUM(%d)" % (randInt, randInt))
108-
import pdb
109-
pdb.set_trace()
110108
result = Request.queryPage(payload)
111109

112110
if result:

0 commit comments

Comments
 (0)