Saturday 10 October 2015

Recover Lost Storage Space on Pen Drive/ memory card/stick

Hi All,

There are times when our USB storage devices like pen drives or memory cards show storage capacity which is far less than the actual capacity.

A 8 GB pen drive might how only 2 GB space and so on. In some cases , the storage media is also inaccessible.

To solve this on a windows system, we are going to use an inbuilt tool called diskpart.

1) Press windows key + R key to open the run dialog box. In the box type in cmd and hit enter.
A command prompt screen would pop up.

2) In the command prompt window, type DISKPART and hit Enter.


3) A new command prompt window will open up. Type in the following command one by one

4) DISKPART> list disk

5) DISKPART> select disk 1

6) DISKPART> clean

7) DISKPART> create partition primary

8) DISKPART> exit


9 ) Go to file explorer and format the drive by right clicking on it and selecting format. Make sure to select NTFS for storage devices above 4 GB.

10) The storage device will show its actual space now and would also be accessible.

Hope this simple host would have had helped you.
Keep commenting and keep sharing :)




Sunday 13 July 2014

How to Install WhatsApp On BlueStacks

Hey everyone,this post is for all those who don't have an android phone but want to use WhatsApp.
WhatsApp can also be used on a computer with the help of BlueStacks.(For BlueStacks installation steps click here.)

To install WhatsApp on on your PC run BlueStacks.

Visit the official WhatsApp download page here on your browser.


Click on the Download Now button
.
When the download has completed,double-click on the downloaded file.

The BlueStacks Apk Hndler will take care of all the installation process.
A tiny balloon in the notification area would signal successful installation
Your BlueStack front end would look like this


Now Double click on the WhatsApp icon 


Click on Agree and Continue


Enter the country and the phone number. The country code for India is +91

WhatsApp will send a text message containing a six digit code to the above number. Do not delete that message


Enter the confirmation code sent on your number. In case of a problem, you can opt for a call to obtain the code.
WhatsApp will call you and give the code!!!!
In the next window enter your details and click on next on the upper right hand corner


Click continue on the next window

And you are good to go.

The only problem would be that you won't see any contacts for the first time. You will have to manually add the contacts in order to chat with them.


Tap on the button(menu button) highlighted in the image above.(The button next to the back arrow)
This will open up a menu. Choose contacts from here and in the next window that appears again press the same button and add contacts.

This way you can build your contact list. One easy way would be to post a facebook status and ask your friends to ping you n WhatsApp. This way you can save the numbers of people who have sent you a message

Using WhatsApp requires internet so make sure you have a working internet connection before using it.

If you still have any problems write them below in comments and if you have successfully installed WhatsApp then ping me on 7275550392 !!!! :D

How to Install BlueStacks On WIndows

Hey guys in this post I am going to tell you how to install BlueStacks on your  Windows machine.

Now BlueStacks is an amazing thing that  enables Android applications to run on Windows PCsMacintosh computers and TVs, respectively.
With the help of  BlueStacks you can easily run most of the android applications like Whatsapp, Candy Crush Saga,We Chat, Instagram and many more........

First of all you need to download the installer from BlueStacks website. I advice to check whether your system is compatible by reading this small article before downloading the installer.

When you have the installer, double click on it or right click and select "run as administrator"
The following screen will come up



Click Continue button on the lower right corner



On the next window click install


The above window appears with screenshots of a few application from different categories.


This is the BlueStacks GUI. You can see here that BlueStacks has by default added a few app for you.
You can install the apps of your choice by clicking on the App search app installed or by downloading the applications .apk file from the internet.
BlueStacks will take control of all .apk files on your system and you have to just double click to install them.

A word of caution: Please make sure that you have a working internet connection in order to use messaging/internet related applications.

Thursday 1 May 2014

How To Create Fake E-mail Sender

Hey there guys!!!

 Have you ever received an e-mail from katrina kaif saying she loves you or from your HOD saying you are detained ???

Well it doesn't matter if you have or have not cause today we would be learning how to create our own fake mail sender :D

