Header Banner
Null Byte Logo
Null Byte
wonderhowto.mark.png
Cyber Weapons Lab Forum Metasploit Basics Facebook Hacks Password Cracking Top Wi-Fi Adapters Wi-Fi Hacking Linux Basics Mr. Robot Hacks Hack Like a Pro Forensics Recon Social Engineering Networking Basics Antivirus Evasion Spy Tactics MitM Advice from a Hacker

How to Get FeedingBottle Back in Kali 2.0

Sep 16, 2015 02:49 PM

Back in Backtrack5 there was a nice GUI addon for the aircrack suite called feedingbottle. I liked it because it simplified easy tasks like fake auth with a click of a button. I was hunting for sources and it seems that all I could find was an ubuntu deb package from 2013. It was a little tricky installing it on a 64-bit system so I thought I would write a quick how to. Feedingbottle is an x86 package so you must install the corresponding libraries. If they are missing you will get a "bash:...No such file or directory" error. Very misleading error.

Obtain Deb Package

Try searching Feedingbottle and its a mess. I used the package located here: Feedingbottle Installation Guide

Package: Feedingbottle-3.2.3-Ubuntu.deb

Install Package

dpkg -i ./feedingbottle-3.2.3-Ubuntu.deb

Take Ownership

chown -R root:root /bin/feedingbottle

Update $PATH

export PATH=$PATH:/bin/feedingbottle

add/adjust your ~/.profile

Add Architecture

If you are running Kali x64 then you will need to add the x86 architecture so you can obtain packages and libraries.

dpkg --add-architecture i386

Install Required Libraries

apt-get update

apt-get install libc6:i386 libX11-6:i386 libstdc++6-4.9-dbg:i386

Complete!

All set. Run /bin/feedingbottle/feedingbottle

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!