Monday, February 26, 2024

Basic of KALI Linux

Important commands:

Ping command:






1.Proxy chain:


Proxy is define a technic of bouncing the network traffic and hiding the identity from original machine.

How works proxy chain:

Step-1:Open Firefox in kali Linux(open myip.com)





Step-2:use following command proxychains -h

find the path proxychain.config file:




Step-3:Edit the proxychain.config file:


Step-4:Edit the proxychain method:

Step-5:over write in nano editor got error because of root access:


Step-6:sudo command should use to overcome the error:




Step-7:How to start tor in Linux system:




Step-8:Final step to check the proxychain :



Firefox browser will open---->type myip in browser:



Here different ip shows and country not showing.
This how we can use anonyms internet usage. 



2.N-Maps scan


Network scanning tool and used to find devices connect in network.

Following purpose we can use Nmaps:
  • Find the detail information for network connected devices.
  • Find the live ports and open ports in device/system.
  • used to protect business and personal websites.
This method used to find vulnerability of the devices/network

using this N-map always work with sudo su command


by using above command we get the OS information, open ports details.


Collect the information from connected network devices:
Command:(nmap -A -T4 192.168.1.1)

-A----->all details
T4----->speed to collect data







Accessing Automation Desk With XIL API via Python:

Quick Overview : Replace the HIL API Python import directive with calls to clr.AddReference() (a command of the Python for .NET package), by...