Posts

Hiding files inside a JPEG Image

Image
Using a simple trick in Windows, you can actually hide a file inside of the JPEG picture file. To achieve this you will need to have either WinZip or WinRAR installed on your computer. Steps: 1. Select all the files that you want to hide and save it in a folder say C:\hide 2. Create a RAR or ZIP archive to the above files. 3. Select a JPEG image and save it to same folder (C:\hide). 4. Open Command prompt (Windows+R--->Type CMD ---> ENTER) 5. Navigate to the folder where files are stored (Use "cd" command to change the directory) 6. Type command “COPY /b image.jpg + hide.rar output.jpg” (without quotes)     -image.jpg is the JPEG image      -Output.jpg is the output image with hidden files 7. Visit the directory, there you will see output.jpg     -Double click on it ,Image will be opened     -Open with WinRAR you'l find your hidden file. Done!

ID Based Calling System - BE project

Image
This post is not a techbuzz. It’s about my experience with engineering final year project. My PL(Exam preparation leave) is goin on and I have nothing to do so thought of writing this post. It all began with selecting team mates and searching project topics. Making group was fairly easy but finding out what project to do was really hectic. We were a group of three: Me(Hetul Gabani)-coder, Binny Chauhan -Uml n documentation expert, and Shashank Nirmal - CS pro n addict, though he was a bit laggy in doin project work but eventutally he ended up doin some quality work. With the help of my friend chetan we finalized on topic that is "IDBCS - ID Based Calling System". Well I'l skip the technical part and discuss the non technical aspect of the journey.First half of the final year passed away without bothering about the project and with "aarey baad me dekhlenge" attitude .It was the 2nd half when we actually started thinking of how to implement the project and setting...

Keyboard enhancement for Firefox with FOCUS KEYBOARD

Image
Focus keyboard is an Firefox Addon which adds keyboard enhancements to improve your browsing experience.I t takes care of all those steps that we take to open websites, edit URL in address bar, copy the URL from within the webpage to address bar, etc., and replace them with overly simple ones. For example, with this addon, you don’t need to highlight the URL in address bar to edit it or enter new web address, just start typing the web address you wish to visit and it will automatically start entering URL in address bar. Similarly, you can use Enter key to reload the page and Delete key to quickly jump to the end of URL address to edit it. It also allows adding URLs in Ignore list to let you browse through defined websites without these functions being enabled. Configuration Panel:  M ain features section, you will find options to Automatically type in  location bar Tab in order between checked elements, and to Highlight tabbed element. A dditional Keyboard Enhancements section...

Wi-fEye - Performs automated n/w penetration test.

Image
Now No need to learn commands to perform wi-fi cracking and other attacks using Backtrack. Here is an interesting tool Wi-fEye designed to help network penetration testing.Wi-fEye will allow you to perform a number of powerful attacks Automatically, all you have to do is to lunch  Wi-fEye, choose which attack to perform,  select your target and let Wi-fEye do the rest !! Features goes as follows: It has Four main sections  1. Cracking menu: This menu will allow you to: Enable monitor mode View avalale Wireless Networks Launch Airodump-ng on a specific AP WEP cracking: this will allow you to perform the following attacks automatically:                                   Interactive packet replay. Fake Authentication Attack. Korek Chopchop Attack. Fragmentation Attack. Hirte Attack (cfrag attack). Wesside-ng. WPA Cracking: This contains the following attacks: Wordlist Attack Rouge AP A...

Make VOIP calls via Google Voice

Image
Google has launched (not yet in India) a Gmail-integrated VoIP (voice over Internet Protocol) client that would allow users to make phone calls directly from the browser. The feature is different from the voice and video chat that is already available from Gmail using the chat feature, in that it isn't solely between chat users. Instead, the new feature allow users to call any type of phone directly from their Web browser. For those users seeing the test of the new product, the ability to make phone calls is added directly to the Google Talk popup that appears in the lower right corner of the Gmail screen, offering a keypad, a call history, and a credit balance. According to the screenshots from CNET, Google will offer free calls within the U.S. and Canada, with cheap international calling, in 2010.    If you are a Gmail user in the U.S., you can now make free Web-based phone calls to any phone in the U.S. and Canada right from the Gmail interface. You can also make Internatio...

India's own Operating System - "BOSS"

Image
BOSS- Bharat Operating System Solutions What is BOSS? BOSS (Bharat Operating System Solutions) is a GNU/Linux distribution developed by  C-DAC (Center f or Development o f Advanced Computing). BOSS GNU/Linux is the result of a volunteer effort to create a free, high-quality Unix-compatible operating system, complete with a suite of applications. This software package has been described as India's own PC operating system and as the most meaningful product to come out of the Indian software industry. The latest version of this operating sysem, BOSS GNU/Linux Version 3.0, was released in September 2008. The software has also been endorsed by the Government of India for adoption and implementation in a national scale. BOSS GNU/Linux is: Full featured: BOSS includes more than 18200 software packages at present. Users can select which packages to install; BOSS provides a tool for this purpose. You can find a list and descriptions of the packages currently available in BOSS Site. Free ...

Simplest way to remove all hyperlinks in a MS Word document.

Image
When you copy any content from Internet to your MS Word document , you may find that there are a lot of hyperlinks, which you may want to delete. So how to remove this hyperlinks? Simply right-click them one by one and choose “ Remove hyperlink “, but this method is too time consuming and not feasible to remove large number hyperlinks.  To remove all hyperlinks at once there are two ways: ► Direct Way:       • Press “ Ctrl + A ” to select all content.       • Press “ Ctrl + Shift + F9 ”       • Done! With this method the job is easy but the problem is that Formatting remains the same . So it still gives a hyperlink look to the content. To over come this there is a alternate indirect method. ► Indirect Way: As we know that Word pad does not support hyperlinks.So to remove Hyperlinks: • First copy the content in Word pad.    • Then copy the content from Word pad to MS Word Document. • All hyperlinks will be r...