Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
[help]Finding cpanel on a apache tom-cat web-server?
  • mandi
    Posts: 207
    I am trying to find admin cpanel login page on a apache tom-cat web-server

    i used a basic tool like haviji and tried to find the cpanel,i also used crawlers ,but couldn't figure out where the log-in page would be..

    can any please give me some inputs for finding the cpanel on the web-server?

    hope i will find some help here...
  • m0rph
    Posts: 332
    try port 2082, also try different subdomains, for example:

    http://admin.site.com
    http://login.site.com
    http://panel.site.com
    while( !(succeed = try() ) );
  • Xin
    Posts: 3,251
    Try 10000 its default webmin port also do a whois to find the host, some admin panels are off site.
    Xin
  • mandi
    Posts: 207

    Try 10000 its default webmin port also do a whois to find the host, some admin panels are off site


    uhh yes,may be they have their admin panel hosted on another ip,is there a way to find that?
    and yes i remember hf cpanel is hosted on this webmin port with https support :)
    may be a simple port scanner can solve my problem?
  • Sh3llc0d3
    Posts: 1,910
    nmap scan for all ports (try "nmap -sT -sV -p1-65535 <TARGET>")... if you see 10000 with ssl/https support then it's webmin with default configuration.