Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aif4thah committed Jul 4, 2024
1 parent df05f86 commit 3d2ae8a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,18 @@ dotnet build

## 🔥 Run


```PowerShell
.\bin\Debug\net8.0\VulnerableWebApplication.exe [--url=<url>]
dotnet run [--url=<url>]
```

Alternatively, you can run directly with
Alternatively, you can use bin files :

```PowerShell
dotnet run
.\bin\Debug\net8.0\VulnerableWebApplication.exe [--url=<url>]
```


## 🛠️ Debug

### Dotnet Framework
Expand Down

0 comments on commit 3d2ae8a

Please sign in to comment.