Skip to content

Simultaneously and automatically search the website administration panel

Notifications You must be signed in to change notification settings

SimulatedRealitySoft/WebsiteAdminFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Admin Finder

License

Website Admin Finder allows you to audit the security of websites in search of administration panels automatically.

License Pull requests MinSdk Latest tag Permissions

README Translation

About

Website Admin Finder It's a lightweight application for Android that allows you to audit the security of websites in search of the admin panel automatically. It relies on brute force requests to find the panel.

I didn't find a similar application or software, I needed to have this type of tools within my reach, so I thought about developing it, and why not, making it public, free and open source.

Characteristics

  • light: It doesn't use too many resources and avoided using too many vectors to conserve size and improve performance.

  • Multiple scan: you can import your own wordlist of websites to scan more than one site at a time.

  • Real time log: Shows a log in real time to notify you that you have found a website.

  • Background service: You don't want to have the application in the foreground or wait? No problem; With notifications you will be notified of the results.

  • Persistence: Did you forget which website you scaned or which administration panels you could find? Don't worry, the application keeps a record of the log and the positive results as well.

  • Exact time: If you need to know the exact time of each request, the application can save the exact hour, minutes, seconds and even milliseconds.

Screenshots

Create WorldList

To scan multiple sites at the same time, you can create a WorldList that contains the url of the websites you want to scan. The "syntax" is simple, first create a txt file in storage, open it with any text editor and just make sure to stack the links on top of each other.

A simple example would be:

WordList.txt

https://example1.com https://example2.net https://ejemplo.xyz

Attention

Notice that the speed of the analysis will not be based on the programming logic of the application. 40% is based on your internet speeds and 60% is based on the website's servers. As far as I know, there is nothing that we can do with that.

Credits

Developed by Diego Calveyra.
2023.

Contact

You can contact me at [email protected]. Feel free to send your questions, suggestions or related topics. I will be happy to answer all kinds of messages. Please know that I will ignore vulgar, harmful or hateful messages.

message to unknown

I never understood why.

Downloads

At the moment you can download the compiled and signed project (APK) from here.

Get it on GitHub

Slideme

Licence

Website Admin Finder (c) 2023 Diego Calveyra

This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this app. If not, see https://www.gnu.org/licenses/.

About

Simultaneously and automatically search the website administration panel

Resources

Stars

Watchers

Forks

Packages

No packages published