Wednesday, 30 April 2014

How To Install Firefox 29 in Ubuntu

How To Install Firefox 29 In Ubuntu-


It is very easy to install Firefox 29 in Ubuntu, just open a new terminal (CTRL+ALT+T) and run the following commands shown in each step.

Step 1. Add the Official PPA provided by Mozilla Security Team

sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
 
Step 2. Update The Repository

sudo apt-get update

Step 3. Then Upgrade.
 
sudo apt-get upgrade
 

How To Install Firefox 29 In Your Linux Distribution-

 

Step 1: Download Firefox 29.
Step 2: Extract firefox-16.0.2.tar.bz2 using following command.
 
tar -xjf firefox-16.0.2.tar.bz2 -C ~/Desktop

Step 3: Remove previously installed Firefox if any, using following command
 
sudo rm -r /opt/firefox

Step 4: Move the extracted Firefox directory from Desktop to /opt directory.
 
sudo mv ~/Desktop/firefox /opt/firefox

Step 5: Create Symbolic link.
Backup your old Firefox launcher.
 
sudo mv /usr/bin/firefox /usr/bin/firefox-old

Create symbolic link for new Firefox
 
sudo ln -s /opt/firefox/firefox /usr/bin/firefox

Step 6: Launch newly installed Firefox using following command
 
firefox

Once the installation of the Mozilla Firefox web browser has finished you can go to Applications, Internet and then Mozilla Firefox or if you are using the Unity desktop environment launch it from the Dashboard.
   After the Firefox web browser is opened you will be presented with a simple tour that will show you what is new in this version of Firefox like shown in the following screenshots.




Then you will see a redesigned, intuitive menu.






Enhanced by Zemanta

Mozilla Firefox 29 Is Available For Download

    Mozilla today officially launched Firefox 29 for Windows, Mac, Linux, and Android. This is a massive release: Firefox Sync has been revamped and is now powered by Firefox Accounts, there’s a new customization mode, and the company’s major user interface overhaul Australis has finally arrived.
Firefox 29 has been released over on Firefox.com and all existing users should be able to upgrade to it automatically.
 Mozilla Firefox 29 is available for download with a new user interface known as Australis and with many important changes and new features.
The Gamepad API is finally finalized and enabled and I am sure that gamers will be very happy to play web games with a gamepad. The Gamepad API is designed to be very simple and to work with the traditional gamepad controllers, however it is difficult to support every device.
What are some other new things in this release of Firefox? Firefox 29 has many other new features such as a redesigned and improved customization mode, an interactive on boarding tour to guide users through new interface changes and the ability to set up Firefox Sync by creating a Firefox account.
There are also two known unresolved issues: Text Rendering Issues on Windows 7 with Platform Update KB2670838 (MSIE 10 Prerequisite) or on Windows 8.1 has a workaround and Without affecting security, after restoring your session, Extended Validation Certificates might not display.
The following is the full list of changes and developer features in this version of Firefox:
 
Here’s the full changelog for Firefox 29:
  • New: Significant new customization mode makes it easy to personalize your Web experience to access the features you use the most (learn more).
  • New: A new, easy to access menu sits in the right hand corner of Firefox and includes popular browser controls.
  • New: Sleek new tabs provide an overall smoother look and fade into the background when not active.
  • New: An interactive onboarding tour to guide users through the new Firefox changes.
  • New: The ability to set up Firefox Sync by creating a Firefox account (learn more).
  • New: Gamepad API finalized and enabled (learn more).
  • New: Malay [ma] locale added.
  • Changed: Clicking on a W3C Web Notification will switch to the originating tab.
  • Developer: ‘box-sizing’ (dropping the -moz- prefix) implemented (learn more).
  • Developer: Console object available in Web Workers (learn more).
  • Developer: Promises enabled by default (learn more).
  • Developer: SharedWorker enabled by default.
  • Developer: input type=”number” implemented and enabled.
  • Developer: input type=”color” implemented and enabled.
  • Developer: Enabled ECMAScript Internationalization API.
  • Developer: Add-on bar has been removed, content moved to navigation bar.
