Website login admin page is page from where website administrator can access there admin panel for particular website. Most of the time Hacker , Cracker and Penetration tester are looking for finding website login page to do Brute-force attack to gain access of website administrations. My lots of friend asked me on Facebook to method of finding admin page of any website.
However first and easiest method to find admin login page is jsut add some words after the URL. like :-
www.yourtargetsite.com/admin
www.yourtargetsite.com/administrator
www.yourtargetsite.com/login
www.yourtargetsite.com/wp-login.php
www.yourtargetsite.com/admin.php
www.yourtargetsite.com/wp-admin
Today i am going to show you Most used methods to find a website admin login page.
1. Using Perl Script :-
Perl, sometimes referred to as Practical Extraction and Reporting Language, is an interpreted programming language with a huge number of uses, libraries and resources. Arguably one of the most discussed and used languages on the internet, it is often referred to as the swiss army knife, or duct tape, of the web.
To run Perl application, First you have to install Active Perl on your PC. Download and Install it.
Then navigate to http://pastebin.com/WWZszURW and download the code from there.