Bannyblanco
Professional
- Messages
- 160
- Reaction score
- 130
- Points
- 43
Recover cookies using the Xerosploit Framework
Xerosploit is a penetration testing toolkit that targets MiTM attacks. This program includes various modules that allow you to carry out effective attacks.
Utility Capabilities:
Port scan
Network map
DOS attack
HTML code injection
Injection of JavaScript code
Sniffing
DNS spoofing
Batch replacement
დაზიანებაDamage of web pages and other ...
Installing Xerosploit
Open the terminal in Kali Linux and enter the command to update the packages:
apt-get && apt-get upgrade
Then we clone the tulle repository from GitHub: -
git clone https://github.com/LionSec/xerosploit
We move to the utility directory:
cd xerosploit
And run the installation script:
sudo python install.py
Then we wait for the installation process of the tool and all the necessary libraries to be completed.
Use
You can run tulle with the following command:
sudo xerosploit
We will open the main menu of the tool if you want to select the plugin. To view the list of add-ons, enter the command:
help
This command will open a list of available modules.
If we want to carry out a sniffing attack on a target customer. To do this, select the scan module:
scan
The tool scans the network for users. After scanning, a list of connected users will open, where we will get the ip-address of the user we want to attack.
Then enter the target IP address and enter the following command:
help
This tool will provide you with a list of modules available to carry out attacks. Select Sniffing Attack from the list using the following command:
sniff
Then enter the command to launch an attack:
run
The utility will begin interpreting user network packets, which may include cookies, passwords, and so on.
Xerosploit is a penetration testing toolkit that targets MiTM attacks. This program includes various modules that allow you to carry out effective attacks.
Utility Capabilities:
Port scan
Network map
DOS attack
HTML code injection
Injection of JavaScript code
Sniffing
DNS spoofing
Batch replacement
დაზიანებაDamage of web pages and other ...
Installing Xerosploit
Open the terminal in Kali Linux and enter the command to update the packages:
apt-get && apt-get upgrade
Then we clone the tulle repository from GitHub: -
git clone https://github.com/LionSec/xerosploit
We move to the utility directory:
cd xerosploit
And run the installation script:
sudo python install.py
Then we wait for the installation process of the tool and all the necessary libraries to be completed.
Use
You can run tulle with the following command:
sudo xerosploit
We will open the main menu of the tool if you want to select the plugin. To view the list of add-ons, enter the command:
help
This command will open a list of available modules.
If we want to carry out a sniffing attack on a target customer. To do this, select the scan module:
scan
The tool scans the network for users. After scanning, a list of connected users will open, where we will get the ip-address of the user we want to attack.
Then enter the target IP address and enter the following command:
help
This tool will provide you with a list of modules available to carry out attacks. Select Sniffing Attack from the list using the following command:
sniff
Then enter the command to launch an attack:
run
The utility will begin interpreting user network packets, which may include cookies, passwords, and so on.