Мониторинг wifi сетей termux

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

User scripts to log wifiscan info to csv file.

License

noob-max-ai/termux-wifiscan-logger

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

User scripts to log wifiscan info to csv file.

I built this to collect data about wifi beacons around me. I will add location related stuff later. The motivation was to analyze data around me.

git clone https://github.com/noob-max-ai/termux-wifiscan-logger/ --depth=1 cd termux-wifiscan-logger python beacon.py

Setup with termux widgets

mv beacon.py ~/ chmod +x beacon.sh mv beacon.sh ~/.shortcuts/
  • Turns on Wifi
  • Logs wifi beacons to beacons.csv file
  • Turn off wifi If wifi is on
  • Logs wifi beacons to beacons.csv file
Читайте также:  Usb wifi tl wn822n

About

User scripts to log wifiscan info to csv file.

Источник

Устанавливаем Aircrack-ng в термукс

Termux, please

Всем привет, сегодня я расскажу вам, как же можно взломать WiFi, точнее как установить инструмент для работы с ним. Сразу предупрежу, нужны рут права, и возможно ядро.

Aircrack-ng — набор утилит, предназначенных для обнаружения беспроводных сетей, перехвата их трафика и аудита ключей шифрования WEP и WPA/WPA2-PSK.

Вы наверное слышали, насколько трудно перевести Wi-Fi-адаптер смартфона в режим мониторинга. В Termux на этот случай есть пакет утилиты iwconfig, которая управляет беспроводными сетями. Нам надо ее установить.

Для начала нужны вспомогательные утилиты:

Теперь можно ставить iwconfig с остальными тулзами для работы с беспроводными сетями:

$ pkg install wireless-tools

И еще поставить отдельно iw:

Теперь нам надо будет зайти как рут и перевести нашу сетевую карту в режим монитора. Для этого мы сделаем так:

$ tsu $ iw phy0 interface add mon0 type monitor

Проверим наши адаптеры и их статусы:

Если что-то отображается не так, проверь, работает ли Wi-Fi, и убедись, что он не подключен к каким-либо сетям.

Далее нам нужно поднять наш монитор:

Конечно, не все устройства с Android поддерживают режим мониторинга. Проверить это можно приложением bcmon, которое среди прочего умеет включать режим мониторинга на совместимых чипах Broadcom. Для всех остальных придется купить переходник USB — OTG, в который воткнуть один из поддерживаемых десктопной Kali адаптеров. Для этого понадобится пересобрать ядро с нужными драйверами.

Теперь можем ставить aircrack-ng:

И можем запустить airodump-ng:

Теперь можно перехватывать трафик открытых точек, спамить deauth-фреймами, отключая неугодных соседей посторонние устройства от интернета, ловить хендшейки для взлома паролей. Это всё будет в следующих статьях. На этом я закончу, спасибо за внимание.

Данная инструкция — не доработана, вроде бы Aircack убрали с репозитория термукс, но статья о нём обязана быть, просто следите за этой статьей, и как переработаю инструкцию, так и появится она тут.

git clone https://github.com/aircrack-ng/aircrack-ng.git cd aircrack-ng/ autoreconf -i ./configure --with-experimental --with-ext-scripts make sudo make install

Спасибо за внимание!

  • ✅Основной канал — https://t.me/under_public
  • 🏴‍☠️ Приватный канал — https://t.me/joinchat/AAAAAEmM-bkL9Pv7KLyL7w
  • 🛒HackAli — cамые интересные хакерские товары с Aliexpress!
  • 👨‍💻Termux, please — 100% termux
  • 🐧Linux, please — всё о Linux
  • 💭Чат — https://t.me/UnderChats
Читайте также:  Телевизионная приставка ростелеком вай фай

Со всеми предложениями и идеями для статей пишите нашему боту @undermbot

Источник

📡 Wifi Hacking Tools for Termux | Hack WiFi using Kali Linux

Hacking wifi is not much easy as you think. But Today I will introduce you to a tool known as Wifi-hacking.py that helps us to Hack a Wifi easily using Termux. We can use it in Termux and Kali Linux both but it required root access in Termux. We can use Kali Nethunter in Termux.

