Edoardo Rosa
Edoardo Rosa
Hi @shelld3v, thank you I didn't know about the ordering; while it's odd (for me :) ) this sorting it should be nice to have an _automated_ way to add...
Hi! Sorry it's been a long time and I don't know if I recall this issue correctly or it's not applicable in dirsearch. What I meant was: some site uses...
Ok thank you, I think we can close the issue
Thank you for the response while in vacation :D and sorry for the trouble. Same result with: ```python from pwnlib.tubes.server import server from pwn import log import sys def te(r):...
Hi, Planning to support this feature?
Did you implement the feature?
Hi! Thank you for the interest. I've created an awful routine to recursively flatten structs, maps, array/slices and primitive types. ```golang func flattenStruct(strct interface{}, prefix string, remove string) (item map[string]interface{})...
> Would you be interested in implementing this idea? We can definitely provide you with pointers on the encoder/decoder as well as the struct decorator. I'd like to give it...
Hi @erictg! I took another approach: since all structures in Golang can be marshalled to a JSON string I've created a library that given a JSON input string it returns...
Hi! Yes, NGINX is used to proxy the traffic to PHP. I esplicitly used `fastcgi_param CONTENT_TYPE $content_type;` to forward the header to PHP but it wasn't necessary. This was just...