Metasploit Framework 3.3 Released!

19 11 2009

We are excited to announce the immediate availability of version 3.3 of the Metasploit Framework. This release includes 446 exploits, 216 auxiliary modules, and hundreds of payloads, including an in-memory VNC service and the Meterpreter. In addition, the Windows payloads now support NX, DEP, IPv6, and the Windows 7 platform. More than 180 bugs were fixed since last year’s release of version 3.2, making this one of the more well-tested releases yet.

FOR DOWNLOAD

framework-3.3-linux-i686.run

 

35,434,869 bytes (34M)
Linux 32-bit installer including all dependencies.

 

framework-3.3-linux-x86_64.run

 

36,635,297 bytes (35M)
Linux 64-bit installer including all dependencies.

 

framework-3.3.tar.bz2

 

22,614,595 bytes (22M)
Unix tar format for installing on all other operating systems.




(UEx) UltraEdit Text Editor for Linux Released !

16 11 2009

One of the leading text editors for Microsoft Windows is finally available on Linux. UEx (UltraEdit for Linux) has been released for download with packages available for Ubuntu, Fedora, OpenSUSE, and Red Hat. Users of other distributions can get it via .tar package with 32 and 64 bit support.

UEx will make coding in C, C++, HTML, Javascript, XML, PHP, Perl, and Java a lot more fun through its user-friendly, highly configurable interface and layout. It has tons of tools, including macros, configurable syntax highlighting, code folding, file type conversions, project management, regular expressions for search-and-replace, a column-edit mode, remote editing of files via FTP, interfaces for APIs or command lines of choice and more.


UltraEdit for Linux contains some Linux-specific configurations, such as the ability to choose a console for user tool output, or pick a file browser when browsing project files/folders.

I’m sure a lot of Linux users/programmers who prefer to use UltraEdit are happy about this release as it can now run on both the KDE and GNOME desktops without the need for Wine or any other translation layer. But for those of you who want to switch from using free and open source text editors to UEx, not so fast because UltraEdit for Linux is not available for free. You can only try the application for 30 days, and then you will have to purchase a license if you wish to continue using it beyond the given time.

UltraEdit Text Editor for Linux (UEx) download page can be found HERE.





Linux Mint 8 ‘HELENA’ RC1 released!

13 11 2009

LMLAnnounced some hours ago the release of Linuxmint 8 Helena RC1, based on Ubuntu 9.10 Karmic Koala, Linux 2.6.31, Gnome 2.28 and Xorg 7.4, and the latest software from the Open Source World.This 8th release of Linux Mint comes with numerous bug fixes and a lot of improvements. In particular Linux Mint 8 comes with support for OEM installs, a brand new Upload Manager, the menu now allows you to configure custom places, the update manager now lets you define packages for which you don’t want to receive updates,the software manager now features multiple installation/removal of software and many of the tools’ graphical interfaces were enhanced.

cache_sb_l_df005de4e5

Read more about whats new in Linux Mint8 Helena RC1
Download Linux Mint8 Helena RC1 :

 

Download Linux Mint 8 RC1:

You can download Linux Mint 8 RC1 via torrent or via HTTP:

Size: 688MB LiveCD
MD5Sum: 93614f823d9d07c9560dfdb17d4db8fb

Torrent download: http://www.linuxmint.com/torrent/LinuxMint-8-RC1.iso.torrent
HTTP download: http://www.linuxmint.com/edition.php?id=44

Asia:

Europe:

Northern America:





How to Compress and Split Files in Ubuntu 9.10

3 11 2009

split_filesIn Ubuntu, the Archive Manager (or file-roller) has make it easy for anyone to compress and zip up a file or folder, but if you have a large file, say 20Gb, and you want to back it up to the CD/DVD, you will find that no amount of compression can you reduce the file size to fit into 1 CD/DVD. In such case, it is a better solution to compress and split the large file into several smaller files and store them separately. This also applies if you want to share a large file on a file-sharing site. Splitting the compressed file into several smaller files will make it easier for others to download.

Let’s say that the large file is a movie file found in /home/username/films/large-file.avi and you want to compress, split and store the smaller files at the folder /home/username/films/split-flies/, this is what you type in the terminal:

cd films/split-files (change the filepath to where you want to keep the split files)

 tar -cvj /home/username/films/large-files.avi | split -b 640m -d – “large-files.tar.bz.”

You will now see several files appearing at the split-files folder, each with file size of 640MB and with filenames large-files.tar.bz.00, large-files.tar.bz.01, large-files.tar.bz.02, etc.

To recover and extract the split files, type

cat large-files.tar.bz.* > large-files.tar.bz
 tar -xvj large-file.tar.bz

and you can get the original file back.





How To Extract DAA Files In Ubuntu 9.10 Using PowerISO

3 11 2009