Jonathan Nightingale, Mozilla’s Vice President of Firefox, told TNW that users found Sync really difficult to set up. Mozilla has also made it easier to discover, since many didn’t know it even existed, the VP admitted.
You can try the new Firefox Sync by simply creating an account: all four platforms support it. According to Mozilla, the revamped feature “makes it even easier to setup and add multiple devices.”
Mozilla announced the new Accounts and Sync back in February. Firefox Accounts, which is part of Firefox OS as well, lets users keep track of their login credentials for various services, as well as their bookmarks, history, and any open tabs.
Firefox Sync, the service that actually lets you take your bookmarks, tabs, and personal information with you to another device, is now more secure. More specifically, Mozilla underlines three improvements:
  • Client side key stretching: a technique that protects against man-in-the-middle attacks, even when SSL credentials are compromised.
  • End-to-end encryption: even if Mozilla’s servers are compromised, it is extremely difficult to access a user’s data.
  • Public key cryptography and the BrowserID protocol: Separation between authentication, authorization, and data storage servers to minimize the number of servers that handle authentication material, and thus reducing our attack surface.
 Mozilla has also removed a few things from the main toolbar. The act of bookmarking and management has been combined. The download manager now only shows up if you’ve downloaded a file recently. The same goes for the forward button: it only shows up if it might be needed, which is naturally much less frequently than the back button.
         Customization is now “front and center” in Firefox: the second you exit customization mode, everything stays exactly where you put it. While the feature is very straightforward to use, Nightingale said it “took the most engineering and design time” than any other feature.
Last but certainly not least, is Australis. All the aforementioned customization is being done in what Mozilla calls “the most carefully designed browser interface on the planet.” Nightingale says “the look of the entire UI has changed” as the company has spent quite a lot of time making it “more beautiful” and making sure information is present in a cleaner way.
The company says Firefox’s overall look and feel now focuses more on your Web content, particularly thanks to the new tab structure. Tabs have a “more fluid and streamlined shape,” are positioned higher up in the browser, and those that are not in use have been visually de-emphasized.
As part of the redesign, there’s a new menu panel that includes all of your browser controls, features, and add-ons in one place. You can find familiar tools like copy/paste, print, full page, save, and so on, but there’s also a permanent section for Firefox add-ons, so this is where you can find them all after the download is complete. Nightingale told that the single menu not only makes using Firefox simpler, but it actually brings the browser closer to a mobile UI, which helps the team develop the app across platforms.

For Linux Users....

Check this link for help regarding How To Install Firefox 29 In linux

Top 10 Websites To Learn Coding Interactively

     If you are keen on taking the programming path, you don't really need to go to universities to learn how to code and program. Now anyone and everyone can master programming languages easily and this list of websites could definitely help. Presenting to you 10 interactive websites to help you learn coding..!!!!
   
1. Codecademy

Thanks to its helpful interface and well-structured courses, Codecademy is indisputably the most famous website to teach you to code interactively. You can make your pick amongst Web Fundamentals, PHP, JavaScript, jQuery, Python, Ruby and APIs.

Every lesson carries a panel which can explain the necessary code and instruction. Another panel lets you to try your hands on coding by writing acceptable code, then checking if you are doing the right thing. Don’t worry if you are making errors, as both instruction and code panels will warn you of errors, and provide hints.

2. Code Avengers

Take our words, Code Avengers is designed to make you fall in love with programming. Although, as of now it only offers HTML5, CSS3 and JavaScript courses, but every single course here is carefully designed to truly entertain you and level up your programming skills. It's almost like playing a game and the end of each lesson you literally get to play a mini game to release the stress that you have cumulated during the lesson.

You can also play with the code and immediately see how the changes impact. It carefully takes care of a beginner’s comfort.

3. Code School

After you finished courses in Codecademy or Code Avengers, and you are ready to step further, Code School is the right place to be at. Unlike other interactive learning sites, Code School provides you with more in-depth courses to help you expertise.

Overall, the courses are categorized into 4 main streams i.e. Ruby, JavaScript, HTML/CSS and iOS.

The courses are streamlined with excellent design and informative screencasts. And with the challenges provided after screencast, they provide hints and answers to help you try and learn.

Most of the offered courses are free, some of them will require you to spend $25/month to access the entire course including all screencasts and challenges, and also all other courses in Code School.

4. Treehouse

