Package: reaver
Version: 1.4-2
Severity: important

Wash currently seems to be broken out of the box. Execution of wash
on correctly configured wireless interface in monitor mode produces
no output.

What i've discovered is that the /etc/reaver directory is missing
and causing the whole problem.

Excerpt from the makefile as provided by reaver source:

....
install: cleanbin
        if [ ! -d $(CONFDIR) ]; then mkdir -p $(CONFDIR); fi
        if [ ! -e $(CONFDIR)/reaver.db ]; then 
        cp reaver.db $(CONFDIR)/reaver.db  ...
....

As shown above, standard installation creates the folder and
also installs empty sqlite3 db (which is used by wash). 

With the folder present, wash works as it should.

Empty db file isn't really necessary (as wash autocreates it
if not found), but since it's part of the source package, it
should be installed aswell.

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.7-trunk-686-pae (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reaver depends on:
ii  libc6         2.13-38
ii  libpcap0.8    1.3.0-1
ii  libsqlite3-0  3.7.13-1+deb7u1

reaver recommends no packages.

reaver suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to