Skip to content

Commit 0995fa7

Browse files
committed
Fix typo
1 parent 2b9263f commit 0995fa7

File tree

1 file changed

+2
-2
lines changed
  • 2016-03-19-bctf/misc_200_zerodaystore

1 file changed

+2
-2
lines changed

2016-03-19-bctf/misc_200_zerodaystore/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We start off by decompiling the apk file using [javadecompilers](http://www.java
88

99
There is one problem though, we have no money and 0days are expensive! There are 2 solutions though.
1010

11-
We can craft the requests ourselfed and send them directly to the recovered url or rebuild the apk with our money and/or exploits' prices faked.
11+
We can craft the requests ourselfes and send them directly to the recovered url or rebuild the apk with our money and/or exploits' prices faked.
1212

1313
![alt text](screen1.png)
1414

@@ -23,4 +23,4 @@ The server source tells us that we need to send a pay request with `price=0`, we
2323
It turns out that the signing mechanism is broken, we can smuggle our `&price=0` after the message and sign. This way, we can have correctly-signed message and the price variable set to 0 which should give us the flag.
2424

2525
`BCTF{0DayL0veR1chGuy5}`
26-
Bingo!
26+
Bingo!

0 commit comments

Comments
 (0)