This article will guide you how to install John The Ripper Tool(Password Cracker) in your ubuntu or Any other Linux and Unix Based System. Requirements: 1. John The Ripper: Download the Latest and Free Version from here: http://www.openwall.com/john/ It will be in tar.gz format, namely john-1.7.7.tar.gz 2. GCC: GCC should be installed in your system. […]
Category: Linux hacking
How to change the localhost name in ubuntu Linux?
In my previous post, i have explain how to change the localhost in windows operating systems. This post is especially for ubuntu users. Requirements:apache server should be installed. Open the Terminal type this command and press enter sudo gedit /etc/hosts hosts will be opened in notepad.you can find this line : 127.0.0.1 localhost.localdomain localhost Just […]
Command Line SMS Bomber for linux users
This Post is writtern By disk0A friend and I wrote this command line SMS bomber in Bash. It allows you to set the message you want to send, the phone number to send it to, the carrier of the phone (which can be found at http://www.fonefinder.net), and the delay between messages. You’ll need to install […]