Skip to content

Commit a776713

Browse files
committed
fixed typo in password storage post
1 parent 4d13321 commit a776713

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

_posts/2016-11-07-exploit_dev_hp_openview_nnm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,5 +657,5 @@ The reason was, `B.07.53` release validates the length of `GET` request, which r
657657

658658
## References
659659

660-
1. DEFCON #16: [BackTrack Foo - From bug to 0day by Mati Aharoni](https://www.youtube.com/watch?v=gHISpAZiAm0)
661-
2. Code Repository: <https://github.com/greyshell/windows_exploit_dev/tree/master/exploits/hpnnm-B.07.53>
660+
- DEFCON #16: [BackTrack Foo - From bug to 0day by Mati Aharoni](https://www.youtube.com/watch?v=gHISpAZiAm0)
661+
- Code Repo: <https://github.com/greyshell/windows_exploit_dev/tree/master/exploits/hpnnm-B.07.53>

_posts/2019-07-16-canary_bypass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,4 +486,4 @@ The exploit code failed because the RDI register did not contain the correct add
486486

487487
## References
488488

489-
- <https://github.com/greyshell/linux_exploit_dev/tree/main/exploits/vampire/canary_bypass>
489+
- Code Repo: <https://github.com/greyshell/linux_exploit_dev/tree/main/exploits/vampire/canary_bypass>

_posts/2019-11-22-insecure_deserialization_java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,6 @@ System.setProperty(
192192
```
193193

194194

195-
## Code Repo
195+
## References
196196

197-
<https://github.com/greyshell/java_insecure_deserialization>
197+
- Code Repo: <https://github.com/greyshell/java_insecure_deserialization>

_posts/2024-09-28-password_storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ compare_result = hmac.compare_digest(str,str)
125125
```
126126

127127

128-
## Code Repo
128+
## References
129129

130-
https://github.com/greyshell/python_programming/tree/master/crypto/password_hashing
130+
- Code Repo: <https://github.com/greyshell/python_programming/tree/master/crypto/password_hashing>

0 commit comments

Comments
 (0)