Posted 2021-10-31Updated 2022-04-21CTF18 minutes read (About 2673 words)hackgame-2021-wp0x01 总结 第一次打ctf,2250分,rank109,math类一题不会…有待提高Read more
Posted 2021-10-24Updated 2022-04-21CTFa few seconds read (About 25 words)graphql leak0x01 find all type1234567{ __schema { types { name } }} find all field of known type12345678910111213141516{ __type (name: "Query") { name fields { name type { name kind ofType { name kind } } } }}