Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
devl00p committed Jul 19, 2024
1 parent ef55154 commit 20bcd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wapitiCore/attack/mod_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def attack(self, request: Request, response: Optional[Response] = None):
log_red("---")
log_red(
Messages.MSG_PARAM_INJECT,
str(UnrestrictedUploadFinding),
UnrestrictedUploadFinding.name(),
mutated_request.path,
parameter.display_name
)
Expand Down Expand Up @@ -176,7 +176,7 @@ async def attack(self, request: Request, response: Optional[Response] = None):
log_red("---")
log_red(
Messages.MSG_PARAM_INJECT,
str(UnrestrictedUploadFinding),
UnrestrictedUploadFinding.name(),
mutated_request.path,
parameter.display_name
)
Expand Down

0 comments on commit 20bcd67

Please sign in to comment.