The courses at Treehouse are more project-oriented than language-oriented. So if you are a novice programmer who have a planned purpose like creating a website, or an application. This is the way to go.

For example, the Websites course is all about building a responsive website, interactive website or even WordPress theme – a very practical and efficient way to master related languages.

The courses at Treehouse are divided into different stages or modules, and after every first stage the learner will be invited to pay a monthly subscription fee of $25 to access all courses with 650+ videos, and an exclusive Treehouse Members Forum as a bonus.

Also if you are serious about your programming future, you could subscribe the $49 monthly plan to obtain in-depth interviews with leading industry pros and cutting-edge workshops.

5. LearnStreet

If you are someone who would rather go for cold hard codes instead of fancy playful designs, LearnStreet is your thing.

Currently the website offers JavaScript, Python and Ruby courses at beginner level. All you need to do is to click on the ‘Start Course’ button and you will start the lesson with an exercise, a code interpreter and a glossary panel of new programming terms.

LearnStreet adopts command prompt-styled code interpreters with human language to explain function and encourage you whenever possible, the kind of command prompt you want for your own local machine.

It's indeed a friendly, enjoyable and free website.

6. Udacity

Udacity is the combination of insightful video lectures and improved quizzes to achieve the interactive feel for students. So if you are someone who don’t like to read and who would like to listen from industry professionals like Google employees, this website is for you!

The website provides screencast from pros discussing the topics and instructions, then you will take either logic or programming quizzes to strengthen your understanding on a particular skill.

The website is known for providing more videos than any other site, and the instructors are either real-life professors or industry veterans.

Although one drawback here is that most of the courses offered are not much related to each other. So we will not recommend Udacity as a starting point, but it is indeed a virtual university to further up your study.

7. CodeHS

Most of the websites above were majorly dedicated to web development and computer science, but here at CodeHS your will get simple and fun game programming lessons, which will involve lessons on problem solving, JavaScript, animation, data structures, game design and puzzle challenges.

CodeHS helps you to think and solve a problem like a programmer right from its first course. The lessons are fun as you will learn how to use the code to move the dog and puzzles like picking up ball and building a towel.

Although other than its first course mentioned above, one will be required to sign up first with $25 per month to continue your learning journey, but trust us the amount is worth it if you are willing to learn basic game programming effectively.

8. Khan Academy

The courses at Khan Academy might not be as structured as CodeHS, but it definitely serves as an open playground for both novice and amateurs who are interested in learning drawing, animation and user interaction with code. It does not take you forward on any programming language in particular, but the code pattern it adopts can be applied anywhere, as a majority of languages share the similar programming pattern.

You can join the first Programming Basics course to watch and learn basic concepts, then explore the given code after the video tutorial to validate your doubts. In Khan Academy, you can also save your modification as a Spin-Off for everyone to enjoy and customize. You can imagine the community size and the lesson’s effectiveness as there have been hundreds of spin-offs just from one lesson in one course.

9. Scratch 2.0

Your think CodeHS and Khan Academy were too hardcore? Nothing to worry, we have something easier for the aspiring programmer in you and it’s called Scratch. Previously an offline software that allowed kids to create, upload and share their projects proudly, Scratch is now fully online with its 2.0 successor.

Although it’s not all about programming but it is a good combination of visual blocks of commands that tell assigned objects how to behave, such as telling the cat to move 10 steps, or yell ‘meow’ when it touches the owner’s leg.

By using this visual programming method, a programmers will form a habit of breaking a problem into smaller blocks, and solve them one by one logically.

10. SQLZOO

Structured Query Language (SQL) is a language which was designed with the pure intention of storing and retrieve data from a database. So you think the experience of learning the language can be full of boredom? We bring SQLZOO, which will let you to learn SQL happily with its interactive interface and smileys.

Since nothing too deep is there to explain for a straightforward language like SQL, the site simply ask you to replace the variables like city names or population number, and raise the difficulty from that level.

Although one drawback that we could think here is the lack of hints, answers and forum which can leave someone probably doomed if they fail to solve any one of the quizzes.

Friday, 25 April 2014

10 Super Cool Linux Things To Do This Weekend..!!!!

Here are some super cool things you can do with your Linux system this weekend.......

1. Create Rocket

Yes, with OpenRocket you can create your own rocket on Linux! http://openrocket.sourceforge.net/

