Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
- update screenshots
- up version
- update README
  • Loading branch information
Chleba committed Mar 11, 2024
1 parent 9fd28fe commit d31e248
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netscanner"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "Network Scanner"
license = "MIT"
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Network scanning tool with features like:
- Ping CIDR with hostname, oui & mac address
- packetdump (TCP, UDP, ICMP, ARP)

must be run with sudo priviliges

## Install `Arch AUR`
```
paru -S netscanner
Expand All @@ -28,3 +26,8 @@ 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
Binary file modified netscanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified netscanner1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d31e248

Please sign in to comment.