Traceroute is a command in linux which prints the route that a packet takes which includes the details about the hops in between i.e the whole route from the host machine to the target Below pictures including with the respective examples are provided for better understanding. I…
How to hack camera of an android mobile in Kali Linux 2020 For video tutorial : Click Here Disclaimer : This post is only for educational purpose .Use what you learned in a right way. To hack camera of an android mobile first 1) Open the link and copy the code : Click here 2)N…
Gas Mask - It is an open source intelligent tool/program which is used for information gathering. It is a very useful in penetration testing,bug hunting. It gathers information from ask bing crt censys.io dns dnsdumpster dogpile github google googleplus instagram linkedin netcra…
PROXYCHAINS-CONFIGURATION Proxychains Proxychains is open source software for Linux systems and comes pre installed with Kali Linux, the tool redirect TCP connections through proxies like Socks, Tor, HTTP(S) and it allows us to chain proxy servers. Uses With proxychains we can h…
CUT COMMANDS IN LINUX SHELL SCRIPTING #2 FOR PART 1 : CLICK HERE FOR PART 2 : CLICK HERE FOR PART 3 : CLICK HERE CUT#5 Given a tab delimited file with several columns (tsv format) print the first three fields. Sample Input 1 New York, New York[10] 8,244,910 1 …
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 …
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…
THE OSI MODEL The Open Systems Interconnect (OSI) model describes how networks communicate. It describes the various protocols and activities. It also states how the protocols and activities relate to each other. This model is divided into seven layers. It wasa originally devel…
LINUX | INTERMIDATE LINUX SHELL [TERMINAL] A shell is a program that receives commands from the user and gives it to the OS to process, and it shows the output. It is the main part of any linux distros as Linux is based on the command line interface (cli), however some of the GU…
PROGRAMMER | HACKER A programmer makes programs to run the applications. A hacker makes program to bypass these programs. A programmer brings new features to the application A hacker tests and breaks into those featurees by an uneven way. A programmer don't need to res…
LINUX | BASICS ABOUT Linux, a free open-source operating system. Linux has been under active development since 1991. It has evolved to be versatile and is used all over the world, from web servers to cellphones. There are several Linux Distributions, commonly called distros :…
Copyright (c) 2020 CODE-BYTE All Right Reseved