What we have here is a HTML file and a PHP file. The PHP code allows you to send the e-mail and the HTML file serves as the user interface.

Step1: Open note pad and paste the following HTML code and save the file with name index.html.

<html>
<h1>Jugaadi's Fake Email Mail Sender</h1>

<table border=2>
<form action="nakli.php" method="post">
<tr><td>Recipent: </td><td><input type=text name=email size=30></td></tr>
<tr><td>Sender name: </td><td><input type=text name=name size=30></td></tr>
<tr><td>Sender Email Address: </td><td><input type=text name=sender size=30></td></tr>
<tr><td>Subject: </td><td><input type=text name=subject size=30></td></tr>
<tr><td>Content: </td><td><textarea rows=10 cols=30 name=content></textarea></td></tr>
<tr><td><input type=submit value="Send Mail"></td></tr>
</form>
</table>
</html>


Step2: Copy and paste this script in a notepad and save it as nakli.php

<?php
$email = $_POST['email'];
$content = nl2br($_POST['content']);
$name = $_POST['name'];
$sender = $_POST['sender'];
$subject = $_POST['subject'];
$headers = "From: $name "."<".$sender.">\r\n";
//add boundary string and mime type specification
//$headers .= 'MIME-Version: 1.0' . "\r\n";
//$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
//send the email
mail($email, $subject, $content, $headers );
?>


Step3: Upload these file on a web hosting site
             
It is the last part of the scheme. There are dozens of free hosting websites available.
Upload these files in the file manager of any of those sites and you are good to go.

Please make sure the name and extensions of the file are same as mentioned.
In case of any error do contact me.


The webpage should look like this

And if you want to try out another way of sending fake mails do read my article on e-mail spoofing here http://jugaadispeaks.blogspot.in/2012/10/e-mail-spoofinga.html 

To check if you have not recieved a fake e-mail address , kindly read my article on tracking e-mail addresses http://jugaadispeaks.blogspot.in/2012/12/track-e-mail-addresses.html

Lastly all this is for educational purpose only ;)

Monday 21 April 2014

WHATSAPP HACKING!!!!!

Hey guys!!! 
Whatsup???? Being too long since i posted anything.......had been to busy to poke my nose here , but today i ak here with  VERY INTERESTING trick about whatsapp hacking

I presume that every one know what whatsapp is and how fond we have grown to it!!
And i know we all have had those moments when we wanted toread someone else's chats but we could not because of any number of reasons

In this tutorial I am going to tell you of to hack into someone else's whatsapp chat!!!!

Friday 6 September 2013

Make your own wifi hotspot without any software!!!!

So friends I am back here with another new trick. This trick will again save you all the troubles of downloading any software or the hassles related to them!!! Here we talk of turning your laptop into a wi-fi hotspot without any third party software in a few easy steps!!!

Wednesday 28 August 2013

How To Download videos from You tube ! No software/plugin required!!!

Hello everyone! Long time no see ....
This time I present a very neat and simple and yet efficient way of downloading videos from Youtube.
We all have had our shares with those hideous Youtube downloaders which are of no use,instead spam our systems!!!

This trick makes downloading videos very easy ,even to some one who is a newbie..

So,first of all go to the web address of the video of your choice


  Now in the address bar replace "www." with "ss" like in the image below






   You would be redirected to another website "savefrom.net"

 All done! just select the video quality and you are all set to download your favourite video!!




Do post a comment if you find this helpful and share it to others too :D


Sunday 26 May 2013

SQL Injection

 Hey guys! this time I am going to discuss about sql injection

Wednesday 1 May 2013

How To Set up your own VPN network



Well hi everyone!!!

This post is all about creating yor own VPN(Virtual Private Network)

What is VPN????

Saturday 9 February 2013

Hack remote system

Hello Guys!!!!!!!!!! I am back again! and this time with a new trick!
First of all apologies for being idle so long. Was busy in other stuffs but here i am,with something not so new but very good..

You must have seen in movies or heard that cops trace the i.p address of the snder. To know what is ip,visit my previous blog on i.p addresses