Archive

Archive for April, 2009

Cpanel password cracker

April 28th, 2009

Hi , the tutorial clip around cracking the passwords of cPanel has recently been published , the method is mainly focused on trying different passwords within a user name ( brute force ) . you might ask me about the protection installed in cPanels that commonly controls authentication against brute force attacks Read more…

Bypassing, Hacking, PHP , , , , , ,

Mysql injection [1]

April 26th, 2009

Today my words are linked to my previous publications around MySQL injection attack , I examine the structure of URL used to attack .  as known each database has exclusive language ( query ) and the developing coding language handling dynamic queries makes no difference … Read more…

Bypassing, Mysql injection, PHP, Security , , , , , , , , , , , ,

/etc/passwd file

April 9th, 2009

In the previous publication I had pointed to the passwd file , a few days ago , I saw a person discussing about secluding the users from the binary file indicated . you might know the structure of passwd file :

AAAAAA:x:1156:1156::/home/AAAA:/usr/local/cpanel/bin/noshell
BBBBBB:x:1157:1157::/home/BBBB:/usr/local/cpanel/bin/noshell
CCCCCC:x:1158:1158::/home/CCCC:/usr/local/cpanel/bin/noshell

Read more…

PHP , , ,