Skip to content

Commit

Permalink
Fix typo (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbgee authored and oleavr committed Apr 30, 2023
1 parent fa9625b commit a5d9a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _i18n/en/_docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ If you are not fully familiar with the structure of a struct, there are many
resources online that will tell you what's what. The important bits here are the
bytes `0x1388`, or 5000 in dec. This is our port number (the 4 bytes that
follow are the IP address in hex). If we change this to `0x1389` then we can
re-direct our client to a different point. If we change the next 4 bytes we
re-direct our client to a different port. If we change the next 4 bytes we
can change the IP address that the client points at completely!

Here's a script to inject the malicious struct into memory, and then hijack the
Expand Down

0 comments on commit a5d9a96

Please sign in to comment.