Skip to content

Commit

Permalink
Fix false positives on ID command
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime ALAY-EDDINE committed Feb 18, 2025
1 parent 90ed601 commit 1de29dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions wapitiCore/data/attacks/execPayloads.ini
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[DEFAULT]
payload = None
; rules will be used as a boolean AND if there are multiple
; rules will be used as a boolean OR if there are multiple
rules = None
description = None
status = vulnerability
type = pattern

[no_escape]
payload = id
rules = uid=
gid=
groupes=
rules = ' gid='
' groupes='
' groups='
description = Command execution
status = vulnerability

[no_escape_owasp_benchmark]
payload = id
rules = uid=
gid=
groupes=
rules = ' gid='
' groupes='
' groups='
description = Command execution
status = vulnerability

Expand Down

0 comments on commit 1de29dd

Please sign in to comment.