Skip to content

Commit b7ed47e

Browse files
committed
Update flagontherun.md
1 parent 359d6b6 commit b7ed47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ctfwriteups/flagontherun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Breakdown of the code:
9999
- It makes a request to the constructed url and uses regular expression to see if the response contains a string that matches the flag format of the challenge. If it does, it prints the flag as well as the path it was found at.
100100

101101
Running the code, we get the flag:
102-
```
102+
```sh
103103
┌──(connar㉿kali)-[~/flagontherun]
104104
└─$ python pysharkfilter.py
105105
path which has the flag is : /mGzAUAg2

0 commit comments

Comments
 (0)