Ticket #498 (new defect)
aircrack-ng does not support dictionary bigger than 2 GB
| Reported by: | lejav@… | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.2 |
| Component: | general | Version: | 1.0-rc1 |
| Keywords: | Cc: |
Description
It uses ftell which returns an error when the ductionary file is bigger than 2 GB (Value too large for defined data type) It might use ftello instead of ftell Workaround is to do: # cat dictionary | aircrack-ng -w - ....
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

