Gambling Affiliation

Gambling Affiliation

Saturday, 21 May 2016

Get Android N on your Android Device:

You can get your Android N feature but after get rooted you should download and install Xposed installer through which you can get Xposed Module to get Android N feature. Follow the instruction below!

#1 Root your Android Device.

#2 You need to install Xposed Installer and installation process of this programme on your Android is quite a lengthy process: follow the below process to install Xposed Installer on Your Android:

Get Android N Feature On Your Android – Xposed Installer

How To Install Xposed Installer On You Rooted Android Device

*i Root first.

*ii Go and check your Android CPU architecture to get an absolute Xposed framework for your Android, download this software to check that.

*iii Get your custom recovery in your Android, and to get that you need to search on Google for your device model custom recovery, and after that, you need to flash it using application ROM manager.

*iv After all recovery and flash down, you need to download Xposed Framework Zip file, Select any one according to your CPU makeover.

*v Now just flash this Zip file through your Android recovery using ROM manager you had downloaded.

*vi Sooner if your zip file is flushed by the ROM then simply reboot your device.

*vii All done, you have installed Xposed Installer on your device and next is to follow the below continuation to get Your Android N Feature.

#3 Download Android N-ify , This is the only application in which you will get cool feature and allowed to customised your Android even more amazingly, moreover, you will get Android feature with this application.

#4 After installing the Android N-ify, exposed module this app after completing, just reboot your device.

#5 After the reboot you will see all the User Interface changed to Android N and amazing cool Android N features, you will definitely love your device more than ever.

All done, just enjoy your New Device UI having Android N features and UI, make sure to have a proper guide and read again and again to understand what the tutorial is explaining.

Using WhatsApp Without Number!

You will be surprised to know that it is possible to use WhatsApp without any number registration, The below instructions will guide you that how really you can use WhatsApp without any registration.

* Uninstall your WhatsApp application and again download it from Google Play Store.

* Before installation you should disable your network by Enabling Flight Mode.

* Now click on WhatsApp and input your mobile number but it will not accept that and will ask you to use an alternative method to verify your identity. Now select Check Through SMS and put your Email address.

* Now click on send and instantly click on Cancel Button. This is just a process to terminate authorization process.

(All done, but it’s just a beginning of the installation the cool trick is just started from below)

* Now download and install the application “Spoof Text Messages” for Android users and for iPhone install Fake-A-Message

* Next, go to Outbox and copy the details and proceed to false verification process in above spoof or fake message apps.

* There use below details to complete false verification of WhatsApp.

To: +447900347295
From: your country code, your mobile number Ex: +91 1234567890
Message: Your e-Mail address.
If you are facing any problems using the above steps then use TextNow application for Android or iOS to send fake message,

The trick is being tested!

Follow the steps to Block Suspicious IP address Using Bot Revolt Software:

#1 Download and install Bot Revolt for your Windows PC, You have to mention your name and your email address to get this software for free, (See below)

Bot Revolt

#2 Go to your same email account and check the mail for download link provided by Bot revolt, you will download the update package for software Bot Revolt, and downloading might take some time depends on your connection speed.

Bot Revolt

#3 The packages you downloaded will track your every connection, the updated package will automatically block the suspicious IP’s. (Follow the software instructions)

Block Suspicious IP

#4 In this tool users can also switch to incognito mode but only for paid users.

Use Incognito Mode

After you able to successfully installed and run the software following the instructions then you are fully secure from any inbound suspicious net connection to your computer, even your credentials will be secure on the PC itself.

Hacking Web Browsers using BeEF

BeEF is short for The Browser Exploitation Framework. It is a penetration testing tool that focuses on the web browser.

BeEF was developed by a group of developers led by Wade Alcorn. Built on the familiar Ruby on Rails platform, BeEF was developed to explore the vulnerabilities in browsers and test them. In particular, BeEF is an excellent platform for testing a browser’s vulnerability to cross-site scripting (XSS) and other injection attacks.



BeEF is built into Kali Linux, and it can be started as a service and accessed via a web browser on your localhost. So let’s start by firing up Kali and cooking a bit of BeEF.
Start the BeEF service by going to “Applications” -> “Kali Linux” -> “System Services” -> “BeEF” -> “beef start.”

Step: opening a browser to BeEF

The BeEF server can be accessed via any browser on our localhost (127.0.0.1) web server at port 3000.
To access its authentication page, go to:  http://localhost:3000/ui/authentication

The default credentials are “beef” for both username and password.

Great! Now you have successfully logged into BeEF and are ready to begin using this powerful platform to hack web browsers.

Note that in the screenshot below that my local browser, 127.0.0.1, appears in the left hand “Hooked Browsers” explorer after I clicked on the link to the demo page. BeEF also displays its “Getting Started” window to the right.

Step 3: viewing Browser details

If I click on the local browser, it will provide with more choices to the right including a “Details” window where we can get all the particulars of that browser. Since I am using the Iceweasel browser built into Kali, which is built upon Firefox, it shows me that the browser is Firefox.

It also shows me the version number (24), the platform (Linux i686), any components (Flash, web sockets, etc.), and more information that we will be
able to use in later web application hacks.

Step 4: hooking a browser

The key to success with BeEF is to “hook” a browser. This basically means that we need the victim to visit a vulnerable web app. This injected code in the “hooked” browser then responds to commands from the BeEF server. From there, we can do a number of malicious things on the victim’s computer.

BeEF has a JavaScript file called “hook.js,” and if we can get the victim to execute it in a vulnerable web app, we will hook their browser! In future tutorials, we will look at multiple ways to get the victim’s browser hooked.
In the screenshot below, I have “hooked” an Internet Explorer 6 browser on
an old Windows XP on my LAN at IP 192.168.89.191.

Step 5 : Runing commands in the browser

Now, that we have hooked the victim’s browser, we can use numerous built-in commands that can executed from the victim’s browser. Below are just a few examples; there are many others.

Get Visited Domains
Get Visited URLs
Webcam
Get All Cookies
Grab Google Contacts
Screenshot

In the screenshot below, I selected the “Webcam” command that many of you may be interested in. As you can see, when I execute this command, an Adobe Flash dialog box will pop up on the screen of the user asking, “Allow Webcam?” If they click “Allow,” it will begin to return pictures from the victim’s machine to you.

Of course, the text can be customized, so be imaginative. For instance, you could customize the button to say “You have just won the lottery! Click here to collect your winnings!” or “Your software is out of date. Click here to update and keep your computer secure.” Other such messages might entice the victim to click on the box.

Step6 : Getting Cookies

Once we have the browser hooked, there is almost unlimited possibilities of what we can do. If we wanted the cookies of the victim, we can go to “Chrome Extensions” and select “Get All Cookies” as shown in the
 screenshot below.

When we click on the “Execute” button to the bottom right, it will begin collecting all the cookies from the browser. Obviously, once you have the user’s cookies, you are likely to have access to their websites as well.
BeEF is an extraordinary and powerful tool for exploiting web browsers. In addition to what I have shown you here, it can also be used to leverage operating system attacks. We will be using it and other tools in my new series on hacking web applications, mobile devices, so keep coming back, my greenhorn hackers.

Also See :- How To Hack Facebook Account Using BruteForce 
Also See :- How To Hide Last Name On Facebook