Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. sendp(Dot11(addr1=dest,
  2. addr2=source,
  3. addr3=source)/
  4. Dot11ProbeReq()/
  5. Dot11Elt(ID="SSID",info='test')/
  6. Dot11Elt(ID="Rates", info='x02x04x0bx16x0cx12x18$')/
  7. Dot11Elt(ID="ESRates", info='0H`l')/
  8. Dot11Elt(ID="DSset", info='x06'),
  9. iface='wlan0', count=3)
  10.  
  11. Type/subtype: Probe Request (0x04)
  12.  
  13. Type/subtype: Data (0x20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement