Skip to content

Commit

Permalink
Merge branch 'beacon-addr' of https://github.com/bonsaiviking/metaspl…
Browse files Browse the repository at this point in the history
…oit-framework into bonsaiviking-beacon-addr
  • Loading branch information
sinn3r committed Aug 13, 2012
2 parents e5666d7 + ed43418 commit 7c6b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/fuzzers/wifi/fuzz_beacon.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def create_frame
"\x80" + # type/subtype "\x80" + # type/subtype
"\x00" + # flags "\x00" + # flags
"\x00\x00" + # duration "\x00\x00" + # duration
"\xff\xff\xff\xff\xff\xff" + # dst eton(datastore['ADDR_DST']) + # dst
bssid + # src bssid + # src
bssid + # bssid bssid + # bssid
seq + # seq seq + # seq
Expand Down

0 comments on commit 7c6b628

Please sign in to comment.