security - Pentest pure JavaScript (qooxdoo) Website -
i'm wondering how pentest website made in javascript, example using qooxdoo framework. websites not contain requests server respond html content. 1 javascript file gets transmitted when loading page (which empty html page link javascript file) , page beeing set loaded js file, without line of html written developer.
typically, there spidering/crawling in web app scanners (like nexpose), check website links , forms , crawl link find directs same domain , test parameter found on these links. assume scanners not have effect on pure js page.
then there's other possibility: proxy server (like burp suite) captures traffic beeing sent server , able check found parameters on requests. work test api-server located behind website (for example find sql injections).
but: there way test client, example xss (self or stored)? or more in general: types of attacks typically need check in such pure js web application? tools that?
Comments
Post a Comment