Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morkin1792/cypher-injection-scanner
Burp Suite Extension that detects Cypher code injection
https://github.com/morkin1792/cypher-injection-scanner
burp-extensions code-injection neo4j
Last synced: 2 months ago
JSON representation
Burp Suite Extension that detects Cypher code injection
- Host: GitHub
- URL: https://github.com/morkin1792/cypher-injection-scanner
- Owner: morkin1792
- Created: 2019-12-09T18:55:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T20:20:03.000Z (over 4 years ago)
- Last Synced: 2024-08-02T00:22:55.269Z (5 months ago)
- Topics: burp-extensions, code-injection, neo4j
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 6
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypher Injection Scanner
## Description
This is a Burp Suite Extension that detects Cypher code injection in applications using Neo4j databases.
## Features
### Active Scanner
Attempts to detect Cypher injection by sending payloads that aim to perform requests to the Burp Collaborator Client.
### Passive Scanner
Alerts whens the application responds with descriptive errors.
## Build
./gradlew build