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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -