Skip to content

Commit

Permalink
feat: second beta version of the application (#3)
Browse files Browse the repository at this point in the history
* feat: handshake capture and decryption
* feat: continuous handshake scan and capture
* feat: display of the interface used
* feat: update checker
* feat: dependabot and Cargo.lock
* fix: bug fixes

Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier authored Mar 23, 2023
1 parent 0097102 commit 9401e9b
Show file tree
Hide file tree
Showing 34 changed files with 2,431 additions and 598 deletions.
Binary file modified .github/assets/illustration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "martin-olivier"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
# Build Folder

/target
Cargo.lock
Loading

0 comments on commit 9401e9b

Please sign in to comment.