Skip to content

Broken Cypher Query Syntax Due to Unicode Greater Than Symbols #16

Description

@mr-pmillz

Broken Cypher Query Syntax Due to Unicode Greater Than Symbols

For Example: https://github.com/SpecterOps/MSSQLHound/blob/main/saved_queries/MSSQL_%20Domain%20Principals%20that%20Can%20Coerce%20and%20Relay%20to%20MSSQL.json has the query:

{
"query":"MATCH p = (:Base)-[:MSSQL_CoerceAndRelayToMSSQL]-\u003e() RETURN p"
}

It should be:

"query":"MATCH p = (:Base)-[:MSSQL_CoerceAndRelayToMSSQL]->() RETURN p"

Awesome project btw!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions