- Инструменты Kali Linux
- Список инструментов для тестирования на проникновение и их описание
- Fluxion
- Описание Fluxion
- Справка и руководство по Fluxion
- Примеры запуска Fluxion
- Установка Fluxion
- Скриншоты Fluxion
- Инструкции по Fluxion
- Fluxion
- Fluxion Help
- Fluxion Usage Example
- How to install Fluxion
- Fluxion Screenshots
- Fluxion Tutorials
- Related tools
- Fluxion in Kali Linux use for WPA WPA2 hacking in minutes beginners Guide
- How to Use Fluxion for WPA / WPA2 Hacking
- How to Use Fluxion Tutorial 2020 for WPA/WPA2 Hacking
- STEP 1: How to install Fluxion in Kali Linux
- STEP 2: Scan Wi-Fi Hotspot by Fluxion
- STEP 3: Choose Target WiFi Hotspot
- STEP 4: Capture Handshakes
- STEP 5: Create the Fake Login Page
- STEP 6: Hack WIFI WPA/WPA2 Password
Инструменты Kali Linux
Список инструментов для тестирования на проникновение и их описание
Fluxion
Описание Fluxion
Fluxion — это римейк linset от vk496 с меньшим количеством багов и большим количеством функций. Скрипт пытается получить пароль (ключ WPA/WPA2) от целевой точки доступа Wi-Fi, используя при этом социальную инженерию (фишинг). Она совместима с последним релизом Kali (Rolling).
Авторы: Cyberfee, l3op, dlinkproto, vk496, MPX4132
Справка и руководство по Fluxion
Управление осуществляется из текстового (диалогового) интерфейса, но также имеются опции для автоматизации.
fluxion [-debug] [-l язык ] атака .
-v Напечатать номер версии. --help Напечатать справку, статус выхода 0. -m Запустить fluxion в ручном режиме, вместо автоматического режима. -k Если есть беспроводные отключения, отключить их. -d Запуск fluxion в режиме отладки. -x Пытаться запустить fluxion с xterm терминалами вместо tmux. -r Перезагрузить драйвер. -l Устанавливает определённый язык. -e Выбор целевой точки доступа на основе ESSID. -c Указывает канал(ы) для прослушивания. -a Указывает определённую атаку. --ratio Определяет размер окна. Больший коэффициент -> меньший размер окна. По умолчанию равно 4. -b Выбор целевой точки доступа по MAC-адресу. -j Задаёт определённый интерфейс для глушения. -a Указывает определённый интерфейс для поднятия точки доступа.
/tmp/fluxspace/ Общесистемная папка для временных файлов tmp. /attacks/ Папка, куда сохраняются хендшейки и пароли.
FLUXIONAuto Если указана, автоматически запускать fluxion в авто режиме. FLUXIONDebug Если указана, автоматически запускать fluxion в режиме отладки. FLUXIONWIKillProcesses Автоматически остановить все мешающие процессы.
Как она работает
- Сканирует в поисках целевой сети.
- Запускает атаку Handshake Snooper.
- Захватывает рукопожатие (необходимо для верификации пароля).
- Запускает атаку Captive Portal.
- Поднимает мошенническую (фальшивую) ТД, которая притворяется оригинальной точкой доступа.
- Запускает DNS сервер, перенаправляющий все запросы на хост атакующего, где запущен captive portal (перехватывающий портал).
- Запускает веб-сервер, на котором размещён перехватывающий портал, с запросом к пользователю ввести его WPA/WPA2 ключ.
- Запускает глушилку, деаутентифицирующую всех клиентов от оригинальной ТД, заманивая их в мошенническую ТД.
- Все попытки аутентификации на перехватывающем портале проверяются по ранее захваченному рукопожатию.
- Как только введён верный ключ, атака автоматически завершиться.
- Ключ будет записан и клиентам будет позволено подсоединиться к целевой точке доступа.
Рекомендуется использовать в Kali Linux, также необходима внешняя Wi-Fi карта.
Примеры запуска Fluxion
Программу нужно запускать с правами root:
а далее следовать подсказкам текстового интерфейса.
Установка Fluxion
Установка в Kali Linux
git clone https://github.com/FluxionNetwork/fluxion cd fluxion/ sudo ./fluxion.sh
Установка в BlackArch
Программа предустановлена в BlackArch.
Информация об установке в другие операционные системы будет добавлена позже.
Скриншоты Fluxion
Инструкции по Fluxion
Fluxion
Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully) less bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phishing) attack. It’s compatible with the latest release of Kali (rolling). Fluxion’s attacks’ setup is mostly manual, but experimental auto-mode handles some of the attacks’ setup parameters.
- Scan for a target wireless network.
- Launch the Handshake Snooper attack.
- Capture a handshake (necessary for password verification).
- Launch Captive Portal attack.
- Spawns a rogue (fake) AP, imitating the original access point.
- Spawns a DNS server, redirecting all requests to the attacker’s host running the captive portal.
- Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key.
- Spawns a jammer, deauthenticating all clients from original AP and lureing them to the rogue AP.
- All authentication attempts at the captive portal are checked against the handshake file captured earlier.
- The attack will automatically terminate once a correct key has been submitted.
- The key will be logged and clients will be allowed to reconnect to the target access point.
Author: Cyberfee, l3op, dlinkproto, vk496, MPX4132
Fluxion Help
The tool is primary operated by text (dialog) menu.
fluxion [-debug] [-l language ] attack .
-v Print version number. --help Print help page and exit with 0. -m Run fluxion in manual mode instead of auto mode. -k Kill wireless connection if it is connected. -d Run fluxion in debug mode. -x Try to run fluxion with xterm terminals instead of tmux. -r Reload driver. -l Define a certain language. -e Select the target network based on the ESSID. -c Indicate the channel(s) to listen to. -a Define a certain attack. --ratio Define the windows size. Bigger ratio -> smaller window size. Default is 4. -b Select the target network based on the access point MAC address. -j Define a certain jamming interface. -a Define a certain access point interface.
/tmp/fluxspace/ The system wide tmp directory. /attacks/ Folder where handshakes and passwords are stored in.
FLUXIONAuto Automatically run fluxion in auto mode if exported. FLUXIONDebug Automatically run fluxion in debug mode if exported. FLUXIONWIKillProcesses Automatically kill any interfering process(es).
Requirements
A Linux-based operating system. We recommend Kali Linux 2 or Kali rolling. Kali 2 & rolling support the latest aircrack-ng versions. An external wifi adapter is recommended.
Fluxion Usage Example
and follow the instructions of the program.
How to install Fluxion
Installation on Kali Linux
git clone https://github.com/FluxionNetwork/fluxion cd fluxion/ sudo ./fluxion.sh
Installation on BlackArch
The program is preinstalled in BlackArch.
Fluxion Screenshots
Fluxion Tutorials
Related tools
Fluxion in Kali Linux use for WPA WPA2 hacking in minutes beginners Guide
Fluxion is a wifi Security analysis tool that can be used for WPA and WPA2 hacking or other wifi attacks using the MITM (Man In the Middle Attack) techniques. It is the future of wifi hacking and a combination of technical and social engineering techniques that force users to send WiFi passwords to attackers in plain text. In short words, It’s a social engineering framework using the following process
How to Use Fluxion for WPA / WPA2 Hacking
- Scan the networks.
- Capture a handshake (can’t be used without a valid handshake, it’s necessary to verify the password)
- Use WEB Interface *
- Launch a FakeAP instance to imitate the original access point
- Spawns an MDK3 process, which deauthenticates all users connected to the target network, so they can be lured to connect to the FakeAP and enter the WPA password.
- A fake DNS server is launched in order to capture all DNS requests and redirect them to the host running the script
- A captive portal is launched in order to serve a page, which prompts the user to enter their WPA password
- Each submitted password is verified by the handshake captured earlier
- The attack will automatically terminate, as soon as a correct password is submitted
How to Use Fluxion Tutorial 2020 for WPA/WPA2 Hacking
We are targeting a WPA / WPA2 encrypted Wi-Fi connection. It means a Wi-Fi access point has WPA2 encryption and multiple connected users. This attack included creating a fake access point, Jam the target Access Point, Setting up a fake login page, and forcing the user to enter a wifi password. One more interesting thing in this attack will be captured handshake for comparing entered passwords by the user. If the user enters the wrong password attack will not stop and send again fake page to enter the right password. If you want a complete tutorial you can go through following steps:
STEP 1: How to install Fluxion in Kali Linux
Fluxion is not a prebuilt tool in Kali Linux, So we have to install it on the Kali Linux system by cloning the git repository using the following syntax:
#git clone https://github.com/GiorgAtma/fluxion
When the cloning is done use the following command to start fluxion
When you see the message some dependency packages are missing or not installed. Run the following command to install the missing packages.
A new window will open and start the installation of missing packages. Be patient and wait for the finishing installation.
STEP 2: Scan Wi-Fi Hotspot by Fluxion
When fluxion runs the first time, the first option is language selection. So select your language by typing the number mentioned next to the language on the screen, Press enter to proceed.
Select Channel: Channel selection is important, if you know the target AP’s channel, you may enter 2 to narrow the scan to desired channel. Otherwise, select option 1 to scan all channels and scan all networks nearby you and take a little bit of time.
STEP 3: Choose Target WiFi Hotspot
When the scanning will be completed, all available access points will be displayed on the screen. Every AP has a number next to it. The selected target must have connected clients. This attack will not work without any client. Select the Access point by entering the number mentioned next to it.
STEP 4: Capture Handshakes
Handshakes are used by AP and clients at the time of establishing a connection. Three methods are available to start getting a handshake. The most powerful method is “airplay-ng de-authentication (aggressive), use it. If not captured, use another method. In the next screen, you can check the status of handshakes by selecting the first option check handshake.
STEP 5: Create the Fake Login Page
Select option 1 for “Web Interface,” and social engineering tool will be used. Select language and go ahead.
This is the final step to fire the attack, Press enter to launch the attack. Multiple windows will be created to clone the version their wireless network alongside jamming the normal access point and the user will connect with a fake AP (unencrypted)
STEP 6: Hack WIFI WPA/WPA2 Password
The user is directed to a fake login page, which is either convincing or not, depending on which you chose.