0xTeles / syngql-security

SYNGQL queries for web security analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syngql security queries

This repository contains a collection of useful SYNGQL queries that reference interesting functions within JavaScript code.

What is SYNGQL

According SYNGQL developers, YNG is like grep but for JavaScript source code: it searches files for a statement, like a function call with specific arguments, based on syntax rather than text. Or, based on structure rather than format.

Queries

postMessage

(call (mem postMessage _))

image

new URL

(of URL)

image

fetch

(call fetch)
image

addEventListener

(call (mem addEventListener _))

image

References

About

SYNGQL queries for web security analysis