Posts

Showing posts with the label linux

Browse anonymously with Tor

Anonymity is cool and necessary when you want to hide your identity on the web, especially for hackers. Well, this is a simple tool for hackers to make Firefox and Ubuntu Anonymous. To install Tor just download it via apt-get on ubuntu (debian)- just type- sudo apt-get install tor When installed also install "vidalia". This tool manages tor and is GUI. sudo apt-get install vidalia Now open vidalia by typing sudo vidalia Turn tor on, now you can use this to anonymous connection. But still this won't make the browsers anonymous for this download a small plugin for firefox. Just click here to install tor in Firefox (tor not available for other browsers)- https://www.torproject.org/dist/torbutton/torbutton-current.xpi or go here - https://www.torproject.org/torbutton/index.html.en Then after the plugin you will see a "red" icon next to address bar. Just click it and "toggle" mode. The icon will become green, now again check your IP in the browser. Hack it ...

Start networking in BackTrack 4

So you have installed BackTrack 4 and are ready for hacking, but you can't connect to the internet. Well, Backtrack won't start the networking automatically to maintain stealth boot. So, to initiate networking and enabling internet enter the following command: root@bt:~# /etc/init.d/networking start This command will start networking/internet in backtrack. have fun :-)

Fasttrack - an automated penetration tool for linux

Fast-Track is a python based open-source project aimed at helping Penetration Testers in an effort to identify, exploit, and further penetrate a network. Fast-Track was originally conceived when a h4cker was on a penetration test and found that there was generally a lack of tools or automation in certain attacks that were normally extremely advanced and time consuming. In an effort to reproduce some advanced attacks and propagate it down , he ended up writing Fast-Track for the public. Many of the issues Fast-Track exploits are due to improper sanitizing of client-side data within web applications, patch management, or lack of hardening techniques. All of these are relatively simple to fix if you know what to look for, but as penetration testers are extremely common findings for us. Fast-Track arms the penetration tester with advanced attacks that in most cases have never been performed before. Sit back relax, crank open a can of jolt cola and enjoy the ride. Installing Fast-Track: mak...

Installing John The ripper on Linux machine

John the ripper is undoubtedly one of the best password cracking tool. People have been experiencing some problems with installing it. So here we bring out a tutorial on how to install the famous password cracker on a Linux machine. This is the method to install and use john the ripper in fedora/ubuntu (and many other linux as well).. 1) Download john the ripper software http://www.ziddu.com/download/6365223/jo...ar.gz.html 2) Extract it and then copy the text from http://www.openwall.com/lists/john-users/2009/09/02/3 3) Save the copy text in john folder with john.patch. 4) Open terminal and go to john folder cd Desktop/john-1.7.3.1 5) Now we have to patch our john software with following command patch -Np1 -i john.patch 6) go to src folder cd src 7) run this command make linux-x86-sse2 8) cd .. and goto run folder cd run. 9) Run this commmand ./unshadow /etc/passwd /etc/shadow > filename 10) Finally run this command to crack password ./john filename and here you have the ripper run...

Installing nessus on ubuntu

Image
Installing nessus on an Ubuntu or any other Linux machine can be a difficult task. So here we bring out a tutorial to ease you out to simplify the task of installing Nessus server. Here we have shown the installation on Ubuntu machine this could be used on nay other debian of linux as well. The totorial starts here- Download Nessus Nessus-4.0.1-ubuntu810_amd64.deb for Ubuntu 9.04 from http://www.nessus.org. dpkg -i Nessus-4.0.1-ubuntu810_amd64.deb Selecting previously deselected package nessus. (Reading database … 128086 files and directories currently installed.) Unpacking nessus (from Nessus-4.0.1-ubuntu810_amd64.deb) … Setting up nessus (4.0.1) … nessusd (Nessus) 4.0.1. for Linux (C) 1998 – 2009 Tenable Network Security, Inc. – Please run /opt/nessus/sbin/nessus-adduser to add a user – Register your Nessus scanner at http://www.nessus.org/register/ to obtain all the newest plugins – You can start nessusd by typing /etc/init.d/nessusd start root@testserver:~# /opt/nessus/sbin/nessus-...

The top 10 password breakers/crakers

The best password crackers. The list made from all password brealkers from all over the globe including versions from unix and widnows as well. 1. Cain and Abel : The top password recovery tool for Windows UNIX users often smugly assert that the best free security tools support their platform first, and Windows ports are often an afterthought. They are usually right, but Cain & Abel is a glaring exception. This Windows-only password recovery tool handles an enormous variety of tasks. It can recover passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, revealing password boxes, uncovering cached passwords and analyzing routing protocols 2. John the Ripper : A powerful, flexible, and fast multi-platform password hash cracker John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting diff...

WiFi Slax : a Linux made for wireless hacking

