AtifaFahmeen / FXT-Testing

0 stars 0 forks source link

FX SQL Test : ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound #177

Open AtifaFahmeen opened 5 years ago

AtifaFahmeen commented 5 years ago

Project : FX SQL Test

Job : Default

Env : Default

Category : SQL_Injection

Tags : [OWASP A1, [PCI DSS 3.0] 6.5.1, OWASP - OTG-INPVAL-005, FX Top 10 - API Vulnerability, Intrusive]

Severity : Major

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=YmUzMTM4YzAtMWI4ZC00MjEyLWJlNDUtODRkMGYxMjQxMzJh; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 05:58:30 GMT]}

Endpoint : http://localhost:8080/api/v1/api/v1/skills/

Request :

Response :
{ "timestamp" : "2019-01-23T05:58:30.172+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/skills/" }

Logs :
2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : URL [http://localhost:8080/api/v1/api/v1/skills/] 2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Method [GET] 2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Request [] 2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Request-Headers [{Content-Type=[application/json], Accept=[application/json], Authorization=[Basic RlhMYWJzLy9hZG1pbkBmeGxhYnMuaW86YWRtaW4xMjMk]}] 2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Response [{ "timestamp" : "2019-01-23T05:58:30.172+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/skills/" }] 2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : 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=YmUzMTM4YzAtMWI4ZC00MjEyLWJlNDUtODRkMGYxMjQxMzJh; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 23 Jan 2019 05:58:30 GMT]}] 2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : StatusCode [404] 2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Time [751] 2019-01-23 05:58:30 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Size [142] 2019-01-23 05:58:30 INFO [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [751 < 7000 OR 751 > 10000] result [Passed] 2019-01-23 05:58:30 ERROR [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : 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 : pass

Status Code : 500

Headers : {}

Endpoint : http://localhost:8080/api/v1/api/v1/skills/

Request :

Response :
I/O error on GET request for "http://localhost:8080/api/v1/api/v1/skills/": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out

Logs :
2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : URL [http://localhost:8080/api/v1/api/v1/skills/] 2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Method [GET] 2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Request [] 2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Request-Headers [{Content-Type=[application/json], Accept=[application/json], Authorization=[Basic RlhMYWJzLy9hZG1pbkBmeGxhYnMuaW86YWRtaW4xMjMk]}] 2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Response [I/O error on GET request for "http://localhost:8080/api/v1/api/v1/skills/": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out] 2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Response-Headers [{}] 2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : StatusCode [500] 2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Time [15009] 2019-01-23 06:57:14 DEBUG [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Size [159] 2019-01-23 06:57:14 INFO [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Assertion [@StatusCode != 404] resolved-to [500 != 404] result [Passed] 2019-01-23 06:57:14 INFO [ApiV1SkillsIdGetPathParamIdMysqlSqlInjectionTimebound] : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [15009 < 7000 OR 15009 > 10000] result [Passed]

--- FX Bot ---