Skip to content

Commit d55c596

Browse files
authored
Upd: now counting *reg_* (ereg_replace etc)
1 parent 5ceeb3c commit d55c596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: RegexpSecurityParser/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Output example:
1414

1515
CVE generator (source code search example):
1616
```bash
17-
grep -iorP "preg_\w+\s*\((\s*['\"](.*?)['\"])," * > regexp.txt && php index.php --file="./regexp.txt"
17+
grep -iorP "reg_\w+\s*\((\s*['\"](.*?)['\"])," * > regexp.txt && php index.php --file="./regexp.txt"
1818
```

0 commit comments

Comments
 (0)