2. Create and edit your own movies

Using the below Linux apps, you can create and edit your own movies:

Openshot: http://www.openshot.org/download/
Kdenlive: http://www.kdenlive.org/downloading-and-installing-kdenlive
LiVES: http://lives.sourceforge.net/
Toon Loop: http://toonloop.com/?q=download

3. Inventorise your collection in a database


You can do this by first running a database server using MySQL and then connecting it to Calligra to create a visual overview of this databases.

MySQL: http://www.mysql.com/http://www.mysql.com/
Calligra: http://www.calligra.org/get-calligra/

4. Do some star Gazing

Have a look at the stars with this astronomy and space simulation software called Celestia.

Celestia: http://www.shatters.net/celestia/download.html

5. Create PDFs directly from LibreOffice


Unlike other proprietary software, LibreOffice on Linux lets the users directly export their documents to PDFs

LibreOffice: http://www.libreoffice.org/download

6. Create your own cloud server

No kidding, you can create your own cloud servers using Own Cloud.

http://owncloud.org/

7. Do some Djing!

Be your own DJ or remix your music with Mixxx.

Mixxx: http://www.mixxx.org/download/

8. Create a robot

Create your own robots using Linux and an embedded board.

http://www.linuxpcrobot.org/

9. Organize, edit and share your pics

You can organise, edit and share your photographs on the social networking using these software:

F-Spot: http://f-spot.org/Download
Shotwell: http://www.yorba.org/projects/shotwell/install/
digiKam: http://www.digikam.org/download
Fotoxx: http://www.kornelix.com/fotoxx.html

10. Time for some 3D


Now create 3D models and renderings for movies, games or other things with Blender.  

Blender: http://www.blender.org/  


 

Top 12 Linux Distros And Their Usage

While many would argue that the list is not complete but I have tried to bring to you some of the key Linux distros. That's not it. This article also helps you determine the best distros that suits your need.




Let's analyse certain major Linux distros and their anticipated purpose:


1)Ubuntu:
Ubuntu was once considered as the standard Linux distribution for beginners, but due to Ubuntu Unity, that title no longer belongs to Ubuntu, but that doesn’t mean it is useless. Very soon, Ubuntu is likely to emerge with the first trustworthy Linux tablet

2)Linux Mint: This is the effective standard for beginners. Linux Mint introduced great and user friendly features in Ubuntu and enhanced GNOME 3- a combination that provided an incredible environment for beginners as well as old users of Linux.

3)Fedora: If you want an advanced version of Linux, go for Fedora. Even those, looking for pure take on GNOME 3, opt for Fedora.

4)Debian: Debian is for you, especially if you’re aiming at a good development environment. It's the distro Ubuntu was based upon and certainly a solid flavor of Linux. It’s easy to manage too due to its apt package management system.

5)Puppy Linux: This small Linux distro is used with a low-powered machine or address a specific purpose such as running VirtualBox virtual machines, network scanning, or hard disk rescue.

6)openSUSE: It’s a tough one with KDE and solid system admin tool. Opt for this one, if ytou are looking for multi-lingual support.



7)CentOS: If you are looking for the significant power of enterprise Linux but without paying for Red Hat Linux, you can go for CentOS. It can handle, mail servers, web servers, DNS, DHCP, and so on.

8)Red Hat Linux:
This is the distribution for enterprise and corporate environments. Not only this, this is the first Linux company that made a serious profit. With Red Hat Linux , you get good amount of support and some proprietary software to make the task of managing server/network/environment much easier.

9)Gentoo:
Gentoo is an OS that comprises several packages as Debian do. Though it doesn’t comes in pre-compiled type, but you need to compile every-time for every system. It is ideal for learning and to know internal working of a Linux OS.

10)Damn Vulnerable Linux:
Vulnerable Linux (DVL) is intentionally packed with broken, ill-configured, obsolete, and usable software that makes it susceptible to attacks. This is meant for training Linux Admins.

11)Arch Linux:
Arch is a systematic release OS, where one time installation is enough and you can upgrade a distro with a new version without going for fresh install. Arch is created to be kept simple from Developer’s point of view enables you to understand every detail of a Linux System.

