AtifaFahmeen / FXT-Testing

0 stars 0 forks source link

FX SQL Test : ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound #195

Open AtifaFahmeen opened 5 years ago

AtifaFahmeen commented 5 years ago

Project : FX SQL Test

Job : Default

Env : Default

Category : null

Tags : null

Severity : null

Region : US_WEST_2

Result : fail

Status Code : 404

Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ZWFkMzExNWItYmE2Yi00MjRjLWIyOWYtYTdlNmIwZjhjZGQz; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 06:53:55 GMT]}

Endpoint : http://localhost:8080/api/v1/api/v1/autocode-generator?pageSize=

Request :

Response :
{ "timestamp" : "2019-01-23T06:53:56.322+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/autocode-generator" }

Logs :
Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [1918 < 7000 OR 1918 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---

AtifaFahmeen commented 5 years ago

Project : FX SQL Test

Job : Default

Env : Default

Region : US_WEST_2

Result : fail

Status Code : 404

Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ZGNhY2UwNzctZjM0YS00ZTI2LWI4MDctYWI2MmQxZTI0NTZl; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 09:58:21 GMT]}

Endpoint : http://localhost:8080/api/v1/api/v1/autocode-generator?pageSize=

Request :

Response :
{ "timestamp" : "2019-01-23T09:58:21.121+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/autocode-generator" }

Logs :
2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : URL [http://localhost:8080/api/v1/api/v1/autocode-generator?pageSize=] 2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Method [GET] 2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Request [] 2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Request-Headers [{Content-Type=[application/json], Accept=[application/json], Authorization=[Basic RlhMYWJzLy9hZG1pbkBmeGxhYnMuaW86YWRtaW4xMjMk]}] 2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Response [{ "timestamp" : "2019-01-23T09:58:21.121+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/autocode-generator" }] 2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Response-Headers [{X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ZGNhY2UwNzctZjM0YS00ZTI2LWI4MDctYWI2MmQxZTI0NTZl; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 09:58:21 GMT]}] 2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : StatusCode [404] 2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Time [5769] 2019-01-23 09:58:21 DEBUG [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Size [153] 2019-01-23 09:58:21 INFO [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [5769 < 7000 OR 5769 > 10000] result [Passed] 2019-01-23 09:58:21 ERROR [ApiV1AutocodeGeneratorGetQueryParamPagesizeMysqlSqlInjectionTimebound] : Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]

--- FX Bot ---