XayOn / pyrcrack

Python Aircrack-ng bindings
122 stars 30 forks source link

Improve aireplay-ng API #37

Closed XayOn closed 2 years ago

XayOn commented 2 years ago

Improve aireplay-ng by returning a Results child and making it iterable.

Detailed Description

Aireplay-ng integration is currently quite poor. It parses the output in aireplay.py instead of models, and can't print a table of aireplay-ng's output.

Context

All pyrcrack objects must share the same API and behaviour.

XayOn commented 2 years ago

CI passing, merging this 👍🏽