OKadminFinder is an Apache2 Licensed utility, rewritten in Python 3.x, for admins/pentesters who want to find [Admin panel - Directories - Subdomains] of a website. There are many other tools but not as effective and secure. Yeah, Okadminfinder has the the ability to use tor and hide your identity
-
-
❯ sudo apt install tor ❯ sudo service tor start
-
download tor windows expert bundle
-
-
-
# Install ❯ pip install okadminfinder # Update ❯ pip install --upgrade okadminfinder # Remove ❯ pip uninstall okadminfinder # Usage ❯ okadminfinder -h
-
# Download and Usage ❯ git clone https://github.com/mIcHyAmRaNe/okadminfinder.git ❯ cd okadminfinder ❯ pip3 install -r requirements.txt ❯ chmod +x okadminfinder.py ❯ ./okadminfinder.py -h
-
- Multiplatforms
(Windows/Linux/MacOS)
- Easy to install, update and even remove
- More than 1000 potential admin panels
- Ability to find subdomains (equivalent to fuzz.URL)
- Custom wordlist (e.g: /usr/share/wordlist/sub-domains.txt)
- Console works with params, like:
❯ okadminfinder -u https://example.com --proxy 127.0.0.1:8080
- Random-Agents
- HTTP/HTTPS Proxies
- Socks4/5 & Tor
- Debug mode
-
# Install Poetry curl -sSL https://install.python-poetry.org | python3 - # Clone the repo git clone https://github.com/mIcHyAmRaNe/okadminfinder.git # Build the project poetry build # Publish the package poetry publish
-
# Install Poetry curl -sSL https://install.python-poetry.org | python3 - # Install buid requirements sudo apt install debhelper dh-python python3-setuptools python3-all pybuild-plugin-pyproject # Clone the repo git clone https://github.com/mIcHyAmRaNe/okadminfinder.git # Create the source tarball tar czf okadminfinder_{version}.orig.tar.gz okadminfinder # Get inside the project folder cd okadminfinder # Build the deb package dpkg-buildpackage -rfakeroot -uc -us # Notes: # Steps from Python to Debian. # Install Stdeb pip install stdeb # Debianize Python package creating debian folder python3 setup.py --command-packages=stdeb.command debianize # we edit rules, control files, we create changelog, man pages... # Build deb package dpkg-buildpackage -rfakeroot -uc -us # before building a new version, make sure to clean it first
## Youtube videos
- [okadminfinder : PyPi version](https://youtu.be/5C9aOinwKAs/)
- [okadminfinder : admin page finder](https://youtu.be/DluCL4aA9UU/)
- [okadminfinder3 : admin page finder (update)](https://youtu.be/iJg4NJT5qkY/)
- [admin panel finder Kali Linux 2018.3](https://youtu.be/kY9KeDqY5QQ)
## Most Blogs that shared okadminfinder
- [kitploit.com](https://www.kitploit.com/2019/04/okadminfinder3-admin-panel-finder-admin.html)
- [securityonline.info](https://securityonline.info/admin-login-page-finder/)
- [prodefence.org](https://www.prodefence.org/okadminfinder3-admin-login-page-finder/)
- [kalilinuxtutorials.com](https://kalilinuxtutorials.com/okadminfinder-admin-panel/)
- [onehack.us](https://onehack.us/t/how-to-find-website-admin-panel-using-okadminfinder-tool-easy-method/64840)
- [the-realworld.org](https://the-realworld.org/okadminfinder-finder-du-panneau-dadministration-finder-admin-page-finder)
- [crackitdown.com](https://www.crackitdown.com/2019/12/find-admin-panel-using-OkadminFinder.html)
- [securitynewspaper.com](https://www.securitynewspaper.com/2020/01/02/find-hidden-admin-page-of-any-website/)