Minor update

This commit is contained in:
Miroslav Štampar 2026-07-04 13:00:19 +02:00
parent 7fd6bb3b7d
commit 3b3a822e32
3 changed files with 4 additions and 4 deletions

View file

@ -794,7 +794,7 @@ def cmdLineParser(argv=None):
help="Test for XML External Entity (XXE) injection")
nonsql.add_argument("--oob-server", dest="oobServer",
help="Out-of-band server for blind '--xxe' (default: public interactsh; 'none' to disable OOB)")
help="Out-of-band server for blind '--xxe'")
nonsql.add_argument("--oob-token", dest="oobToken",
help="Authentication token for a self-hosted '--oob-server'")