12)Kali Linux:
Kali Linux is based on Debian and enables penetration testing. Recently released, its predecessor was Backtrack. Kali is available with various penetration tools, be it Wi-Fi or Database or any other tools. Kali makes use of APT for Package Management.

Monday, 21 April 2014

Top Racing Games for Android...

Top Racing Games for Android

            If you love playing racing games and are always eager to burn some rubber, here's the list for top racing games for Android phones and tablets.
Top 10 racing games for Android devices.If you just got an Android device, then you are bound to download  some games onto it and who doesn’t like racing games? Grinding metal, burning rubber, drifting, nitrous boosts, challenging race tracks and the exotic cars pump up your adrenaline rush. So I  have listed some of the best racing games available on the Google Play store for Android smartphones and tablets.

The following list of car racing games are the best pick from the Google Play store. The top rated and best  Android Games are only listed here. Lets start the Racing cars in your Android phone.

Real Racing 3


     With stunning graphics and car detailing, the game is THE title to have if you love gaming on your Android device. As all car racing games go, you progress and unlock new levels, races and of course new cars. It is really heavy on memory, so be sure you have enough space to store the game as well as powerful hardware for the best gameplay performance. The game has a number of licensed vehicles and it gives you a proper experience of a true racer. If you are a car and racing enthusiast, you should definitely give this game a go.
 Download


Asphalt 8: Airborne

One of the most popular games by Gameloft has been the Asphalt car racing series and the latest version of the game is available free on the Google Play store. Ashpalt 8: Airborne brings in a great racing experience where apart from the races; you need to perform high speed aerial stunts, knockdowns and drifting. The game has over 40 car models to choose from. There are also a number of tracks that one can scroll through and a career mode that has over 180 events in 8 seasons. You can also play multiplayer and also have a local race with your friends on Wi-Fi.  Download link



 GT Racing 2

 gt racing 2 android app


Another great looking racing game from Gameloft is GT Racing 2. The game truly tests your driving skills and you get to play over 1400 events including classic races, duels, knockouts and overtakes. You can choose exotic cars from Mercedes-Benz, Ferrari, Dodge, Nissan, Audi, Ford, and more. Just like Asphalt, the game comes with a multiplayer mode where you can compete with players from all over the world.
Download

Riptide GT 2

 

  Riptide, the famous speedboat racing game, now has a sequel with Riptide GT 2. The game features a single player career mode and online four-way multiplayer mode. The best part is that you can earn points to buy and upgrade your speedboats. The game involves you to perform stunts during the race. The career mode has about 30 races and various game modes like sprint for podium positions, hot lap, elimination and freestyle events.
 Download

 CSR racing

 csr racing android app

 A great racing game is CSR Racing which takes you to the urban streets of underground drag racing. The game is more of precision than steering and controlling your car. The game involves you to have a perfect start launch and timed gear shits to win the race. The game offers decent graphics and a nice lot of cars to choose from. The game was updated on March 6. This update added the ability to rearrange your garage, turbocharge your season, and buy a bigger gas tank.If you're looking for a racing game that truly captures the look and feel of your favorite real-world cars, this is your best bet. This game currently has a 4.5 rating on Google Play and is published by NaturalMotion Games.
You can tweak your cars with turbo chargers and nitrous boosters to make them faster and more agile.
 Download


 Angry Birds Go

 

 Bird slinging madness continues with Rovio’s latest addition to the famous Angry Birds game franchise. This time there is a twist as the new game now takes you on a racing track. Angry Birds Go is a downhill soapbox racing style game where you can play as the birds or the piggies to win the race. Every character has a special power which you can use during the race and you also get to upgrade your car to make it faster. It’s a fun game and is definitely a good break from all the previous Angry Birds games.
Download

 Re-Volt 2

 

http://technotrendz.org/wp-content/uploads/2014/01/How-to-download-and-install-RE-VOLT-2-for-PC.jpgAlways wanted to have a remote controlled car when you were a kid? Well then Re-Volt 2 takes you back to your childhood memories. This is a fun game which takes you the world of remote controlled car racing, which means that the cars that you steer are much smaller. There is a variety of car to select from including formula cars, sports cars, monster cars, and even trucks. The game has challenging race tracks and enables you to have some nice upgrades to your car which makes the racing experience even more fun. You can even play multiplayer or with your friends on a local Wi-Fi network.
Download

 Hill Climb Racing

 

