Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into dev
  • Loading branch information
liquidsec committed Oct 9, 2024
2 parents 9281c3e + 91f5706 commit e5e2838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Optionally include ASP.NET MachineKeys with --machine-keys (Will SIGNIFICANTLY i
python ./badsecrets/examples/telerik_knownkey.py --url http://vulnerablesite/Telerik.Web.UI.WebResource.axd
```
*With a pip install, can now be run directly via the `telerik-knownkey` command
*With a pip install, can now be run directly via the `telerik-knownkey` command*
```bash
python telerik-knownkey --url http://vulnerablesite/Telerik.Web.UI.WebResource.axd
```
Expand All @@ -241,7 +241,7 @@ Brute-force detection of Symfony known secret key when "\_fragment" URLs are ena
python ./badsecrets/examples/symfony_knownkey.py --url https://localhost/
```
*With a pip install, can now be run directly via the `symfony-knownkey` command
*With a pip install, can now be run directly via the `symfony-knownkey` command*
```bash
python symfony-knownkey --url http://vulnerablesite/Telerik.Web.UI.WebResource.axd
```
Expand Down

0 comments on commit e5e2838

Please sign in to comment.