Miroslav Stampar

Results 205 comments of Miroslav Stampar

This whole issue can go into two tracks, as I am not sure whether @burtsevyg wanted `sqlmap API (REST-JSON)` to be "swagged" or for sqlmap to accept swag definition for...

@benj56 @rrjanbiah A) how to provide parameter values in such case(s)? I bet that there would be new issues where users would complain about non-automatic sqlmap behavior in filling values...

A) `Parameters information & authorization information are already available in Swagger. For example, you may check http://editor.swagger.io/ where these details are parsed and displayed in an UI`

All in all, as this whole swagger is such a mess and I am pretty sure that people from Swagger are aware of it (who makes 3 totally different "standard"...

@rrjanbiah could you please elaborate what's useful on first two links? Second one is just a dummy fork of sqlmap, while first one is plain dummy

@rrjanbiah third link FTW, in case of Swagger does this: ``` def parse_collection(collection_name,collection_type): if collection_type == 'Postman': parse_data.postman_parser(collection_name) else: # swagger print "[-]Failed to Parse collection" sys.exit(1) ``` Hence, please...

http://www.6code.net/2015/08/execute-os-command-in-oracle-database.html

keyword `users` is removed from data/txt/keywords.txt for some time, thus, there should be no enclosing of `"users"` like you did have way back then

closing this down. sessions usually expire after a timeout. not sure that it is feasible to put bunch of time-constrained sessions into a file and hope that others will just...

p.s. there is `--live-cookies=L.. Live cookies file used for loading up-to-date values`