diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml deleted file mode 100644 index bf44f42..0000000 --- a/.github/workflows/audit.yml +++ /dev/null @@ -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 }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1720240..7087ad7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ Cargo.lock /target #Cargo.lock + +/*.AppImage \ No newline at end of file diff --git a/README.md b/README.md index cecce8b..692d85d 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,20 @@ # NetBrowse [![Crates.io](https://img.shields.io/crates/v/netbrowse)](https://crates.io/crates/netbrowse) -[![Docs.rs](https://docs.rs/netbrowse/badge.svg)](https://docs.rs/netbrowse) [![Build](https://github.com/Ewpratten/netbrowse/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/netbrowse/actions/workflows/build.yml) [![Clippy](https://github.com/Ewpratten/netbrowse/actions/workflows/clippy.yml/badge.svg)](https://github.com/Ewpratten/netbrowse/actions/workflows/clippy.yml) -[![Audit](https://github.com/Ewpratten/netbrowse/actions/workflows/audit.yml/badge.svg)](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. ![A screenshot](./screenshot.png) + *This screenshot was taken on a public network* ## Installation +[![Get Appimage](https://raw.githubusercontent.com/srevinsaju/get-appimage/master/static/badges/get-appimage-branding-blue.png)] +(https://github.com/Ewpratten/netbrowse/releases/latest) + This crate can also be installed via `cargo` with: ```sh diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..e69de29