These are some of the amazing features offered by Wifi-Haacking.py

  • Start monitor mode
  • Stop monitor mode
  • Scan Networks
  • Getting Handshake
  • Create a wordlist
  • Install Wireless tools
  • WPS Networks attacks
  • Scan for WPS Networks
  • Crack Handshake with rockyou.txt
  • Crack Handshake with the wordlist
  • Crack Handshake without a wordlist

Wifi Hacking Tool in Termux

Termux is an android emulator that comes with some basic packages. Before installing Wifi-Hacking.py in Termux make sure you have a rooted device or use Kali Nethunter. If you have not Kali Nethunter then you can search for it on the website. Let’s move toward the installation.

STEP-1: Update and Upgrade Termux Terminal.

STEP-2: Install the required packages for the WiFi-Hacking.py tool.

$ apt install git $ apt install python $ apt install python3 $ apt install cmatrix

STEP-3: Clone Wifi-Hacking.py tool files from GitHub using the git clone command.

$ git clone https://github.com/akashblackhat/wifi-hacking.py.git $ ls

STEP-4: Now you need to open the wifi-hacking.py directory/folder using the cd command.

STEP-5: Run the wifi-hacking.py tool using python3 and enjoy it.

Wifi Hacking Tool in Kali Linux

Here are some commands you have to follow to install the Wifi Hacking tool in Kali Linux.

$ sudo apt-get update && apt-get install git $ git clone https://github.com/akashblackhat/wifi-hacking.py.git $ ls $ cd wifi-hacking.py $ ls $ sudo python3 wifi-hacking.py

Search Network. Hack Wifi and Enjoy Free Internet. Wait Wait Wait Don’t Forget to Join Telegram. Wifi Hacking is illegal so do it at your own risk. All the information available on our website is for educational purposes.

Читайте также:  Wi fi antenna gains

Источник

Wifite Termux – 🖲️ WiFi Hacking Tools for Termux

Hello Friends, Welcome all to our blog aktermux.in and today I am going to discuss about best WiFi Hacking Tools in Termux. Termux is a best apk to learn Ethical Hacking but sometimes we need some extra requirements for any tool.So, today we are going to learn WIFITE installation in Termux without rooting your Android device.

Introduction to Wifite Tool

Wifite is the most famous wifi hacking tool used to break wifi passwords within seconds. Wifite is a tool to audit WEP or WPA-encrypted wireless networks. It uses aircrack-ng, pyrite, reaver, tshark tools to perform the audit. Wifite automatically scans wireless networks for Hacking.

Requirements of Wifite Tool

  • Approx 200 MB data
  • Adapter ( Amazon Buy Now )
  • Wifite Features
  • Accurate
  • Easy to use
  • Automatically Find Passwords
  • No Need any physical connection

Wifite Tool in Termux

Wifite is a tool works with root access. So we need to give root access to our Termux without rooting our mobile phone. Such that we need to install Ubuntu in Termux. I have already discussed about Ubuntu installation in Termux. Ubuntu required only 300MB data in installation and setup. You can also download Kali Nethunter in Termux.
I hope you have installed Ubuntu or Kali Nethunter. Now open Ubuntu terminal and follow these commands :-
$ apt-get update
$ apt-get upgrade
$ apt-get install git
$ apt install python 2
$ git clone https://github.com/derv82/wifite2
$ cd wifite2
$ python2 setup.py
$ apt install aircreak-ng
$ python2 Wifite.py -h

We have downloaded it successfully….

Wifite in Kali Nethunter

It is very simple to download Wifite Tool in Kali Nethunter. Open Kali Nethunter terminal and run $ sudo apt install wifite command.Now you have to enter sudo password ( default Kali )
After completing download simply run $ wifite and your tool will be run sucessfully.

Conclusion

In this article we have discussed about Wifite Tool in Termux. It is one of the best tool for WiFi Hacking. If you like our post please share it with your friends and if you have any issue in installation watch the video carefully.

Источник

Оцените статью
Adblock
detector