Skip to content

Commit

Permalink
quote cli scripts args
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Nov 22, 2017
1 parent 892cd7b commit 1f2d949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wfencode
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
python src/wfencode.py $@
python src/wfencode.py "$@"
2 changes: 1 addition & 1 deletion wfpayload
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
python src/wfpayload.py $@
python src/wfpayload.py "$@"
2 changes: 1 addition & 1 deletion wfuzz
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
python src/wfuzz-cli.py $@
python src/wfuzz-cli.py "$@"

0 comments on commit 1f2d949

Please sign in to comment.