Katana Framework – Hack Tools | Sniffing, Backdoors | Finding Admin Panels

Katana Framework – Hack Tools | Sniffing, Backdoors | Finding Admin Panels

What is Katana Framework?

Katana is a platform written in python for penetration testing, built on a simple and detailed format for anyone to use, customize and distribute, the aim is to unify software for technical use while conducting a penetration test or simply as a routine method, the current version is not fully stable, it is recommended to upgrade every time you use it .

What is Sniffing?

Sniffing is a method for tracking and collecting all data packets passing through a given network. Sniffers are used by the network/system administrator to track and address network traffic. Attackers use sniffers to intercept data packets containing personal information such as passwords, account information, etc. Sniffers may be hardware or software mounted on your device. Through putting a packet sniffer on a network in promiscuous mode, a malicious attacker can intercept and evaluate all network traffic.

We will use Sniffing in two different ways which are to be as –

a) Active Sniffing:

Sniffing in the switch is active sniffing. The switch is a point-to-point network system. The switch controls the data flow between its ports by closely tracking the MAC address of each port, which allows it to transfer data to its intended target only. In order to catch traffic between target sniffers, traffic must be aggressively injected into the LAN to facilitate traffic sniffing. This can be achieved in a number of ways.

b) Passive Sniffing:

It’s a method of sniffing around the hub. Any traffic that travels across the uninterrupted or uninterrupted section of the network can be used for all devices throughout that segment. Sniffers run on the network’s data link layer. Any data transmitted over the LAN is directly sent to each and every computer connected to the LAN. This is called passive since the sniffers mounted by the attackers passively wait for the data to be transmitted and captured.

What is Backdoors?

Backdoor is a way of manipulating an operating device or encrypted data that bypasses the normal security mechanisms of the system. The developer can set up a backdoor so that an application or operating system can be accessed for troubleshooting or other purposes.

What is Admin Panel?

The Administrator program, also known as Back-end, Admin Panel or Control Panel, is an interface where administrators and other site officials with sufficient privileges can manipulate the Joomla look! Enabled web site, please. There are a lot of things that can be performed with the administrator interface.

Lets start with Hack Tools and finding Admin Panels, Sniffing, Backdoors in Katana Framework

For this you have to follow these steps-

Step 1: Either download or clone the github by typing the command

git clone https://github.com/PowerScript/KatanaFramework.git

cd KatanaFramework

sudo sh dependencies

git clone https://github.com/PowerScript/KatanaFramework.git

Step 2: Install the software step by step by typing the command sudo python install

sudo python install

Step 3: Now type the command ktf.console to start the Katana Framework.

ktf.console

Step 4: Now open all the modules of Katana Framework by typing the command show modules.

show modules

Step 5: Type the command use web/cp.finder to find any module link or page on katana framework.

use web/cp.finder

Step 6: We use this website URL (www.mrevery.com) to locate the admin panel/page of the website. You will use the desired website and then run it.

Set target www.mrevery.com

run

set target www.mrevery.com

Also Read-

 

MrEvery Team