January 2018
Intermediate to advanced
340 pages
8h 6m
English
Fingerprinting web applications in general covers a much broader scope than just looking at the HTTP headers. You can do basic keyword searches in the HTTP headers, as just discussed, and learn a lot, but there is also a wealth of information in the HTML source code and the contents, or simply the existence, of other files on the server.
In the HTML source code, you can look for clues such as the structure of pages themselves and the names of classes and IDs of HTML elements. AngularJS applications have distinct HTML attributes, such as ng-app, that can be used as keywords for fingerprinting. Angular is also generally included with a script tag, the same way other frameworks such as jQuery are included. The ...
Read now
Unlock full access