Skip to main content

Posts

Showing posts with the label Hacking tips

How to Enable God Mode in Windows 10

What is God Mode ? GodMode Origin would be from probably from windows 7, from windows 7 onward we started hearing a strange word known as GodMode. what's exactly is GodMode and what will be there inside it, Let's see. GodMode is a special folder in Windows that gives you quick access to over 200 tools and settings that are normally tucked away in the Control Panel and other windows and menus.   How to create or enable GodMode  The steps are as follows : 1. Create a New folder. 2. Name the folder as  GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} and click enter key, WoW congratulations that's all you have done it. 3. You will be finding out different options and settings, if you want you edit the options. My suggestion would be before editing please make sure in which option you are doing the changes and in what options & also take the OS, data backup.  GodMode Folder Inside GodMode Folder Try this and let us know on the com...

How to transfer data from Mobile to PC

If you're having phones obviously two things will be there 1. Data in mobile 2. Laptop and how to transfer from mobile to Laptop. Let these things be in one side, in other side technologies are getting improved on seconds basis, so if we are not updated then we are not fit to live in it. So for sharing data from mobile to Pc or Laptop many Apps came, in mobile itself when we plug-in with usb cable it asks for a question "How this device is going to be used" in that we can select the needed options and we can share the data. It's a old technology but still worth it Bluetooth pairing between the devices and the data transfer is very simple. Additional style is through OTG cable and OTG pen drives. It is also a new technology to make the smooth connection between the mobile devices and the Laptops or PCs. If want to buy it click here .  Apps: 1. Airmore  2. Share it 3. Google drive 4. One drive 5. Apower manager Some of the apps for sharing/ s...

Google Secrets, Tricks and Hacks | Part -2 | Google Fun Side

This is the second part of Google fun side secrets. They are as follows. 1. Google underwater 2. Google mirror 3. Google zipper 4. Tilt Google 5. Web driver torso 6. Do a barrel roll 7. Flip a coin 8. Roll a dice 9. Goo goth 10. Google in 1990 11. Zerg rush And many more we can find on the same screen. Thanks to members who are doing these experiments... 

Google Secrets, Tricks and Hacks | Part -1 | Google Fun Side

Google secret experiments are invented by Mr.Doob. There are so many projects. we can see that projects and try. There are lots of experiments can be made by code editors. These experiments are working mostly by AI - Artificial Intelligence 1. Epic Google . 2. Google Sphere . 3. Google Gravity . 4. Google Rainbow . 5. Google BallPool . Some of the experiments are available here, Please do visit this link below. Google Secrets. Share this to your friends too, let then also know about it. Happy New Year Guys....

Want to capture audio using a link

In-order to capture audio using a link the application used would be "Say hello" Since it's a hacking tip obviously these steps has to be done or followed from the Kali-Linux, about Kali-Linux we have discussed a little bit on the previous post. Here let me demonstrate everything about this application. Say hello is a wonderful application to capture audio from target using a link, It has two powerful port forwarding feature for accomplishing this task. 1. Serveo 2. Ngrok. Both are classic servers used for Port forwarding. The command used for executing and downloading the application into Kali-Linux are as follows: 1. for downloading the setup use this command on the Kali-Linux terminal (or) in termux, a small package which can be installed on mobile phones for hacking & cracking purpose  "git clone https://github.com/thelinuxchoice/sayhello"  2. then navigate into the folder for which the command used would be            ...

How to view connected & previously connected Wi-Fi profile's password by CMD

In normal GUI also we can see the password of connected & previously connected Wi-Fi profiles. But if you know in CMD version that will give you additional strength. First and foremost thing is open CMD with Administrator rights The two commands we are going to use are as follows. 1. netsh wlan show profile 2. netsh wlan export profile folder=dest.path key=clear 1.  netsh wlan show profile : for listing out the connected and previously connected Wi-Fi profiles. 2. netsh wlan export profile folder=dest.path key=clear for exporting the password file to the destination path when key=clear this is the condition we are setting. The exported file would be in the dest.path where you have given and the extension would be in .xml. netsh wlan export profile folder=C:\ key=clear Here C:\ -- destination path, where the password file has to be exported.  The .xml files will be created on the name of the Wi-Fi profile name. Which Wi-Fi profi...