Skip to content

Releases: XayOn/pyrcrack

1.2.6

20 Dec 16:05
Compare
Choose a tag to compare

v1.2.6 (2022-12-20)

Fix

  • Fixed small typing issue

[main 87386cc] bump: version 1.2.5 → 1.2.6
3 files changed, 8 insertions(+), 2 deletions(-)

1.2.5

03 Dec 01:40
Compare
Choose a tag to compare

v1.2.5 (2022-12-03)

Fix

  • Fixed CI badge on readme

[main 982d905] bump: version 1.2.4 → 1.2.5
3 files changed, 8 insertions(+), 2 deletions(-)

1.2.4

03 Dec 01:36
Compare
Choose a tag to compare

v1.2.4 (2022-12-03)

Fix

  • Reorganized workflows

[main c6892c9] bump: version 1.2.3 → 1.2.4
3 files changed, 8 insertions(+), 2 deletions(-)

1.2.3

03 Dec 01:27
Compare
Choose a tag to compare

v1.2.3 (2022-12-03)

Fix

  • I was re-checking out the repo

[main 0bea529] bump: version 1.2.2 → 1.2.3
3 files changed, 8 insertions(+), 2 deletions(-)

Release 1.1.2

05 Nov 22:55
Compare
Choose a tag to compare

Minor improvement in airmon-ng handling
Added a message in airmon-ng to run-as-root, as it was failing in a very unfriendly manner.

Release 1.1.1

21 Mar 19:12
Compare
Choose a tag to compare

1.1.1 (2021-03-21)

  • Version bump to 1.1.1. [David Francos]

  • Closes: #20 Fix optimization on mon iface search. [David Francos]

    Seems like on some scenarios (still unclear), assuming an extra newline
    character will break monitor interface lookup. As this is only an
    optimization, it can be safely removed.

  • Trying rich approach to GH detecting poetry packages. [David Francos]

  • Updated ipnb example. [David Francos]

  • Fixed ipynb. [David Francos]

  • Added example notebook to readme. [David Francos]

Release 1.1.0

09 Oct 23:53
Compare
Choose a tag to compare

1.1.0

  • Added encryption to ap list. [David Francos]

  • Updated examples. [David Francos]

  • Closes: #18 Refactor on airodump-ng module. [David Francos]

  • Removed Pyrcrack class. [David Francos]

    With the new airmon-ng and airodump-ng APIs with async context managers,
    proper properties for results and interfaces and callable objects, the
    "simplified" interface that exposed the Pyrcrack class is no longer
    needed.

    Usage is more comprehensive now, and cleanup afterwards should work.
    Altough examples seem to not wait for aexit to cleanup (thus
    airmon-ng's created interface would prevail) upon KeyboardInterrupt.

    Might be caused by https://bugs.python.org/issue29988 wich relates to
    bpo-29988 ( python/cpython#18334 )

  • Removed debug mode on logs by default. [David Francos]

  • Fixed access_points shortcut on Pyrcrack class. [David Francos]

  • Moved async iterator logic to main executor class. [David Francos]

  • Feature/16 (#17) [David Francos]
    This introduces the changes stated in #16.
    A new async iterator for airodump-ng class, uses netxml files, detects
    process finish and issues trying to launch the current command (and
    reports the issues wich didn't before, as stated in #8

  • Closes: #13 Fixed readme install instructions. [David Francos]

Release 1.0.2

23 Sep 07:10
Compare
Choose a tag to compare

Release 1.0.1

23 Sep 06:57
Compare
Choose a tag to compare