Ads

Ads

Results for PC Tips

How To Use PdaNet Pro To Share Internet Connection To Your Laptop Even If Using Vpn

May 02, 2017
PDANet+ is one of the top Android apps using for sharing tunnel VPN connection, it is to stop some tethering limitations on your Android device and allows you to connect all your tunnel VPN network to any PC or device via USB Tethering or WiFi Hotspot.

Settings for Pdanet+ on Android to use Internet connection through USB Tethering

This one is for those that wants to connect using USB. If you want to do so using Hotspot, scroll down.

1. Download
Download Pda Net Pro For Andriod
Download Pda Net For Windows.exe


2.  Run the installed PDANet+ app on your Android.

3. Also Install The Pda Net For Windows Via your Pc
4.Launch the PDANet+.apk on your Android, there are three options available :



5. Make sure you Enable USB debugging on your Android (from the “Developer Options”).



6. Tap and Activate the “ USB Tether ”option for best reliability and connect your USB cable to the PC

7.  confirm that it is connected to the phone.

8. Open the PDANet+ menu from the notification bar of your Windows and click on “ Connect Internet (USB) ”.

9. It will verify and authenticate your connection automatically and you will be connected via USB.




10. You Are Good To Go
How To Use PdaNet Pro To Share Internet Connection To Your Laptop Even If Using Vpn How To Use PdaNet Pro To Share Internet Connection To Your Laptop Even If Using Vpn Reviewed by Unknown on May 02, 2017 Rating: 5

Hack Someones Facebook or Gmail from Tabnapping Method

April 18, 2017
this post is a advance level version to hack someone’s facebook and gmail account. it can works on also other social sites.
As our website’s name says it’s all about hacking. That’s why we work regular on new hacking tricks to create a niche for our website and to provide our visitors best of them. The trick i am going to tell you in this post is not so popular yet.
as in my previous post i have shown you Advance Level Phishing Method to hack social sites more easily.if that method not works for you then you can apply this method. before read this post i recommend you to fire up my previous post to learn some basic of facebook and gmail hacks and phishing to easily hack into someones facebook or gmail account.

Disclaimer– This tutorial is for educational propose only. The main motive behind the post is to guide as many as people how hackers hack Emails or how they can steal your information easily. We do not recommend anyone to try this process. If someone face problems after applying this ,Neither author nor Moonking Hackers Club Will be responsible.
so lets come to our topic i.e. Tabnapping

Tabnapping

first of all thanks to that man who is behind this amazing trick.i search lots of about him or her but i can not found him. tell me through comments if i am breaking any copyrights. this method is similar like a phishing attack. you have nothing to do just follow this whole tutorial.

Configure Files and Scripts

as we have seen in previous phishing methods we need some files. This trick also require some files and scripts. in previous phishing methods i also shown you how to create that files. But here you have to be a good programmer to generate files. so i am providing direct download link here to make hacking of a facebook account easy for you.
  • download tabnapping files from here
  • extract the downloaded zip file
tabnapping files

 Choose a webhost to get someones facebook passwords there

you have to choose a webhosting provider. there are lots of free webhosting sites. and some of my regular visitors know  that i always recommend to 000webhost.com. you can search on google if you want another one.

Configure Your Website

  • go to 000webhost.com and sighn up there. while sighn up choose a domain name similar to “hardest game ever”
webhosts
  • now go to your control panel>file manager
file manager
  • in file manager click on public.html
  • first delete default.php file and then click on upload option
  • now upload all the downloaded files one by one
  • your phishing site is ready now

Access Your Website

  • now go to your domain name. and it will looks like this
tabnapping home

  • yes it is a game or nothing. the game is so tough that one can not complete this game. it needs too much practice
tabnapping game
  • after some time it will redirect automatically to different page
tabnapping login
  • here page will ask victim to share this game on facebook
  • and when victim will enter his email and password in box then you can check all details in passwords.html file which is located in your file manager. you can check victims facebook passwords or gmail passwords by visiting www.yourdomainname.com/passwords.html
so this was tabnapping method to hack a facebook account for free. notify me through comments about your errors and about give some review for this tabnapping technique.
Hack Someones Facebook or Gmail from Tabnapping Method Hack Someones Facebook or Gmail from Tabnapping Method Reviewed by Unknown on April 18, 2017 Rating: 5

How to Create a Password Protected Folder in windows without any Software

April 18, 2017




I am not sure about you but many times i need to hide some my personal stuff like pics, videos and much more. Today everyone knows about Windows hidden feature which is used to hide files so that is not too secured. Anyone can access your files by a single click on “show hidden files”. So nothing is secured today.
today’s post is all about how to create a password protected folder in windows and hide from others. No one can access the folder without password which you have created. there is a huge list of software which can do this task but i am a type of man that don’t feel better while using software for basic purpose. so i found a way for us….
watch video to better understand
so letz start now and follow below steps

Step : 1 – Change Windows Settings

you have to change some basic settings of your machine to create that password protected folder.
  • go to control panel > folder options > view
  • now mark on show hidden files, folders, and drives

Step : 2 – Create the password protected folder

  • just paste below code in notepad.
cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== your password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
  • type password of your choice at the letters your password in above code
  • and save that as “private.bat”
  • now once click on file private.bat and it will create a new folder named as private.

Step : -3 Lock the folder

  • click on private.bat and it will ask you to lock your folder
  • type y for yes and n for no
  • now your folder is locked

Step : -4 Open the folder

  • again click on private.bat and now it will ask you to enter your password
  • type the password and click enter
  • your folder is unlocked now
now fire up comments and tell me your experience about this technique.
How to Create a Password Protected Folder in windows without any Software How to Create a Password Protected Folder in windows without any Software Reviewed by Unknown on April 18, 2017 Rating: 5

