Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quackduck/ncis
No computer is secure, mate. Brute force SSH really easily.
https://github.com/quackduck/ncis
brute-force pentest-tool pentesting ssh ssh-brute-force
Last synced: 3 months ago
JSON representation
No computer is secure, mate. Brute force SSH really easily.
- Host: GitHub
- URL: https://github.com/quackduck/ncis
- Owner: quackduck
- License: mit
- Created: 2021-02-02T10:18:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T02:03:43.000Z (about 3 years ago)
- Last Synced: 2024-10-28T09:53:08.773Z (3 months ago)
- Topics: brute-force, pentest-tool, pentesting, ssh, ssh-brute-force
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hackclub - ncis - [@quackduck](https://github.com/quackduck) - **(Go)** _No computer is secure, mate. Brute force SSH tool that actually works._ (CLI Tools)
README
# ncis
**N**o **C**omputer **I**s **S**ecure : **NCIS**Ncis is an SSH bruteforcing tool aimed at being _ridiculously_ easy to use.
## Usage
`ncis `
## Installing
Build `ncis.go` from source or use Homebrew:
```shell
brew install quackduck/tap/ncis
```## Uninstalling
Delete the executable (`rm $(which ncis)`) or use Homebrew:
```shell
brew uninstall ncis
```## Legal Disclaimer
Ncis contributors do not take responsibility for damage caused by the use of this tool. Use at your own risk.