mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
Merge pull request #614 from bl13pbl03p/patch-1
Update werkzeug.md | Replaced md5 with sha1
This commit is contained in:
commit
51579a95f4
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ print(rv)
|
|||
```
|
||||
|
||||
{% hint style="success" %}
|
||||
If you are on an **old version** of Werkzeug, try changing the **hashing algorithm to md5** instead of md5.
|
||||
If you are on an **old version** of Werkzeug, try changing the **hashing algorithm to md5** instead of sha1.
|
||||
{% endhint %}
|
||||
|
||||
## References
|
||||
|
|
Loading…
Reference in a new issue