Skip to content

Commit

Permalink
Merge pull request #206 from BC-SECURITY/keylogger_fix
Browse files Browse the repository at this point in the history
Fix for Keylogger module
  • Loading branch information
Cx01N authored May 18, 2020
2 parents 33500ff + b3dd360 commit 83a48a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/common/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,6 @@ def process_agent_packet(self, sessionID, responseName, taskID, data):
# Update result with data
cur.execute("UPDATE results SET data=? WHERE id=?",(data, taskID))

else:
try:
keyLogTaskID = cur.execute("SELECT id FROM taskings WHERE agent=? AND data LIKE \"function Get-Keystrokes%\"", [sessionID]).fetchone()[0]
except Exception as e:
Expand Down

0 comments on commit 83a48a4

Please sign in to comment.