VirtualBox or Vmware comparison [VirtualBox v/s Vmware]

April 18, 2017








This post is all about to VirtualBox v/s Vmware. Here is complete guide to compare VirtualBox or Vmware- The best two Virtualization software ever. by using this way you can install different Operating Systems in your host machine. Most Kali Linux lovers uses VirtualBox or Vmware only. But when you ask which should i go with then most will prefer to use VMware. Here you will get a reason why to use and which one is for you.


What is Virtualization?

Virtualization is a combination of software and hardware engineering that creates Virtual Machines (VMs) – an abstraction of the computer hardware that allows a single machine to act as if it where many machines.
there are two type of software used for virtualization VirtualBox and Vmware. Let’s Compare features of VirtualBox and Vmware.

VirtualBox

VirtualBox is best for visualizing single desktop environments.
          Platform: Windows, Mac, Linux
          Price: Free
          Download Page

    Features

  • Easy installation of popular operating systems like Windows, Linux, and Mac OS X
  • Run multiple virtualized environments simultaneously
  • Run a guest OS in “seamless mode”, which puts the applications on your main Windows desktop
  • Fast performance all around
  • supports snapshots of your virtual machines, so you can start it up from any configuration or point in its life
  • 3D Virtualization
  • Open virtual disk images made in VirtualBox, VMWare, or Microsoft Virtual PC

   Why to use virtual box

           first because it is free for use.  VirtualBox makes running other operating systems—whether it be Linux, other versions of  Windows, or even Mac OS X—super easy on your home computer. Just insert your install disc (or point it to an ISO on your computer), and you can install it in a virtual machine with as much or as little RAM, CPU, and hard drive space as you want. It integrates with     our mouse pointer, so you don’t even have to click on the window to start using it, and lets you create “snapshots” of your machines so, like restore points, you can just boot it up from any point in its history and use it from that point. You can even share your clipboard back and forth between your virtualized and host OS.

   Why to avoid this

           VirtualBox can seem a little intimidating to most beginners, but so can any virtualization         program. In addition, its “seamless” mode, while cool, isn’t done quite as well as VMWare’s— it brings the entire toolbar of your guest OS with it, and moving the Windows around isn’t the smoothest experience. But, overall, it’s still very feature-filled, and with a great documentation and a ton of users.

Vmware

VMware is best for Server Virtualization
Platform: Windows, Mac, Linux
Price: not Free

Features

  •   include all feature of virutal box and some advance features also
  •   VMware Player, run directly on the hardware itself and provide all the services you        need within the software package
  •  VMware also supports restricted virtual machines, which is useful when you want to  prevent unauthorized IT personnel from tampering with configuration settings.

 Why to use VMware

             it includes some extra features rather then virual box. vmware  provides more user friendly and smooth options.

Why to avoid this

          it is not free. provides so many options a newbie can not understand all the complications.
Editor’s Desk – so i compared above both of commonly used virtualization softwares Virtual box and VMware. if you want to test only different os in your machine then i recommend you to choose virutalbox and if you need virtualization for your business related organization then choose VMware.

VirtualBox or Vmware comparison [VirtualBox v/s Vmware] VirtualBox or Vmware comparison [VirtualBox v/s Vmware] Reviewed by Unknown on April 18, 2017 Rating: 5

Activate God Mode on Windows 10

April 18, 2017
activate god mde on windows 10

As in previous versions, Windows 10 has a God Mode, symbolic name for what is actually a hub of parameters and configuration options. In one way or another, the vast majority of the elements that appear there can be found by others Paths .here is a how to on Activate god mode on windows 10.
but God Mode is interpreted as the parent of all shortcuts within the operating system. It provides access to advanced settings with just a couple of clicks.

We are about to meet the second year with window 10 on our systems, and so far everything seems to go pretty well. We have even taken the trouble to apply some performance-oriented settings (in essence, most valid changes in Windows 7 and 8.x are also moved to Windows 10), but we need to recognize Microsoft has managed to polish a bit more Part of Windows with each new instance.
This process of Personalization is fundamental for all users, since it seeks to print a personal style on the vision of Redmond, and from there to reach a kind of commitment.
Sometimes external tools are required, but Windows 10 itself offers a huge amount of parameters, focused on what we have known for some time as God Mode.

Activate God Mode on Windows 10

  • First Make sure your system account has administrative privileges
  • Right-click on the Windows 10 desktop and choose New > Folder (Basically create a new folder)
  • Name the folder as:
  • GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} 
  • and hit enter/return 
Activate God Mode on Windows 10

Instead of retaining the typical icon that represents folders, this new element will adopt the same icon of the Control Panel, and if you wish you can move it from the desktop to any other place. The only detail is that you can not change its name, however, it is easily solved with a shortcut (and moving the original icon elsewhere).
Partitioning, disk Defragmentation, access to system logs, autoplay settings, scheduled tasks, default applications, printer settings, ClearType calibration …
all this and much more appears in Windows 10 God Mode, which fortunately is so Easy to activate as in previous operating systems.
Here is a list of settings that comes up with God Mode
Activate God Mode on Windows 10 - list

As always, the classic recommendation: Be careful. Some options are more advanced than others, and the last thing we need is an operating system out of combat.


Microsoft is still filing rough touches on Windows 10 (after all, it’s a work in progress), and mandatory updates on the Home Edition carry the risk of a not quite stable hotfix. Let’s try not to add a wrong configuration to that.
Activate God Mode on Windows 10 Activate God Mode on Windows 10 Reviewed by Unknown on April 18, 2017 Rating: 5
ads 728x90 B
Powered by Blogger.