Recently, someone asked how to make your own “Evil USB,” and I promised to make a how-to on this topic. In addition, it would be nice to have something related on our WonderHowTo world. So here it is! Introduction Most common USB flash drives are exploitable due to the “BadUSB” vulnerability. This allows us hackers to reprogram the microcontroller in them to act as a human interface device (HID), e.g., a keyboard, and perform custom keystrokes on our target machine. This scenario is often called an “HID Payload Attack,” since you have to hand over your script to the Bad USB for the execution (more on that later). Even though almost every USB flash drive is exploitable, the only released reprogramming method is for “Phison” microcontrollers. In this tutorial, we are going to determine the microcontroller of your USB flash drive, compile the source code published in GitHub for the tools we need, and move over to building a custom firmware with an embedded HID payload that will turn...
Here you will know about the most popular programming languages in 2018. Every year a survey is done among the developers and shared on stackoverflow. This year the survey was done among 100,000 developers and on the basis of that I am sharing the list of famous programming technologies. Top 10 Most Popular Programming Languages in 2018 In this list JavaScript is the most used programming language and maintaining this position from last 5 years. Being one of the fastest growing language, popularity of python is increasing day by day. This year python outranked c#, last year it outranked php. You can learn more about the survey here https://insights.stackoverflow.com/survey/2018/ Comment down below what is your favorite programming language. Do share the article with you friends.
In Windows PC, there are many commands and Hidden features that we don’t know. In this post, I tell you How can you make a fake file of any size in any format. From this Windows Trick, you can make fake music file, documents file, movie file, audio file in any size whatever you want. Benefits of this Tricks: 1. You can make any type of file at any size in just seconds. 2. Troll your friends. 3. Fill any empty Pendrive in just seconds. So how this work This Window trick work on Windows Command names FSUTIL. Fsutil is command line utility, this command provides some technical information of disk drives. Create Fake File at any Size and any format without any software in Windows 1. Press windows button and type cmd, Select cmd.ex and right click on it Run as administrator. 2. Type fustil command and see below for example. fsutil file createnew C:spyboy.mp4 500000000 change “spyboy” with your file name change”.mp4″ with your file extension change “50000000” w...
Comments
Post a Comment
What do you think about this post?
You share share your ideas and add your own conclusion in the comment box.