Simple way to find all login pages on website

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Simple way to find all login pages on website

Post by hpprinter100 »

By using google you can find the login page with googles site:

just use

Code: Select all

site:thesiteuwantlogin.com login 

:twisted:

Prob old but meh i found it cool xD

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

search the downloads for "goolag", you will surely like it...^^
Image

User avatar
Radar_mX
suck-o-fied!
suck-o-fied!
Posts: 82
Joined: 03 Feb 2008, 17:00
16

Post by Radar_mX »

there are a lot perl scripts and a tool called Admin Login Finder and other tools you can find on the internet
[img]http://img641.imageshack.us/img641/9384/hak.png[/img]
"hacking isn't just a hobby, it is a way of life."

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Post by hpprinter100 »

yeah php ones are good, u can test to see how easy your own admin page is to find =D

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

security through obscurity is not security at all.

User avatar
Lyecdevf
cyber Idi Amin
cyber Idi Amin
Posts: 1222
Joined: 16 Mar 2006, 17:00
18
Location: In between life and death.
Contact:

Post by Lyecdevf »

A while ago I tried to login to flyninja but could not find the login page. I was not quite sure what to do. It is odd how I have been here learning the script kiddie ways but when I wanted to do some thing simple like find a login page I froze. This was a friend right! We do not do things like that... Any way B_B helped me out and I was like, "man why did not I look up on google the default login page for php sites." Thanks man you are a great help. Thanks for the google dork. I am sure it is going to come in handy one day. :wink:
We will either find a way, or make one.
- Hannibal

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Post by hpprinter100 »

you can also find some interesting bits about a site if it has a robots.txt on it even suck-o has something interesting

Code: Select all

User-agent: *
Disallow: /images/
Disallow: /admin.php


User-agent: BackDoorBot/1.0
Disallow: /

robots.txt tells the search robots like googles crawlers not to vists suck-o admin.php.

But is also tells the hacker that there is an admin.php.

User avatar
n3rd
Staff Member
Staff Member
Posts: 1474
Joined: 15 Nov 2005, 17:00
18
Location: my own perfect world in ma head :)
Contact:

Post by n3rd »

I have to say though that its the biggest downside of standard CMS's that are out there.

I have no idea on how to hide my login for wordpress for instance.
[img]http://img580.imageshack.us/img580/8009/userbar2k.png[/img]

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

n3rd wrote:I have to say though that its the biggest downside of standard CMS's that are out there.

I have no idea on how to hide my login for wordpress for instance.
Well, I think you can use mod_rewrite in Apache for that, and there's most likely some module for it in WP.

Or just remove it : D
"The best place to hide a tree, is in a forest"

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Post by hpprinter100 »

If you use opensource software you usally have to honour the owner. You can hide the footer tags but they usally put stuff in the metatag. So just view souce and have a poke around :roll:

Post Reply