Soroush Dalili

Results 49 comments of Soroush Dalili

This issue can be fixed by changing: ``` config = ConfigParser() ``` To: ``` config = ConfigParser(strict=False) ``` More info: https://docs.python.org/3.4/library/configparser.html

Sorry I forgot to comment here, I confirm the above bad behaviour and that's why I am still using the 0.3 version.

I ran it once again (windows version 0.3) to see what I did previously, it seems it did only use the last entry as you said!

> Have you tried using the full type name without any escape sequences, e.g. `@"msclr.interop.context_node"`? The code was completely automated so I took a snapshot of that and added an...

After all it seems to be a bug I think in ILSpy. It seems the way .NET handles it is different than ILSpy. The following screenshot shows how in .NET...

Thanks guys, yeah I had done the same but I think import and export also does not keep the responses (at least the string one didn't)

It would be good to also repeat a step n times if it misses something in the response or when it matches a condition...

I have seen it a lot that `this.callbacks.addToSiteMap(this);` does not work at the same time. It is like it has a delay or it does something depends on the data...

Line https://github.com/mdsecresearch/BurpSuiteSharpener/blob/main/src/main/java/com/irsdl/burp/sharpener/objects/StandardSettings.java#L60 uses your reset solution, I am resetting it before saving it, I don't think you have solved that one, have you?

I mean have you solved the problem of sitemap not being saved so I don't need to reset it before save?