A modern blogging platform powered by GraphQL
This is a deliberately vulnerable application for testing security scanners.
Vulnerabilities: GraphQL introspection enabled, sensitive data exposed in schema
Browse and create blog posts using our GraphQL API
View user profiles and roles (including admin API keys!)
POST /api/graphql{
users {
id
username
email
role
apiKey
}
posts {
id
title
content
published
author {
username
}
}
}{
__schema {
types {
name
fields {
name
type {
name
}
}
}
}
}Built for BreakMyApp.ai Scanner Testing