Ever tried dowloading those drivers(madwifi), or installing so many software on a linux for wireless testing and penetration. Now you won't have to sweat it out. Wifi Slax 's team does it for you. WifiSlax is a type of Slax OS made exclusively for wireless hacking. It comes with a bunch of wireless tools preloaded into it. These include Aircrack, Airsnort, kismet, madwifi drivers and many more... When we tried using one of those we came to know that the distro is made in spain and thus all of its content was in Spanish but to no worries we translated that and the language of Linux is same all over so it proved to be no big problem. Know more about Slax linux . Get wifi slax here- wifislax.com Google translated to english version Download page- http://www.wifislax.com/descargas.php

Hacking a WEP key with airodump on Ubuntu

Image
WEP key can easily be cracked with a simple combination of tools on Linux machine. The WEP cracking is made easier by the flaws in the design of the WEP encryption that makes it so vulnerable. These tools are already inbuilt in the Backtrack linux about which I posted recently. But you can install these hacking tools separately as well on any linux distro. These steps are made for an Ubuntu machine and uses Debian version which is the format for Ubuntu. Specific version for each each hack tool are available for almost all leading linux versions. The hack starts- Install aircrack-ng – on Debian Etch by: sudo apt-get install aircrack-ng Then start aircrack-ng to look for wireless networks: sudo airodump-ng eth1 Then notice the channel number of the wireless network you want to crack. Quit aircrack-ng and start it again with med specific channel number to collect packages faster: sudo airodump-ng -c 4 -w dump eth1 Then wait and let it collect about 500K IVS and the try the do the act...

Backtrack : The linux distro made for and by hackers

Image
Linux is obviously te best tool to try your hacking skills, as it is robust, made by hackers, gives you all tools for free and let you do what you want to do with it.To start your hacking stuff you need to get a lot of tools and you might be stuck when some tool starts creating error and you wish that your system had all these prehandedly. Here Backtrack comes in the scenario. Backtrack linux is just what every hacker dreams of, a full system preloaded with every tool you would have ever wished for. It haws almost every tool ever invented for hackers to lay there hands on. BackTrack is intended for all audiences from the most savvy security professionals to early newcomers to the information security field. BackTrack promotes a quick and easy way to find and update the largest database of security tools collection to-date. Our community of users range from skilled penetration testers in the information security field, government entities, information technology, security enthusiasts, a...

Wireless Hacking tutorial using Backtrack

Wireless Hacking with backtrack 3 is easy to do , in this article I’d like to guide you in Wireless hacking with backtrack 3. This tutorial is made based on some requests by my subscribers , they’ve been familiar enough with Backtrack 3 , that’s why I made this Wireless Hacking with backtrack 3 tutorial. In order to start the wireless hacking , you need to make sure that you have met these requirements :   - Backtrack 3 or newer release - 1 wireless router - Laptop with wireless card And let the hack begins : In order to crack a WEP key you must have a large number of encrypted packets to work with. This is an unavoidable requirement if you wish to be successful. The best way to get a large number of packets is to perform an ARP request re injection attack (otherwise known as attack -3). In order to do this attack and get results there must be a client already authenticated with the AP, aor connecting to the AP. **********************************************************************...

Linux Mint 6 RC1 Released

Clement Lefebvre announced a few hours ago, on the Linux Mint blog, the immediate availability of the first release candidate of Linux Mint 6 x64 Edition. This edition is based and the same is the case with the main edition of Linux Mint 6 (Felicia) , only that it is addressed to 64-bit users (Intel Core 2 Quad, Intel Core 2 Duo, AMD Athlon X2 64 and all the x86-64 compliant processors). However, there are a couple of differences: Java is using OpenJDK instead of the Sun version, and the OpenOffice.org-base package is absent. Testing for this first release candidate will last for two weeks, and users are urged to report bugs to the Linux Mint 6 x64 bug thread Highlights of Linux Mint 6: · mint4win allows you to install Linux Mint from the Microsoft Windows operating system; · mintInstall 5 with a new offline interface, software versions information and support for multiple portals; · mintUpdate 3 with a revamped GUI, proxy support, updates history; · mintUpload 2 with support for FTP t...

Super Ubuntu- the greatest linux got even better..

Image
Super Ubuntu the ultimate version of Ubuntu, the world's one of the leading Linux OS . They call it Super Ubuntu as they gave some extra super features to Ubuntu.These super powers given to ubuntu include all new added tools, applications and stuff preiously missing from it. It includes the powerful Open Office with Microsoft 2007 formats , mplayer the best linux player so far... and much more... Super Ubuntu 2008.11 was also injected with all the multimedia codecs, Java technology, Adobe's Flash player 10, PulseAudio, Compiz Fusion and UFW graphical user interfaces, better wireless network support and many other useful applications, such as Ubuntu Tweak, StartUp-Manager or Furius ISO Mount. Last but not least, Super Ubuntu 2008.11 includes extra software repositories from Medibuntu, OpenOffice.org 3, Opera, Playdeb, Ubuntu Tweak,Wine and Remastersys. Know mo...