poweriso-44-with-serial-key-ocdMost often when you download a huge file from a P2P network, it is compressed in the .daa format. When you click on it, you will find that there is no application in Ubuntu that can handle it.

If you are wondering, DAA (Direct-Access-Archive) is actually a proprietary file format created by PowerISO to compress, password protect and to split a huge file to multiple volumes. To decompress a .daa file, you have to use the PowerISO application.

Download PowerISO for Linux

Extract the tar file

cd /usr/bin
sudo tar -xf [path-to-poweriso-tar-file]

To extract .daa file

poweriso extract /input-file.daa / -od /extracted-file-path

Done + Have Fan :)





How To Play .RMVB Files In Ubuntu 9.10

3 11 2009

logo_realUbuntu does not support .rmvb files by default. Even though you may have installed the Gstreamer codec plugin and VLC (an audio player that supposedly able to play any media format), there is still no way that you can get the .rmvb file to play. There may be many tutorials out there that tell you to configure mplayer to play .rmvb file, but the easiest and fastest way to tackle this is simply install the Real Player for Linux.

- first :

Download the deb package click here

- 2 :

Double click the downloaded deb file to install the Real Player 11 for Linux.

- 3 :

Once the installation is done, you should be able to play .rmvb or .rm files.

Right click on the .rmvb file and select “Open with Real Player 11

Have Fan :)

 





Ubuntu 9.10 karmic koala repositories with Medibuntu

27 10 2009

The actuall repositories of karmic koala contain all softwares you need for your ubuntu, from media players to graphics tools to games …and more, the installation now is getting more easy with the ubuntu software center where with a simple click you can find hondred of softwares and click to install, but if we look how many softwares we will have to add repositories and then add keys before to install, or the ones that we will have to download from official website of the software ? So many examples exist, like opera , google earth, w32codecs, skype , realplayer and more .

 


To make life easy, you need just to add Medibuntu repositories, so what is Medibuntu ?

Medibuntu is a packaging project dedicated to distributing software that cannot be included in Ubuntu for various reasons, related to geographical variations in legislation regarding intellectual property, security and other issues:

  • patentability of software, algorithms, formats and other abstract creation
  • legal restrictions on freedom of speech or communication
  • restrictions on the use of certain types of technical solution, such as cryptography
  • legal restrictions on imports of software technology, requiring for example specific permissions
  • etc.

Now after you adding Medibuntu repositories you will be able to install many software(Google earth, Opera , Sun Java ,Acrobat Reader…) that are not included in the ubuntu software center and you will stop wasting time looking for for the right package and from where to download the package … because you will be able to install the package by simple typing :

sudo apt-get install <package name >. 

 

