Home » Archive

Articles tagged with: admin

BlackHat »

[2 Dec 2010 | No Comment | ]

I found this while surfing. Very useful
I can see that many of you is unable or don’t know how to find the admin login page for the control panel of a website so i though about writing a little tutorial about the method i use to find admins login pages.
First of all here are the tools you will need to do the job:
Download perl
After that download the admin finder:
Download
Ok now the real work start:
Install the perl tool on your PC. It take few minutes because there lots …

Password Recovery, PHP Hacking »

[4 Nov 2009 | No Comment | ]

Fortunately resetting the WordPress administrator password is very easy through phpMyAdmin. phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL using your web browser. If you don’t have one, I’d suggest you to ask your server administrator to install one.
Once you’re logged in to phpMyAdmin, you need to make sure you’re editing the WordPress database that you’re supposed to. The list of database should appear on the left pane. Click on it to select the database.
Once you’ve done that, click on wp_users on …

Linux Unix Hacking »

[27 Sep 2009 | 2 Comments | ]

Today’s tip is on performing and automating simple Linux administration tasks from a Windows workstation over SSH… Creating backups, restarting services, rebooting machines, and basically any other simple administrative task can be accomplished securely from the command line in Windows, or from a desktop shortcut…
To accomplish these tasks, we’ll be using plink which is a free command line SSH client from the developers of PuTTY… plink allows you to create SSH connections from the command line, very similar to the way you would use the ssh client on a Linux …