How to convert String into Dictionary<string, string> using C#?

Hello @Terminal,

Your cookies are already in a dictionary if you want to exploit them use this line :

  • data.COOKIES (Dictionary<string, string>) the cookies sent or received so far (e.g. data.COOKIES["COOKIES"])

Source : http://localhost:5000/docs/lolicode/data_variable

(I am struggling here trying to convert String into Dictionary<string, string>)

If you really want to add to a third-party dictionary you have two options:

Using the block directly

Or

By going to lolicode then adding this line you will have your third-party dictionary :

var Terminal = new Dictionary<String, String>();

For more help on dictionaries :

WannaCry