Results 7 comments of 3xp10it

@lopuhin In my code,`http://192.168.93.139/dvwa/vulnerabilities/xss_r/?name=?name=?name=?name=?name=` will redirect to `http://192.168.93.139/dvwa/vulnerabilities/xss_r/index.php`, I try to add `url = splash:url()` ,but still fail: ``` self.lua_script = """ function main(splash, args) assert(splash:go{splash.args.url,http_method=splash.args.http_method,body=splash.args.body,headers={ ['Cookie']='%s', } } )...

@lopuhin The url you give me works well,below is the result: ``` http://httpbin.org/redirect-to?url=http://example.com/ 2222222222222 2017-11-29 17:38:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2017-11-29 17:38:42 [scrapy.core.engine] DEBUG: Crawled (404) (referer: None)...

@lopuhin splash UI works well and return the right url: ``` url: "http://192.168.93.139/dvwa/vulnerabilities/xss_r/index.php" ``` my script used in splash UI is: ``` function main(splash, args) assert(splash:go{args.url,headers={ ['Cookie']='security=impossible;PHPSESSID=q6ms9hf7sf8kingjhtespmpfu3;security=low', } } )...

@lopuhin the url in `response.data` is not the redirected url I want,below is the result: ``` 2222222222222 2017-11-29 18:08:22 [scrapy.core.engine] DEBUG: Crawled (404) (referer: None) 2017-11-29 18:08:22 [scrapy.core.engine] DEBUG: Crawled...

@lopuhin I use exactly the same script that works in splash UI for my spider,it doesn't work:(,below is the script: ``` function main(splash, args) assert(splash:go{splash.args.url,http_method=splash.args.http_method,body=splash.args.body,headers={ ['Cookie']='security=impossible;PHPSESSID=q6ms9hf7sf8kingjhtespmpfu3;security=low', } }) assert(splash:wait(2)) return...

Does commix have api now? I need it too.

any way you can update this for ios11?