This game is for the less serious gamer as the game only involves you to drive through hilly roads and gather power-ups and coins. There are no high end graphics but the game is quite addictive.  You get to play as Newton Bill, where you need to help him conquer the highest hills by driving through bumpy landscapes. You need to precise on your jumps and avoid getting flipped over.  You can also gain bonuses from doing tricks and collect coins to upgrade parts to your car including the engine, suspension, tires and 4WD.
Download


Turbo Racing League

 

 Turbo Racing League is based on Dreamworks Studio’s movie Turbo which is based on a character named Tito the snail who aspires to be racer (yes, ironic). The game involves you to create a racing snail and then swipe the snail around the track which is launched from a slingshot. The track has power boosts which make your snail gain pace and you need to gather the scattered tomatoes on the track which allows you to upgrade your snail.
Download



Beach Buggy Blitz

 

http://static.guim.co.uk/sys-images/Guardian/Pix/pictures/2012/9/13/1347548785208/beach-buggy-blitz.jpgBeach Buggy Blitz takes you on a wild ride where you can smash and crash obstacles and collect coins and power-ups like fire-spitting Boost, the coin-tastic Coin Bubble, and a Shield that lets you smash through anything. There are a number of characters and cars that can be unlocked and be further upgraded. The game does remind us of Mario Kart and features some good looking and challenging tracks.
Download



Speed Night Racing HD

 

Speed-night-racing-game--the-best-car-racing-Game-for-Android-users


  Speed night Racing HD is the most fun and challenging 3D racing game on your Android phone ever. Driving your car with crazy speed and enjoying the beautiful scenery. Super exciting racing unites with splendid urban night scene!

 Download




Road Warriors

 

Road Warriors- the best car racing Game for Android users Road Warrior is an addictive multiplayer combat racing game! Race against opponents and shoot them with your guns. Gain respect to race against bosses. Beat them and you will get their extremely tuned racing, killing machines!







http://alicia.mobile9.com/download/as/ios/04/61/461481850/screen6.jpg
Road Warrior is a super addicting combat racing game!
Race against opponents and destroy them with your guns. Accumulate victories to be able to race against the bosses. Beat them and you will get their cars!
+ Execute perfect flips to gain coins and nitro boosts.
+ Multiple car options from sedans to massive trucks!
+ Explore and discover multiple tracks. There are many paths within a single track. There's always a best strategy for each car!                           Download link                                                                                                                                     


Drag Racing




Drag Racing for Android is one of the hottest drag racing games out there. The gameplay in Drag Racing is simple — just race against another car in a straight line. Challenge your friends or race random opponents online. Race nine players at time and show off your skills in 1/4-mile, 1/2-mile and 1-mile races. Win a race and you can earn cash to upgrade your car. See how fast you can go in this addicting game.Drag Racing currently has a rating of 4.5, and was published by Creative Mobile Games.You can download Drag Racing Android app from the Google Play Store here.



Keep visiting our Facebook page for more stuff .You can also follow this blog on twitter to keep yourself updated on all the latest tricks and trends from the tech world....


Saturday, 12 April 2014

Backtrack on Android


How to Run Backtrack on Android

  In this post you will learn how to run the BackTrack 5 operating system on an Android based device. This method will run BackTrack inside Android. This method will work on most android phones and/or tablets.
  Backtrack on  Android

    

*Please Note* If you dont know what BackTrack is, dont attempt this... !!!!

Some basic info about Backtrack.....



        BackTrack provides users with easy access to a comprehensive and large collection of security-related tools ranging from port scanners to Security Audit. 
     The following is not an exhaustive list, but hopefully it will help people see some of the very cool new tools and programs added to Backtrack.
BackTrack includes many well known security tools including:

Identify Live Hosts:
  • dnmap – Distributed NMap
  • address6 (The Second “Alive6″ entry) – IPV6 address conversion
Information Gathering Analysis
  • Jigsaw – Grabs information about company employees
  • Uberharvest – E-mail harvester
  • sslcaudit – SSL Cert audit
  • VoIP honey – VoIP Honeypot
  • urlcrazy – Detects URL typos used in typo squatting, url hijacking, phishing