Now let`s see how to ad Medibuntu repositories :

1- Add the Medibuntu repository.

echo deb http://packages.medibuntu.org/ karmic free non-free | sudo tee -a /etc/apt/sources.list

2- Add the verification key

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add – && sudo apt-get update

Now you will be able to install softwares by simple using this command :

sudo apt-get install <package name >




Windows 7 Transformation Pack for Gnome & Ubuntu

22 10 2009

Win7-Transformation-Pack-for-Ubuntu_2

Here is a theme package of windows 7 for the people that like to change the look of their ubuntu looks like Windows7, for me is not usefull because i like how looks ubuntu .

This Package contains:

GDM theme*
Icons Theme*

GTK Theme
Wallpapers
Sounds
Gnomenu theme*
Panel Backgrounds*
Cursor theme
DockBar

For sound will not be installed , you will have to copy them to /usr/share/sounds ,this will replace the sounds of ubuntu.

Download Win7 Transformation Pack for Ubuntu

and downlowd WallpaperPack





How to Get Windows 7 Like Taskbar {DockbarX}

20 10 2009

I used dozens of docks on Linux and Windows, and as you know there are really good docks like AWN, Gnome-Do with docky interface, cairo dock, kiba-dock and so on linux.Today i tried DockbarX and fall in love :) . It is like Windows 7’s taskbar except windows’ previews, and you can use it with AWN (i did not try this but i will write the installation guide).Since i am using one gnome panel, it is better for me to delete all the docks i have and add it to my top panel (I am using 12″ notebook with Ubuntu Karmic Koala so i gain more visual space with this task bar ;) ).You can read the features and changelog from here.You can use experimental or stable build, you can install it from Scott Barnes’s Launchpad repository, or you can compile latest branch.Since it is actively developed, the package at Launchpad repository is a little old and at this howto we will compile(we won’t even compile, just a couple of cp commands :) ) it from branch.

For the ones who want to install ubuntu package or from repository, here is Scott’s repository :

https://launchpad.net/~dockbar-main/+archive/ppa

For the others who want to install from the branch, let’s start :

We are going to create a SVN/DockbarX directory on your home, and install required packages :

$mkdir -p ~/SVN/DockbarX
$sudo apt-get install bzr python-gnome2-desktop python-numpy

Now navigate to ~/SVN/DockbarX and download the branch :

$cd ~/SVN/DockbarX && bzr branch https://code.launchpad.net/~dockbar-main/dockbar/experimental && cd experimental

Instead of compiling we will move a couple of files, and create some directories etc :

$sudo cp dockbarx.py /usr/bin/
$sudo cp GNOME_DockBarXApplet.server /usr/lib/bonobo/servers/

Now we will create a folder (~/.dockbar) and copy launcher_icon.png to this folder.For sistem wide installation you can copy it to /usr/share/pixmaps/dockbar (create if it does not exist : $sudo mkdir -p /usr/share/pixmaps/dockbar ) :

$mkdir ~/.dockbar && cp launcher_icon.png ~/.dockbar

After this, right click to a gnome panel, and select “Add to Panel”.Then select Dockbar Applet and click “Add”.You can move it to anywhere you want and you can find its preferences menu via right clicking the applet.

Here are some screenshots from Karmic Koala with Windows 7 theme (default properties , i did not touch anything at preferences for now.If it looks ugly, please blame the author of the Windows Vista icon pack :) ) :

AWN installation guide (i did not try this, i am taking it from gnome-look’s page) :
1. Do a normal install (no need to add dockbarx to panel if you don’t want to, of course).

2. Copy everything from the AWN folder to ~/.config/awn/applets
3. Remove original taskbar/launcher applet from awn (optional, but recommended)
4. Set ‘Icon offset’ parameter to 0!
5. Restart AWN
6. Add DockBar applet

7. if you need wallpaper  downlowd WallpaperPack click here





Howto Install Foxit PDF Reader On Ubuntu

20 10 2009
If you are familiar with PDF files, you probably heard a lot about Foxit PDF Reader on Windows OS.There is also a linux binary available for a couple of months, but i forgot to write a blog post about it : ) .I prefer it over Acroread because of its fast speed and size.Here are some features of Foxit Reader before we begin to install it to our box :

* PDF Viewing
Includes Zoom In/Out which changes the page view by the percentage you would like. Page Move which moves pages forwards and backwards and Rotation which enable users to rotate clockwise or counter clockwise the book screen by 90-degree increment.
* Text Selection Tool
The Text Selection tool enables users to select horizontal and vertical text or columns of text in PDFs. The selected text will be copied to the clipboard automatically and pop up a prompt message box.
* Snapshot Tool
Use snapshot tool to copy individual images, text or both from PDFs to the clipboard, other applications, and other files. Then the text and images are pasted as an image.
* Work with friendly Bookmarks and Page Thumbnails
The navigation panel on the left side helps you browse through the PDF, which displays two navigation panels, bookmark panel and a page thumbnail panel. This allows users to jump to a specific place in the document with bookmarks or page thumbnails.
* View Document in Full Screen
In Full Screen mode, the document pane fills the entire screen, with Menu Bar, Toolbar, Status bar, Bookmarks and Page thumbnails hidden behind. But it provides a fixed toolbar which supports basic page view function: Rotation, Zoom In/Out, etc.
* Automatically Scroll
View documents without using the mouse or keystrokes and allowing users to choose a different scroll mode such as continuous scroll, as well as time-lapse scroll. Moreover, you can press the Shift key while scrolling the mouse wheel to control speed.
* Text View
Text View allows the user to preview the whole text content from a PDF file in Foxit Reader.
* Search PDF
Search for specific text you want to locate in PDF’s. The searched items will be highlighted at which point you can click Find Again or press F3 to continue searching.
* Support Hyperlinks
Support internal and external hyperlinks. Click links with the hand tool to take you to another location in the current document or other PDF documents, or other websites.
* Optimized Rendering
Supports progressive rendering and significantly reduces the response time from the user interface events.
* Add unembedded Chinese/Japanese/Korean characters support
It can properly display PDF documents containing Chinese/Japanese/Korean fonts on Linux platform.
* Improved print quality with anti-aliasing feature
Effectively fix the aliasing issue in the output file by replacing the previous bitmap output format with the postscript output one.
* Add Preview/Next view feature
Go back or forward one page view by pressing the Preview/Next view button
* Add Save as feature
Allow users to save a copy of PDF

Installation :

Navigate to this page and download the debian package (.deb).Install it via double click or at terminal via $sudo dpkg -i filenameofthedeb.deb . You can run Foxit Reader via Applications > Office > FoxitReader or FoxitReader command.

To make it your default PDF reader / viewer application, right click to a pdf file and select Properties.Then navigate to Open With tab and select FoxitReader

PS : The debian package tested on Ubuntu Jaunty and Karmic Koala put it probably works on all debian based distros.