16 Aug 2018

Chapter 4: OS Command Injection | XVWA |[HINDI/URDU] [NAITIK-HAIKING]


OS Command Injection is an attack technique used for unauthorised execution of operating system commands.

We can see network interface and ip address 
192.168.1.1 | ifconfig
---------------------------------------------------------------------------------------
We can see current directory 
192.168.1.1 | dir
---------------------------------------------------------------------------------------
We can see directory file list 
192.168.1.1 | ls
---------------------------------------------------------------------------------------
We can see what entry it added to the "/etc/passwd" file by entering:

tail -1 /etc/passwd
-----------------------------------------------------------------------------------------
What Is the "/etc/passwd" File?

The first file we will look at, called the "/etc/passwd" file, does not actually store passwords.

At one time, this file stored the hashed passwords of every user on the system. However, this responsibility has been moved to a separate file for security reasons.

Let's look at what is in the "/etc/passwd" file:

cat /etc/passwd
---------------------------------------------------------------------------------------

Video Maker Used:-
Icecream Video Recorder(Screen Recorder)
https://goo.gl/Vd8Weh
AVS Video Editor (Video Editor)
https://goo.gl/8UPTHo
uMark Photo Watermarker
https://goo.gl/SWoCu8

Thanks for visiting our YouTube Channel 
Please Subscribe Our Channel to Support Us
Facebook Group 
https://bit.ly/2K8fH33
Our Blog Url: 
https://goo.gl/jnZXi6
Follow on Twitter
https://goo.gl/e81de8
Like On Facebook
https://goo.gl/NctBB2
Naitik Haiking - Google+
https://goo.gl/5GLu94

0 comments