Skip to content

Commit 03ab86a

Browse files
committed
Remove unnecessary backtick
1 parent dc86045 commit 03ab86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Nuclei is a vulnerability scanning engine which can be used to scan large number
8888
Navigate to nuclei templates folder such as `ai-exploits/mlflow/nuclei-templates`. In the Docker container these are stored in the `/root/nuclei-templates` folder. Then simply point to the template file and the target server.
8989
```
9090
cd ai-exploits/mlflow/nuclei-templates
91-
nuclei -t mlflow-lfi.yaml -u http://<target>:<port>`
91+
nuclei -t mlflow-lfi.yaml -u http://<target>:<port>
9292
```
9393

9494
### Using CSRF Templates

0 commit comments

Comments
 (0)