Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error importing when cracked password contains a double quote #7

Open
illmob opened this issue Sep 29, 2022 · 1 comment
Open

Error importing when cracked password contains a double quote #7

illmob opened this issue Sep 29, 2022 · 1 comment

Comments

@illmob
Copy link

illmob commented Sep 29, 2022

{code: Neo.ClientError.Statement.SyntaxError} {message: Invalid input 'n': expected whitespace, '.', node labels or rel types, '[', '^', '*', '/', '%', '+', '-', "=~", IN, STARTS, ENDS, CONTAINS, IS, '=', "<>", "!=", '<', '>', "<=", ">=", AND, XOR, OR, ',', USE GRAPH, LOAD CSV, START, MATCH, UNWIND, MERGE, CREATE UNIQUE, CREATE, SET, DELETE, REMOVE, FOREACH, WITH, CALL, RETURN, UNION, ';' or end of input (line 1, column 80 (offset: 79)) "match (u:User) where u.name="[email protected]" set u.plaintextpassword="CQ8"nx8""

tried import cracked passwords, one of which was CQ8"nx8 containing a double quote , causing the python script to fail on import

@n00py
Copy link
Collaborator

n00py commented Oct 31, 2023

Will look into fixing this when I can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants