Question d’entretien chez Bank of America

I was asked about XSS, SQL Injection, Tools I have used for pen testing.

Réponse à la question d'entretien

Utilisateur anonyme

16 oct. 2014

Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject client-side script into Web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same origin policy. - SQL injection is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker).

2