Relational operators are significant operators and can be used to change
things easily. They can be used to compare two things easily. Few of the
relational operators are AND, OR and NOT. These relational operators can
be easily implemented in any shell language code.
Here is a command-line example that deals with relational operators:
>>>> 2 ! = 7
>>>> x === y
3) Assignment operator
The assignment operator just gives the value to a variable or loop code. By
using this operator one can easily assign things to the element.
Here is the example for the assignment operator:
x = 7
With this, we have completed a brief exploration of the scripting world.
Shell language is a must for any hacker that is serious about his job. You
can also implement these concepts with python programming for doing
advanced tasks in hacking.
In the next chapter, we will start with an
exploration of going into a hacker's mind and how they plan things. Let us
start!
This chapter is a pathway to help you start thinking like a hacker. To stop
attacks that would come frequently you should make yourself accustomed
to the hacking methodology.
In this chapter, we will in detail explain the
phases that one needs to perform to call oneself a hacker. Let us start to the
exciting world of the hacking process.
a)
Foot-printing the system
b) Scanning the targets
c) Getting
access to the syste m
d) Using the access for exploitation
e)
Continuing the access
f) Creating backdoors in the system
In the next sections, we will in detail explain the six phases in detail. We
will give out some example tools which can be used for individual phases.