Ieri ho postato una domanda sulla possibilità di eseguire un'iniezione SQL con il seguente codice di errore:
httpStatus":400,"errorCode":"BAD_QUERY_PARAMETER","message":"java.lang.NumberFormatException: For input string: \"'\"","implementationDetails":"com.sun.jersey.api.ParamException$QueryParamException: java.lang.NumberFormatException: For input string: \"'\"\n\tat com.sun.jersey.server.impl.model.parameter.QueryParamInjectableProvider$QueryParamInjectable.getValue(QueryParamInjectableProvider.java:74)
La cosa strana è che, ho risposto che mi era stato utile perché attraverso un altro payload che ho fatto, ho ricevuto un altro errore, qualcosa del tipo:
Malformed escape pair at index 30: /app/view/products/view.html?language=EN&id=_PAYLOAD_&port=50000
Ma non ero in grado di iniettare il database, quindi, questo è un errore di tipo stack trace? Apprezzerei le tue risposte ...