-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ graphw00f currently attempts to discover the following GraphQL engines: | |
* Strawberry - Python | ||
* Tartiflette - Python | ||
* Dgraph - JavaScript | ||
* Directus - TypeScript | ||
|
||
# GraphQL Technologies Defence Matrices | ||
Each fingerprinted technology (e.g. Graphene, Ariadne, ...) has an associated document ([example for graphene](https://github.com/dolevf/graphw00f/blob/main/docs/graphene.md)) which covers the security defence mechanisms the specific technology supports to give a better idea how the implementation may be attacked. | ||
|
@@ -113,7 +114,7 @@ python3 main.py -f -t https://demo.hypergraphql.org:8484/graphql | |
| Node Z | | ||
+------------+ | ||
graphw00f - v1.0.4 | ||
graphw00f - v1.0.7 | ||
The fingerprinting tool for GraphQL | ||
Dolev Farhi <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Directus | ||
|
||
# Table of Contents | ||
* [About](#About) | ||
* [Security Features](#Security-Features) | ||
|
||
# About | ||
Directus is an open-source suite of software that wraps custom SQL databases with a dynamic API and intuitive Admin App. It allows both administrators and non-technical users to view and manage the content/data stored in pure SQL databases. It can be used as a headless CMS for managing project content, a database client for modeling and viewing raw data, or as customizable WebApp. | ||
|
||
# Security Features | ||
Directus offers the following features: | ||
|
||
``` | ||
| Field Suggestions | Query Depth Limit | Query Cost Analysis | Automatic Persisted Queries | Introspection | Debug Mode | Batch Requests | | ||
|-------------------|--------------------|----------------------|-----------------------------|--------------------|----------------|----------------| | ||
| On by Default | No Support | No Support | No Support | Enabled by Default | Off by Default | No Support | | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ProductName | ||
# graphql-php | ||
|
||
# Table of Contents | ||
* [About](#About) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = '1.0.6' | ||
VERSION = '1.0.7' |