1. Credentials transport over an encrypted channel Here, the tester will just try to understand if the data that users put into the web form, in order to log into a web site, are transmitted using secure protocols that protect them from an attacker or not. 2. Testing for user enumeration The scope of this test is to verify if it is possible to collect a set of valid users by interacting with the authentication mechanism of the application. This test will be useful for the brute force testing, in which we verify if, given a valid username, it is possible to find the corresponding password. This phase for collect information about authentication mechanism of the application. Try login with user and password invalid and find the error message. error message : Nama Pengguna dan Sandi Lewat tidak sesuai atau anda belum memiliki akun. 3. Testing for Guessable (Dictionary) User Account Here we test if there are default user accounts or guessable username/password combinations (d...
Comments
Post a Comment