- Инструменты Kali Linux
- Список инструментов для тестирования на проникновение и их описание
- Penetrator-WPS
- Описание Penetrator-WPS
- Справка по Penetrator-WPS
- Руководство по Penetrator-WPS
- Примеры запуска Penetrator-WPS
- 1. Ручное добавление цели
- 2. Атака всего канала
- 3. Атака всех ТД, доступных в диапазоне, с использованием PixieWPS
- 4. Атаковать все ТД с WPS APs доступные в диапазоне поочереди:
- Установка Penetrator-WPS
- Установка Penetrator-WPS в Kali Linux
- Установка Penetrator-WPS в Linux
- Как обновить все пакеты Python в Kali Linux
- Ошибки pip при обновлении пакетов Python 3
- Soft Как установить Pyrit в Kali Linux
- hcxdumptool & hcxpcaptool missing #185
- Comments
- Frankecu77 commented Dec 8, 2018
- RaduNico commented Dec 8, 2018
- Frankecu77 commented Dec 9, 2018
- enJoY8 commented Dec 12, 2018
- RaduNico commented Dec 12, 2018 •
- enJoY8 commented Dec 12, 2018
- Frankecu77 commented Dec 13, 2018
- RaduNico commented Dec 14, 2018 •
- aucaner commented Feb 1, 2019
- smittyadventure commented Mar 6, 2019
- aucaner commented Mar 6, 2019
- MrCheeseDude
- RaduNico commented Mar 9, 2019
- RaduNico commented Mar 10, 2019
- samersaid commented Apr 6, 2019
- aucaner
- vmanz187 commented May 18, 2019 •
- chengos74 commented Jul 6, 2019
- imnemonix commented Jul 31, 2019
- RaduNico commented Aug 2, 2019
- viktorcech commented Aug 16, 2019
- dphiomega commented Sep 4, 2019
Инструменты Kali Linux
Список инструментов для тестирования на проникновение и их описание
Penetrator-WPS
Описание Penetrator-WPS
Penetrator-WPS — это новый инструмент для атаки на WPS.
Это экспериментальный инструмент, который способен атаковать множество беспроводных точек доступа с включённым WPS в режиме реального времени.
Он использует атаку pixie-dust каждый раз, когда получает сообщение M3. Если эта функция не была отключена флагом -P, то для работы требуется установленная программа PixieWPS.
Автор: David Cernak
Лицензия: GNU General Public License v. 2 или, на ваше усмотрение, любая более поздняя
Справка по Penetrator-WPS
Руководство по Penetrator-WPS
Страница man отсутствует.
Примеры запуска Penetrator-WPS
1. Ручное добавление цели
Эта команда будет одновременно атаковать две ТД на канале 1 одна имеет BSSID 11:22:33:44:55:66, а вторая имеет ESSID «example» и BSSID 66:55:44:33:22:11
penetrator -i wlan0 -c 1 -b 11:22:33:44:55:66 -e example -b 66:55:44:33:22:11
2. Атака всего канала
Будет произведено сканирование всех ТД на канале 1 и их одновременная атака
3. Атака всех ТД, доступных в диапазоне, с использованием PixieWPS
Будет произведено сканирование всех каналов (или диапазона 1-13 если ничего не задано) и будет сделана попытка применить атаку pixie-dust attack к каждой из них.
Для каждого канала есть таймаут в одну минуту, поэтому если захват сообщения M3 закончился неудачей для некоторых ТД, то они просто будут пропущены.
По умолчанию, все ТД на одном канале будут атаковаться одновременно, это можно отключить с -M
4. Атаковать все ТД с WPS APs доступные в диапазоне поочереди:
Установка Penetrator-WPS
Установка Penetrator-WPS в Kali Linux
Установка Penetrator-WPS в Linux
В первую очередь, вам нужны пакеты libpcap-dev и libssl-dev. Используйте apt-get или что-там использует ваш дистрибутив.
Если вы хотите использовать атаку pixie-dust, вам нужно также нужно установить PixieWPS.
Далее просто запустите ./install.sh.
Для запуска программы наберите в командной строке ‘penetrator‘.
Источник
Как обновить все пакеты Python в Kali Linux
В вашей системе Kali Linux полно устаревших пакетов Python. Вы можете убедиться в этом сами, для вывода пакетов Python 3, для которых выпущена новая версия:
Для вывода пакетов Python 2, для которых выпущена новая версия:
Чтобы обновить сразу все пакеты Python 3 в Kali Linux выполните команду:
Чтобы обновить сразу все пакеты Python 2 в Kali Linux выполните команду:
Ошибки pip при обновлении пакетов Python 3
Но если говорить точнее, то обновится большинство пакетов — некоторые не обновятся из-за разных ошибок и предупреждений.
Пример предупреждения, когда отсутствует необходимая зависимость:
python-debianbts 2.7.3 requires pysimplesoap!=1.16.2, which is not installed.
То есть пакету python-debianbts требуется pysimplesoap, который не установлен. Решение проблемы — просто устанавливаем отсутствующую зависимость командой вида:
Если проблема с пакетом для Python 2, то используем соответствующую версию pip:
Когда установите все зависимости, ещё раз запустите команду из первого сообщения для повторной установки пакетов, которые не смогли обновиться.
Пример другого предупреждения, в котором упоминается distutils:
Cannot uninstall ‘AdvancedHTTPServer’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
В сообщении сказано, что не получается удалить AdvancedHTTPServer, поскольку он является частью установленного distutils и невозможно точно определить, какие файлы принадлежат ему.
Можно просто пропустить обновления этих пакетов — то есть ничего не делать.
При желании обновить и эти пакеты, то используйте опцию —ignore-installed в команде вида:
Например, для обновления AdvancedHTTPServer:
Если пакет предназначен для Python2, то используйте pip2:
Также у меня возникло несколько других ошибок, в основном при сборке пакетов из-за отсутствия необходимых файлов. Причина чаще всего в том, что не установлена необходимая зависимость (разные заголовки для компиляции). Такие ошибки нужно решать в индивидуальном порядке — смотреть, какого файла не хватает, искать какому пакету он принадлежит, устанавливать этот пакет и заново запускать обновление.
Например:
Говорит о том, что pkg-config не найден, устанавливаем его:
Источник
Soft Как установить Pyrit в Kali Linux
Если модуль не установлен, то переходите к инструкции «Установка проприетарного драйвера AMD ATI fglrx».
Проверка установки AMD APP SDK
Проверяем, установлен ли AMD APP SDK. Если нет, то устанавливаем его по этой инструкции: «Как установить AMD APP SDK в Kali Linux?».
Проверка установки CAL++
Проверьте, установлена ли CAL++. Если нет, то следуйте этой инструкции по её установки «Как установить CAL++ в Kali Linux».
Почему Pyrit?
Pyrit позволяет создавать массивные базы данных, предварительно просчитывать часть фазы аутентификации IEEE 802.11 WPA/WPA2-PSK с компромиссными тратами времени и места. Использование вычислительной мощи многопроцессорных систем и других платформ, в том числе ATI-Stream, Nvidia CUDA, OpenCL и VIA Padlock, — это, на данный момент, наиболее мощный вектор атаки на наиболее используемые протоколы безопасности.
Устанавливаем Pyrit в Kali
Подготовка к установке
Удаление уже существующей установки pyrit
Если вы используете не свежую установку Kali (что не рекомендуется), возможно вам нужно выполнить следующую команду:
Установка плагина CAL++
Будет несколько предупреждений, но, надеемся, не будет ошибок и всё установится.
Список доступных ядер
В первом бенчмарке работает только процессор — i7, с турбобустами и прочими свистоперделками. Во втором бенчмарке подключается видеокарта — результат превышает первый в более чем 8 раз! Фактически, всю производительность в подобного рода вычислениях определяет графический процессор.
и если можно пожалуйста мануал по компиляции драйверов tp-link tw7200 от awus036 , или носом ткните где поучить почитать )
WebWare Team
Вторник на 05:06 ПП
Тут ошибка была в инструкции: две команды
Были написаны в одну строчку. Поэтому вторая не срабатывала, т.е. установки не было. Поэтому если у кого-то не получилось – просто проделайте всё ещё раз (начните с чистки).
Мы же ставим cpyrit_calpp прямо в этой инструкции. Если что-то не срабатывает, то проверьте, стоит ли у Вас драйвер, AMD APP SDK и CAL++:
Установка проприетарного драйвера AMD ATI fglrx
Как установить AMD APP SDK в Kali Linux?
Как установить CAL++ в Kali Linux?
У меня видеокарта от AMD, и я также проделал все эти шаги. У меня всё получилось: это мои бенчмарки, т.е. я получил прирост производительности примерно в восемь раз.
Что касается драйверов для беспроводных карт: неужели карты не работают «из коробки»? Вторая – так вообще знаменитая Alfa, которую все рекомендуют именно для пентестинга Wi-Fi.
Blackfenix38
Среда на 04:06 ДП
Извините если не сюда пишу , ну суть в том что у меня в городе продают только tp-link 7200-nd Вот он собран на чипе rt3070 , изначально под линукс тплинк сигнал занижен , вот пример ( win 8.1 дальность 2 этажа роутер , дом железо бетон сигнал -65 dbi linux -74 dbi , я пробывал разные мануалы по сборки дров на данный адаптер от альфы и единственный раз у меня получилось скампилирывать на linux mint 17 cinamon , смена страны данному адаптеру не помагает ( выход я понимаю есть ,смена антены ( например харченко ) но к сожелению хоти те смейтесь хотите нет у нас в городе нет в продаже разъемов rsma. Хотя очень странно потомучто провайдеры используют данные разъемы под радио точки nano stations m2. Пробывал антену dlink 12dbi увы сигнал стал получше на 2dbi ) ну всерогно вам спасибо за мануал каторого оченьсильно долго ждал ))) очень хотел проверить на сколько сильна она сила amd r9 280x , может и не потеме есть еще вопрос , )))) бэкап системы как лучше сделать ? Много мануалов , есть. Но не Все рабочие и много споров кто пишет tar кто rsynk. , не Когда бэкап нужен не был пока не научились попытки установки steam на 64 bit. Kali , раньше мануал классный был видео , а потом , таваришь ютюб удалил его )
svnsvnsvn
Понедельник на 03:09 ПП
Я снова застрял по Вашей инструкции, теперь уже на шаге:
Источник
hcxdumptool & hcxpcaptool missing #185
Comments
Frankecu77 commented Dec 8, 2018
I have install hcxdumptool & hcxpcaptool in Kali Linux 64bit, Wifite2 still showing that the tools are missing, can someone shine some light to this issue, I been searching all over the place for a fix or direction with no luck.
The text was updated successfully, but these errors were encountered:
RaduNico commented Dec 8, 2018
Wifite is checking for tool existance by running «which «. If you run ‘which hcxdumptool’ in a terminal does it return the valid path to where those tools are installed? If not a possible causes would be the «PATH» variable not containing the folder where the tools are installed — whether the PATH variable is malformed or «make install» did not complete successfully.
Both hcxdumptool & hcxpcaptool should be installed in /usr/local/bin.
Frankecu77 commented Dec 9, 2018
Thank you for you quick response, I have uninstall the tools and I did run in the terminal as root:
cd /usr/local/bin
git clone https://github.com/ZerBea/hcxdumptool.git
Nothing changed, tools still missing in wifite2, did I miss something?
enJoY8 commented Dec 12, 2018
Having the same issue. Any fix to this found yet?
RaduNico commented Dec 12, 2018 •
Besides cloning the repository you need to compile the project and then install the binary. The complete sequence of commands would be:
Then do the same for the hcxtools repository. If compiling either tool fails install the dependencies (as listed in the hcxtools ‘Requirements’ section):
enJoY8 commented Dec 12, 2018
I solved the hcxtool install and that is working properly. My issue is with the hcxdumptool. I did the make/make install for it and installed all the lib’s and I still get the hcxdumptool was not found. Thanks for the reply though and the possible fix 🙂
Frankecu77 commented Dec 13, 2018
Great, It works, thanks a lot RaduNico.
RaduNico commented Dec 14, 2018 •
@enJoY8 A possible cause would be that ‘make install’ needs to be run as root.
If it’s not that, it seems like the make process is failing for whatever reason. Is there any error message displayed when running make? If so, posting that error here will prove helpful. libpthread and pthread-dev are listed as dependencies on the repository.
EDIT: It had just occured to be — did you clone the hcxdumptool repository in /usr/local/bin ? If that is so chances are it will try to move the binary in that exact same place where the repository is — which might just fail silently. Try this as root:
aucaner commented Feb 1, 2019
Hello everyone’
I have Kali on a USB stick and when I start Wifite I have the same issue. Missing hcxdumptool and hcxtools. Do I have to look for the FILE «BIN» also to install the missing files? hanks in advance.
smittyadventure commented Mar 6, 2019
Besides cloning the repository you need to compile the project and then install the binary. The complete sequence of commands would be:
Then do the same for the hcxtools repository. If compiling either tool fails install the dependencies (as listed in the hcxtools ‘Requirements’ section):
Hey dude im still having massive issues could you please help me i would really appreciate it!
you can contact me via smittyhuawei@gmail.com
aucaner commented Mar 6, 2019
Is there any chance we could TeamViewer?
…
On Wed, Mar 6, 2019, 10:36 PM aucaner @.> wrote: Hello, thank you for your mail. I do want to help.Lets start right now. Please not too difficult because I don’t know very much but I have the time. I am willing to learn. Bye Op wo 6 mrt. 2019 om 16:18 schreef smittyadventure : > Besides cloning the repository you need to compile the project and then > install the binary. The complete sequence of commands would be: > > git clone https://github.com/ZerBea/hcxdumptool.git > cd hcxdumptool > make > make install > > Then do the same for the hcxtools repository. If compiling either tool > fails install the dependencies (as listed in the hcxtools ‘Requirements’ > section): > > apt-get update > apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev > > Hey dude im still having massive issues could you please help me i would > really appreciate it! > you can contact me via @.*** > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > , or mute > the thread > > . > — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread https://github.com/notifications/unsubscribe-auth/AhuyHdJTaYu4NSUNwcfCTy6RkwYHquqsks5vUCbKgaJpZM4ZJYxD .
I am OK with that
MrCheeseDude commented Mar 9, 2019
Hi.
I am trying to follow the info here, but when I run this command:
git clone https://github.com/ZerBea/hcxdumptool.git
I am asked for a Username and Password.
I am trying this on the latest version of Kali Linux.
RaduNico commented Mar 9, 2019
Unless the repository is private there is no need to have an account to clone a repository. Could you provide a screenshot with the result of the command @MrCheeseDude ? I think it might help getting to the bottom of this issue.
@smittyadventure did you manage to get the issue solved or are you still having issues? If you are still having issues could you mention what commands are not working, is anything throwing errors?
RaduNico commented Mar 10, 2019
Kali persistence is beyond the point of this repository. Consider following the instructions from here or simply installing kali on a USB drive so you don’t run the live version.
samersaid commented Apr 6, 2019
Is there any chance we could TeamViewer?
…
On Wed, Mar 6, 2019, 10:36 PM aucaner @.> wrote: Hello, thank you for your mail. I do want to help.Lets start right now. Please not too difficult because I don’t know very much but I have the time. I am willing to learn. Bye Op wo 6 mrt. 2019 om 16:18 schreef smittyadventure : > Besides cloning the repository you need to compile the project and then > install the binary. The complete sequence of commands would be: > > git clone https://github.com/ZerBea/hcxdumptool.git > cd hcxdumptool > make > make install > > Then do the same for the hcxtools repository. If compiling either tool > fails install the dependencies (as listed in the hcxtools ‘Requirements’ > section): > > apt-get update > apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev > > Hey dude im still having massive issues could you please help me i would > really appreciate it! > you can contact me via @.*** > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > , or mute > the thread > > . > — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or mute the thread https://github.com/notifications/unsubscribe-auth/AhuyHdJTaYu4NSUNwcfCTy6RkwYHquqsks5vUCbKgaJpZM4ZJYxD .
you want hackers to make team viewer for your system. 🙂 say good bye to your laptop.
aucaner commented Apr 7, 2019
no, I don’t want to do team viewer with anyone
vmanz187 commented May 18, 2019 •
hi all, I keep getting,Reading package lists. Done
Building dependency tree
Reading state information. Done
E: Unable to locate package libcurl4-openssl-dev
E: Unable to locate package libssl-dev
E: Unable to locate package zlib1g-dev
E: Unable to locate package libpcap-dev
not sure what to do as im new to kali linux. Missing hcxdumptool and hcxpcaptool
chengos74 commented Jul 6, 2019
hello vmanz187 have you tried to install them manually ?
apt-get update
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev
and after
Clone hcxtools from github and compile the binaries:
git clone https://github.com/ZerBea/hcxtools.git
cd hcxtools
sudo make && sudo make install
Clone hcxdumptool and compile the binaries:
git clone https://github.com/ZerBea/hcxdumptool.git
cd hcxdumptool/
sudo make && sudo make install
it worked for me
this is the link of the website
imnemonix commented Jul 31, 2019
Hi everyone, could someone help me with my hcxpcaptool problem?
It says im having a fatal error: openssl/sha.h: No such file or directory include
tnx ahead for those who could help me
RaduNico commented Aug 2, 2019
@imnemonix You seem to lack openssl. Install the dependencies listed in the replies above.
viktorcech commented Aug 16, 2019
i have same problem..
dphiomega commented Sep 4, 2019
i have the same problem, will not load dependencies, says:
Reading package lists. Done
Building dependency tree
Reading state information. Done
E: Unable to locate package libcurl4-openssl-dev
E: Unable to locate package libssl-dev
E: Unable to locate package zlib1g-dev
E: Unable to locate package libpcap-dev
Источник