Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chleba authored Mar 12, 2024
1 parent 14371da commit 77ff5ba
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,38 @@

Network scanning tool with features like:

- List Interfaces
- WiFi scanning
- WiFi signal strength (with chart)
- Ping CIDR with hostname, oui & mac address
- packetdump (TCP, UDP, ICMP, ARP)
- [x] List HW Interfaces
- [x] Switching active Interface for scanning & packet-dumping
- [x] WiFi networks scanning
- [x] WiFi signals strength (with charts)
- [x] (IPv4) Pinging CIDR with hostname, oui & mac address
- [x] (IPv4) Packetdump (TCP, UDP, ICMP, ARP)

**TODO:**
- [ ] scanning open ports
- [ ] modal window with packet data
- [ ] ipv6 scanning & dumping

Must be run with root privileges.
## *Notes*:
- Must be run with root privileges.
- After `cargo install` You may try to change binary file chown & chmod
```
sudo chown root:user /home/user/.cargo/bin/netscanner
sudo chmod u+s /home/user/.cargo/bin/netscanner
```

## Install `Arch AUR`
```
paru -S netscanner
```
or
```
yay -S netscanner-bin
```

## Install via Cargo
## Install `Cargo`
```
cargo install netscanner
```
*Note:* After cargo install You may try change binary file chown & chmod like this:
```
sudo chown root:user /home/user/.cargo/bin/netscanner
sudo chmod u+s /home/user/.cargo/bin/netscanner
```

![netscanner screenshot](./netscanner.png?raw=true)
![netscanner screenshot](./netscanner1.png?raw=true)

## TODO
- [ ] scanning open ports
- [ ] modal window with packet data
- [ ] ipv6 scanning & dumping

0 comments on commit 77ff5ba

Please sign in to comment.