Skip to content

Commit

Permalink
Update description to obtain the password easier
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-leitner committed Jun 30, 2022
1 parent 987fb79 commit 2aa3f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ And yes, I know that this approach is very bad in real life as it calculates eve

As an improvement, I added a second payload to Intruder. The first one, the actual cookie, I set up identical as above.

For the second one, I use the same list but don't perform any hashing. I add this inside the `User-Agent` header. To ensure that it does not break if a password candidate contains any characters that are illegal in the header I use a payload processing tule to URL-encode it:
For the second one, I use the same list but don't perform any hashing. I add this inside the `User-Agent` header. To ensure that it does not break if a password candidate contains any characters that are illegal in the header I use a payload processing rule to URL-encode it:

![improved_intruder_attack](img/improved_intruder_attack.png)

Expand Down

0 comments on commit 2aa3f82

Please sign in to comment.