Let's have a look at what data packets are - DATA PACKETS After establishment of connection it's time to transfer data. A data packet is the important basic building block in networks. A packet is the name we give to a self-contained collection of data, plus a header tha…
FOR PART 1 : CLICK HERE In the previous part we have seen how to print using echo command and using loops. COMPARING NUMBERS If you want to compare between two numbers read x read y [[ $x -gt $y ]] && echo 'X is greater than Y' [[ $x -eq $y …
Quick note: Anything encased in [ ] means that it’s optional. Some commands can be used without options or specifying files. ls — List directory contents ls is probably the most common command. A lot of times, you’ll be working in a directory and you’ll need to know what files …
USB Rubber Ducky The USB Rubber ducky is not actually a USB in the traditional sense. It is actually a keyboard as far as your computer is concerned. So the USB Rubber Ducky is a keyboard? As far as your computer is concerned, yes, it is in fact, a keyboard (Human-Interface-De…
INFORMATION GATHERING | FROM FACEBOOK About FBI tool - FBI is an accurate facebook account information gathering, all sensitive information can be easily gathered even though the target converts all of its privacy, Sensitive information about residence, date of birth, occ…
Shell scripting is writing a series of command for the shell to execute. If you don't know what is a shell it is nothing but it provides you with an interface to the Unix system. It gathers input from you and executes programs based on that input. HERE ALL COMMANDS A…
Copyright (c) 2020 CODE-BYTE All Right Reseved