Showing posts with label hack. Show all posts
Showing posts with label hack. Show all posts

Coding-Trick: Switch-Case as unWorkable for loop

While working, I thought I could provide few tips on coding in my blog.

So, I thought to share a "short code" in a situation where you want to initialize some values. Each value is initialized by different function. You know the functions but you don't know how many values to initialize.  Uninitialized values should be 0.

Suppose values to initialize

a = f1(); 
b = f2(); 
c = f3(); 
d = f4(); 

 A normal Switch case for the above Situation :

Switch(number_of_values_to_initialize) {

case 1:
          a = f1();
          b = 0;
          c = 0;
          d = 0;
          break;

case 2:
          a = f1();
          b = f2();
          c = 0;
          d = 0;
          break;

case 3:
          a = f1();
          b = f2();
          c = f3();
          d = 0;
          break;

case 4:
          a = f1();
          b = f2();
          c = f3();
          d = f4();
          break; }


 The Shortcut for This Code is :

Relationship Hack (Whatsapp Again)

-as Suggested by Adarsh Sambare


Consider a case when you are stressed and tensed and you get a message on your phone. You know whose message it is. You look on the phone and then what you look will define your mood.

What if you look and you find :


I know your anger will surely shoot up and unnecessarily fights will occur.

What if you don't see the person you were going to fight but the love you cant get away from.

Something like this:


Just Change the contact name with his/her nickname or any pet name.
Now go Try by Yourself.




For Part one Click Here

Beware: Youtube Phishing Attack

Vollah!!

I really like hackers and also like how they develop new new methods of hacking into thing of importance to other people.

A new type of attack currently going now days is the YOUTUBE PHISHING ATTACK.

Some of the people reading this will be wondering what is a Phishing attack?
       So, In simple words in phishing attacks, the hackers takes you to a site(in this case youtube), which looks like youtube, feels like youtube bit is NOT! youtube.

Coming back to the topic, you might get an email from www.youtube.com(actually not youtube.com) saying to confirm your account and will look like this.



The link no matter is of youtube.com but is not actually of youtube.com. how?
We people usually thing any link like www.google.com will take us to that site.
So let us all try clicking on the link:


Phishing link: www.google.com

So, did you went to google? How was it? Was it something related to my blog? :p

Just like that, the verification link will take you to the Phishing page of youtube where you will send your account information to someone who can do anything he likes.
Also, you can see the URL bar, it will not be youtube.com.

" Nothing is secure in this world, everything is connected, everything is visible. So stay safe"
"There are many spiders on the web"

Root any mobile: Rooting Explained

"Hack your android phone like a pro"


Sometimes it happens that when I show a feature of my android phone to my friend, he ask, "How is this done?"
I very confidently say, "I can do this because my device is rooted."
And he gets startled, "What is That??"

Root icon and text

So, today I will tell all my readers what is Rooting? How to root almost every android device? and What are its benefits??

Rooting, in a nutshell, is the process that provides users with full administrator control and access to an Android smartphone or tablet Similar to "jailbreaking" an iOS device, this is often done in order to bypass carrier or handset-maker limitations or restrictions.
Once you achieve "root access," you can replace or alter applications and system settings, run specialized apps, and more.

YOU MAY ALSO LIKE: