Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

OpenFire AdminFinder

OpenFire AdminFinder is a small Perl utility I wrote in 2013 during my information-security and ethical-hacking years. It sends requests to a list of common administrative paths for ASP, CFM, PHP, and Java sites, then looks for login-form language in the responses.

Status

Historical and unmaintained. This repository is preserved as part of my early public work, not recommended as a modern security-assessment tool.

AdminFinder discovers likely login paths. It does not bypass authentication, exploit a target, or establish that a page is vulnerable. Results can contain false positives and should be checked manually.

Responsible use

Run this only against systems you own or have explicit permission to test. Path discovery still creates network traffic and can trigger security controls. You are responsible for following the law and the rules of the system being assessed.

Requirements

  • Perl
  • HTTP::Request
  • LWP::UserAgent

Run

perl AdminFinder.pl

The script prompts for a target and the site type (asp, cfm, php, java, or any). It is old code and assumes http:// when no scheme is supplied.

License

GNU GPL v2 — see LICENSE.


Built during the OpenFire Technologies chapter of my career. For current work, see my GitHub profile.

About

A historical 2013 Perl utility that checks common administrative login paths across web stacks. Preserved from Neel's information-security years; unmaintained.

Topics

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages