Have you ever tried to hack a website? What if you get a username or password for a website that you try to hack? If you succeed in website hacking, you have to find the admin panel (also known as the admin login panel) to access the data of the hacked website.
This article will demonstrate how you can access the Admin Panel for your website. We can use the Cangibrina tool to find out the admin panel. Termux and Kali users can use Cangibrina for the admin panel finder.
See More:
Find Admin Panel using Google Dorks
How to Find the Admin Panel of the Website?
Download the Termux application and enter the below commands.
- apt update && apt upgrade
- pkg install git
- pkg install python
- pkg install python2
- pkg install php
- pkg install ruby toilet
- git clone https://github.com/fnk0c/cangibrina.git
- cd cangibrina
- pip2 install -r requirements.txt
- python2 cangibrina.py
There are lots of admin panel finder tools. Cangibrina is one of them.
I hope you like the post. Ask your queries in the comment section.