
11.02.2017, 13:37
|
|
Новичок
Регистрация: 27.04.2010
Сообщений: 0
С нами:
8442422
Репутация:
0
|
|
DoberGroup сказал(а):
Покажите, пожалуйста:
Код:
Код:
cat /root/.pyrit/config
dpkg -s pyrit
service bumblebeed status
[doublepost=1486786386,1486781444][/doublepost]========
Bumblebeed стартую в ручном режиме service bumblebeed start поэтому:
Код:
Код:
service bumblebeed status
● bumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/lib/systemd/system/bumblebeed.service; disabled; vendor pres
Active: active (running) since Sat 2017-02-11 12:22:39 MSK; 15s ago
Main PID: 1756 (bumblebeed)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bumblebeed.service
└─1756 /usr/sbin/bumblebeed
фев 11 12:22:39 kali systemd[1]: Started Bumblebee C Daemon.
фев 11 12:22:39 kali bumblebeed[1756]: [ 327.134
Заменил на true, поэтому:
Код:
Код:
cat /root/.pyrit/config
default_storage = file://
limit_ncpus = 0
rpc_announce = true
rpc_announce_broadcast = false
rpc_knownclients =
rpc_server = false
use_CUDA = true
use_OpenCL = true
workunit_size = 75000
И последний вывод:
Код:
Код:
dpkg -s pyrit
Package: pyrit
Status: install ok installed
Priority: extra
Section: net
Installed-Size: 382
Maintainer: Python Applications Packaging Team
Architecture: amd64
Version: 0.5.1+git20160815-0kali1
Depends: python (= 2.7~), python:any (= 2.7.5-5~), libc6 (>= 2.14), libpcap0.8 (>= 0.9.8), libssl1.1 (>= 1.1.0)
Recommends: python-scapy (>= 2.0), python-sqlalchemy (>= 0.5.6)
Suggests: python-psycopg2 | python-pymssql | python-mysqldb
Description: GPGPU-driven WPA/WPA2-PSK key cracker
Pyrit allows one to create massive databases, pre-computing part of the
WPA/WPA2-PSK authentication phase in a space-time-tradeoff. Exploiting the
computational power of many-core- and other platforms through ATI-Stream,
Nvidia CUDA, OpenCL, and VIA Padlock, it is currently by far the most powerful
attack against one of the world's most used security-protocols.
.
This package contains the basic version of Pyrit, with support for MMX, SSE2
and VIA PADLOCK detected at run-time. Support for the non-free technologies
Nvidia CUDA, ATI-Stream, and OpenCL can be added through extensions. If
packaged, these should be available in the contrib section with names in the
form of "pyrit-*.
Homepage: https://github.com/JPaulMora/Pyrit
|
|
|