Posts

Showing posts with the label username

Username Password Akun Speedy Instan Wifi id November 2014

Image
Username Password Akun Speedy Instan Wifi id November 2014 Akun Speedy Instan Wifi.id Terbaru November 2014, cara dapat Username & Password Akun Speedy gratis, software hack Username Password Akun Speedy, kumpulan akun Username dan Password Speedy wifi.id gratis, USERNAME DAN PASSWORD AKUN SPEEDY, Cara hack akun speedy November 2014, akun wifi speedy gratis November 2014, kumpulan akun speedy terbaru, Akun Speedy Instan Terbaru November 2014 Gratis, Akun Speedy Work Sampai Akhir November 2014, Username & Password Akun Speedy @wifi.id gratis, Akun Speedy Instan Gratis Terbaru, CARA MENDAPATKAN USERNAME DAN PASSWORD AKUN TELKOM SPEEDY November 2014, Kumpulan Akun Wifi Speedy Gratis Tanpa Bayar Download Akun Speedy Work November 2014 download  file  now

Username Enumeration in Mutillidae using Burpe Intruder

Image
Username Enumeration in Mutillidae using Burpe Intruder Mutillidae  is a free, open source, vulnerable web-application providing a target for web-security tester. Mutillidae can be installed on Linux and Windows using LAMP, WAMP, and XAMMP. Username Enumeration :- We have an application that will reveal to us when a username exists on the system which can be used in further step like brute-force account. In Mutilliade login page , when you provide valid username & invalid password , web-application reply us that password incorrect. When we provide invalid username ; then application tell us that Account does not exist. So by monitoring web-application message one can know that username is valid or not. First we will examine source code of page ; when we provide valid username reply is "var lAuthenticationAttemptResultFlag = 1" & when we provide invalid username reply is "var lAuthenticationAttemptResultFlag = 0" var lAuthenticationAttemptResultFlag = 1    I...