Sunday, September 4, 2011

HOW TO Hide partitions without using any software

Go to Start->Run.  Type DISKPART and press Enter. In the console type list volume to see all the drives available on your PC. Now select the drive which you want to hide. Suppose you want to hide D see the volume number opposite to Ltr D. In My PC it is volume 4 for drive D(might be different in your computer) . Now to hide drive D type Select volume 4 .(Select the appropriate number according to your system) Then type remove letter d , this will hide your drive. Now to get your drive back type Select volume 4 and then type assign letter d . See this image This normally works for all drives but may not work for system drives(The drive in which your OS is loade...

inSSIDer – Wi-Fi Network Scanner For Windows

inSSIDer is an award-winning free Wi-Fi network scanner for Windows Vista and Windows XP. Because NetStumbler doesn’t work well with Vista and 64-bit XP, an open-source Wi-Fi network scanner designed for the current generation of Windows operating systems. What’s Unique about inSSIDer? Use Windows Vista and Windows XP 64-bit. Uses the Native Wi-Fi API. Group by Mac Address, SSID, Channel, RSSI and “Time Last Seen”. Compatible with most GPS devices (NMEA v2.3 and higher). How can inSSIDer help me? Inspect your WLAN and surrounding networks to troubleshoot competing access points. Track the strength of received signal in dBm over time. Filter access points in an easy to use format. Highlight access points for areas with high Wi-Fi concentration. Export...

how to make android application

Step 1: Get Eclipse For this tutorial, I’m going to use Eclipse, because frankly it’s the easiest and most hassle-free development tool for Android right now. If you’re a NetBeans programmer, be my guest; but I’ll use Eclipse today. Download Eclipse IDE for Java Developers (PC or Mac, 92MB) Note: This is a .zip file; when you unzip it you will be able to run it wherever you unpacked it – there is no installer. I’d recommend that you put this in “C:\Program Files\” unless you plan on making it a portable application on a USB drive or something. Step 2: Download The Java JDK If you don’t have it already, you need to download the Java JDK 6. If you currently have the JDK 5, you should be okay, but there’s really no reason not to update. Just install...

Saturday, September 3, 2011

How to Find someone IP address ?

  This is method to get someone IP using a PHP script. Just copy the below code and paste it in notepad. Save the file as xxx.php you can change xxx to any name but .php is must. <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $img_number = imagecreate(400,95); $backcolor = imagecolorallocate($img_number,10,102,153); $textcolor = imagecolorallocate($img_number,255,255,255); imagefill($img_number,0,0,$backcolor); $number0 = " This is Your IP/Proxy"; $number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]"; $number2 = " Host/Proxy: $hostname"; $number4 = " _________________________________"; Imagestring($img_number,10,5,5,$number0,$textcolor); Imagestring($img_number,10,5,25,$number1,$textcolor); Imagestring($img_number,10,5,45,$number2,$textcolor); Imagestring($img_number,10,5,50,$number4,$textcolor); Imagestring($img_number,10,8,50,$number4,$textcolor); Imagestring($img_number,10,5,10,$number4,$textcolor); Imagestring($img_number,10,8,10,$number4,$textcolor); header("Content-type:...

Top 10 Windows Hacking Tools

1. Cain & Abel – Cain & Abel is a password recovery tool for the Microsoft Windows Operating System. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, revealing password boxes, uncovering cached passwords and analyzing routing protocols. 2. SuperScan – SuperScan is a powerful TCP port scanner, pinger, resolver. SuperScan 4 (Current Version) is a completely-rewritten update of the highly popular Windows port scanning tool, SuperScan. 3. GFI LANguard Network Security Scanner – GFI LANguard N.S.S. is a network vulnerability management solution that scans your network...

Top 10 Linux Hacking Tools

9. IRPAS – Internetwork Routing Protocol Attack Suite – Routing protocols are by definition protocols, which are used by routers to communicate with each other about ways to deliver routed protocols, such as IP. While many improvements have been done to the host security since the early days of the Internet, the core of this network still uses unauthenticated services for critical communication. 10. Rainbowcrack – RainbowCrack is a general propose implementation of Philippe Oechslin’s faster time-memory trade-off technique. In short, the RainbowCrack tool is a hash cracker. A traditional brute force cracker try all possible plaintexts one by one in cracking time. It is time consuming to break complex password in this way. The idea of time-memory...

Sunday, August 28, 2011

Run C++ Compiler Fullscreen in Windows 7

This is a big question for those who are still using Turbo C++ Version 3.0 in Windows Vista and Win 7. As everyone knows that full screen is not supported with the version 3.0 in Vista and windows7 it is ridiculous to work in the small screen where I think no one can ever imagine writing a program there! This solution will help all the C, C++ learners using TC++ 3.0 in Vista and Windows 7. Now lets trick this... There are 2ways: 1. By changing the Properties So now after opening the CMD, now click on the logo image of CMD at left top corner of the window, you wil be opened with a set of Options. Now click on Properties. Now a window will be opened. Change the parameters as in the image: And now goto Layout tab and change as: Now click...

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | GreenGeeks Review