Some more readme stuff
This commit is contained in:
parent
549be0b13c
commit
280aa4e242
18
.github/workflows/audit.yml
vendored
18
.github/workflows/audit.yml
vendored
@ -1,18 +0,0 @@
|
||||
name: Audit
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**/Cargo.toml'
|
||||
- '**/Cargo.lock'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/Cargo.toml'
|
||||
- '**/Cargo.lock'
|
||||
jobs:
|
||||
security_audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ Cargo.lock
|
||||
|
||||
/target
|
||||
#Cargo.lock
|
||||
|
||||
/*.AppImage
|
@ -1,18 +1,20 @@
|
||||
# NetBrowse
|
||||
[](https://crates.io/crates/netbrowse)
|
||||
[](https://docs.rs/netbrowse)
|
||||
[](https://github.com/Ewpratten/netbrowse/actions/workflows/build.yml)
|
||||
[](https://github.com/Ewpratten/netbrowse/actions/workflows/clippy.yml)
|
||||
[](https://github.com/Ewpratten/netbrowse/actions/workflows/audit.yml)
|
||||
|
||||
|
||||
**NetBrowse** is a graphical frontend to [`avahi-browse`](https://linux.die.net/man/1/avahi-browse). This tool is used to quickly inspect a network for hosts that publicly expose their services.
|
||||
|
||||

|
||||
|
||||
*This screenshot was taken on a public network*
|
||||
|
||||
## Installation
|
||||
|
||||
[]
|
||||
(https://github.com/Ewpratten/netbrowse/releases/latest)
|
||||
|
||||
This crate can also be installed via `cargo` with:
|
||||
|
||||
```sh
|
||||
|
Reference in New Issue
Block a user