Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitniz authored Jan 9, 2024
1 parent e1021ab commit 443071b
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# SpyFi
An opensource WiFi exploitation tool written in rust.
# SpyFi :satellite: - An opensource WiFi exploitation tool written in rust.

### Operation Modes
Spyfi has two operation modes, CLI and TUI.

* TUI mode would launch when no arguments are given.

## Operation Modes
Spyfi has two operation modes:
- CLI
- TUI

#### TUI
The TUI mode provides a an intuitive, informative UI

***TUI mode would launch when no arguments are given.***


### **TUI**
The TUI mode provides an intuitive, informative UI
from which you can monitor and attack nearby networks.

![[media/tui_demonstration.gif]]
![tui demonstration](media/tui_demonstration.gif)

#### CLI
### **CLI**

```
Usage: spyfi <COMMAND>
Expand All @@ -29,7 +33,7 @@ Options:
-V, --version Print version
```

##### utility
#### utility mode

commands:
- switch between managed/monitor mode.
Expand All @@ -52,7 +56,7 @@ Options:
-h, --help Print help (see more with '--help')
```

##### enum
#### enum mode

captures information about nearby networks

Expand All @@ -67,7 +71,7 @@ Options:
-h, --help Print help
```

##### attack
#### attack mode

performs dictionary attack on a network from a given pcap
file
Expand Down

0 comments on commit 443071b

Please sign in to comment.