Web Crawlers:
  • Apache_users – Apache username enumerator
  • Deblaze – Performs enumeration & interrogation against Flash remote end points
Database Analysis
  • Tnscmd10g – Allows you to inject commands into Oracle
  • BBQSQL – Blind SQL injection toolkit
Bluetooth Analysis
  • Blueranger – Uses link quality to locate Bluetooth devices
Vulnerability Assesment
  • Lynis – Scans systems & software for security issues
  • DotDotPwn – Directory Traversal fuzzer
Exploitation Tools
  • Netgear-telnetable – Enables Telnet console on Netgear devices
  • Termineter – Smart Meter tester
  • Htexploit – Tool to bypass standard directory protection
  • Jboss-Autopwn – Deploys JSP shell on target JBoss servers
  • Websploit – Scans & analyses remote systems for vulnerabilities
Wireless Exploitation Tools

  • Bluepot – Bluetooth honeypot
  • Spooftooph – Spoofs or clones Bluetooth devices
  • Smartphone-Pentest-Framework
  • Fern-Wifi-cracker – Gui for testing Wireless encryption strength
  • Wi-fihoney – Creates fake APs using all encryption and monitors with Airodump
  • Wifite – Automated wireless auditor

A Bunch of Password Tools

  • Creddump
  • Johnny
  • Manglefizz
  • Ophcrack
  • Phrasendresher
  • Rainbowcrack
  • Acccheck
  • smbexec
Okay, that is not ALL of the new additions, only a chunk of them! I believe last count there are around 60 new tools in the Backtrack 5r3 release.




So lets get started.....

You will need:

- A rooted phone/tablet running Android 2.2+
- A basic understanding of Linux environments
- BusyBox
- Proper ADB/Fastboot drivers on a nearby computer (
- A USB cable for your device
- The modified BackTrack 5 files (downoad here >>

 http://www.megaupload.com/?d=M6YCKZLR)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=
Step 1 - Preparation
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=

1} Download the modified BackTrack files to a computer from the above link.
2) Extract the files to a memorable place on your computer.
3) Launch the Settings app on your device and enable Applications -> Development -> USB debugging.
4) Remove any external storage attached to your device.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=
Step 2 - Setting up Files 
-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

We are going to copy/paste the bt5 folder to /sdcard on your device. Attempt method 1 first. If this does not work, perform method 2.

Method 1:
1) Browse to the bt5 folder you extracted.
2) Copy the bt5 folder(not the contents) and then browse to your connected device.
3) Navigate into internal storage. You should see a folder called ".android_secure". If you dont see this, open the "sdcard" folder. If you cant see that, you probably dont have a rooted device with proper ADB drivers.
4) Paste the bt5 folder here.



Method 2:
1) Open a command prompt and navigate to your ADB location.
2) Run the following command:
adb push C:\path\to\bt5 \sdcard\bt5







-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=
Step 3 - Running BackTrack
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=

1) Open a terminal application (I recommend Terminal Emulator)
2) Login as root by typing:
su
3) Double check that busybox is working by running:
busybox ls
This should list a bunch of files and folders.
4) run:
cd /sdcard/bt5
and:
sh bt
5) Enter 'n' when it asks for a VNC session. Dont worry you can still use your GUI but starting it that way can be buggy.







Congratulations, you have done it! If you dont mind working without a graphical interface, you are finished. If you want a GUI continue...







-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-= (Optional) Step 4 - Setting up the GUI
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=
 
1) Make sure that your terminal will run in the backround.
2) Download a VNC application from the Android Market. I would suggest "androidVNC'.
3) After that you have to run 'sh bt' then enter:
startvnc
4) Close your terminal and open your VNC app. Then fill in the form with:
Nickname - (blank)
Password - root
Address - 127.0.0.1
Port - 5901
Username - (blank)
Color Format - Select whichever is best for your device. I use the highest (24bit) but it can slow it down a bit.


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=
Note :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=

- Backtrack can only connect to the internet via WiFi
- The default VNC/SSH password is 'root'
- Default screen resolution is set to 800x480


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=
Here's the video tutorial for installing backtrack on android- Video guide



Keep visiting our Facebook page for more stuff .You can also follow this blog on twitter to keep yourself updated on all the latest tricks and trends from the tech world....