Results 1 to 50 of 583

Thread: WPS Pixie Dust Attack (Offline WPS Attack)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Apr
    Posts
    15
    i use a modified reaver-src. if i set the -o $logfile switch, reaver writes only the pixie-data in the logfile:

    For AuthKey make the following changes:

    change :
    Code:
    wps_common.c:    printf("[P] AuthKey: ");
    to :
    Code:
    wps_common.c:    cprintf(VERBOSE, "[P] AuthKey: ");
    and add a new line in wps_common.c (under #include "wps_dev_attr.h) with:
    Code:
    #include "../misc.h"
    And for Messages, you don't need (Here the M1 received Msg):
    replace:
    Code:
    exchange.c:                cprintf(VERBOSE, "[+] Received M1 message\n");
    with:
    Code:
    exchange.c:                printf("[+] Received M1 message\n");
    i'll search with grep for all reaver messages, and change everything, which is not important for the output-file.
    Not the perfect way, but it works
    Last edited by someone_else; 2015-04-26 at 15:21.

Similar Threads

  1. WPS Pixie Dust Attack (Offline WPS Attack)
    By soxrok2212 in forum General Archive
    Replies: 353
    Last Post: 2015-05-05, 08:32
  2. Reaver modfication for Pixie Dust Attack
    By t6_x in forum General Archive
    Replies: 81
    Last Post: 2015-05-05, 00:55
  3. Pixiewps: wps pixie dust attack tool
    By wiire in forum General Archive
    Replies: 89
    Last Post: 2015-05-04, 19:32

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •