Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxiberta/nmap-snap
The `nmap` security scanner packaged as a snap.
https://github.com/maxiberta/nmap-snap
linux networking nmap security security-scanner security-tools snap snapcraft snappy ubuntu ubuntu-core
Last synced: 3 months ago
JSON representation
The `nmap` security scanner packaged as a snap.
- Host: GitHub
- URL: https://github.com/maxiberta/nmap-snap
- Owner: maxiberta
- License: mit
- Created: 2019-01-24T21:05:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:46:32.000Z (5 months ago)
- Last Synced: 2024-09-14T10:07:43.299Z (5 months ago)
- Topics: linux, networking, nmap, security, security-scanner, security-tools, snap, snapcraft, snappy, ubuntu, ubuntu-core
- Size: 85 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the snap fornmap
.
Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing.
It works on Ubuntu, Fedora, Debian, and other major Linux distributions.
## Command-line Installation
sudo snap install nmap
([Don't have snapd installed?](https://snapcraft.io/docs/core/install))
That'll install the latest _stable_ release of `nmap`.
Or, if you're feeling adventurous, try the [automatic Launchpad builds](https://launchpad.net/~maxiberta/+snap/nmap-edge) published at the `edge` channel:
sudo snap install nmap --edge
## Permissions
Once installed, this snap needs manually connecting to some plugs:
sudo snap connect nmap:network-control
## The Snapcrafters
[maxiberta](https://github.com/maxiberta/)
## Upstream
[Nmap](https://nmap.org/)