Update utils.py

pull/28/head
Milan Veljkovic 2021-03-17 16:49:57 +01:00 committed by GitHub
parent b77bf7339a
commit ba4869b777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,6 @@ def display_help():
print("[+] \033[92mdump_new \033[0m: dump GraphQL schema (IntrospectionQuery)") print("[+] \033[92mdump_new \033[0m: dump GraphQL schema (IntrospectionQuery)")
print("[+] \033[92mnosqli \033[0m: exploit a nosql injection inside a GraphQL query") print("[+] \033[92mnosqli \033[0m: exploit a nosql injection inside a GraphQL query")
print("[+] \033[92mpostgresqli \033[0m: exploit a sql injection inside a GraphQL query") print("[+] \033[92mpostgresqli \033[0m: exploit a sql injection inside a GraphQL query")
print("[+] \033[92mysqli \033[0m: exploit a sql injection inside a GraphQL query") print("[+] \033[92mmysqli \033[0m: exploit a sql injection inside a GraphQL query")
print("[+] \033[92mssqli \033[0m: exploit a sql injection inside a GraphQL query") print("[+] \033[92mmssqli \033[0m: exploit a sql injection inside a GraphQL query")
print("[+] \033[92mexit \033[0m: gracefully exit the application") print("[+] \033[92mexit \033[0m: gracefully exit the application")