By Pisyek on November 25, 2011 |
3 Replies | Tags: authentication, codeigniter, security
Although Codeigniter 2.1 was released few days ago, it still does not has a native authentication library (or maybe never). Are you searching for an authentication library for Codeigniter? Here, I would like to suggest several libraries which can make your life easier. Why do you want to create a new library or code the authentication system by yourself if there is a superb one? On top of that, it is free!

Below are 5 best authentication libraries for CodeIgniter (from my observation). You can give them a try! Most of them are compatible with CodeIgniter 2.1 (I guess, hehehe
). However, please keep in mind that each library maybe offers different features. Hence, the security features can be varies.
Read the rest of this entry »
By Pisyek on October 30, 2011 |
6 Replies | Tags: how to, joomla, security, tutorial, ubuntu
*Disclaimer: For education purpose only. Use at your own risk.*

Few days ago, Ahlspiess from TBD.My forum has released a script which is able to find any security holes that lies in a Joomla! based website. From the feedback in the forum or blogs, I can see most of them do not know how to use the script. (or maybe they just pretending don’t know
)
To all skiddies, please pay full attention here!
Level: Beginner
Estimate time to finish: 5 minutes
Read the rest of this entry »
By Pisyek on October 15, 2011 |
Leave a reply | Tags: backtrack, how to, security, ubuntu
Most command in the BackTrack 5 are same as Ubuntu or other common Linux I guess. So in this article, I would like to share some of the commands that are important in managing BackTrack’s users. If you are looking for how to add non-root or normal user in BackTrack, I already posted the tutorial in last few weeks.

How to login as other user in terminal
Open up your terminal. Then write the code as below:
su - <username>
Read the rest of this entry »
By Pisyek on September 23, 2011 |
3 Replies | Tags: backtrack, how to, security
Did you happen to know how to add or create new user in BackTrack 5 and why you have to do that? The ultimate reason of creating new user with lesser privileges than root is because of security concern.

With default installation of BackTrack 5 R1, you will find there is only one user created in the operating system; root (or SuperUser). It is very dangerous for us to run as root because root has full privileges in the operating system.
Read the rest of this entry »
By Pisyek on September 21, 2011 |
1 Reply | Tags: backtrack, security, ubuntu
Did you had ever heard about BackTrack? BackTrack is one of the linux distro based on ubuntu which is dedicated to digital forensics and penetration testing use. The latest version of BackTrack is BackTrack 5 R1.

BackTrack provides users with easy access to a comprehensive and large collection of security-related tools ranging from port scanners to password crackers. Support for Live CD and Live USB functionality allows users to boot BackTrack directly from portable media without requiring installation, though permanent installation to hard disk is also an option.
Other than that, the new BackTrack 5 R1 also comes with several flavours and architectures. You can download it either in GNOME or KDE, in 32/64 bit. You also can download it via torrent if you want.
Read the rest of this entry »