Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myomikron/ikebuster
https://github.com/myomikron/ikebuster
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/myomikron/ikebuster
- Owner: myOmikron
- License: mit
- Created: 2024-09-12T14:17:00.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T14:32:24.000Z (2 months ago)
- Last Synced: 2024-09-13T02:47:12.911Z (2 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](./logo.svg)
# ikebuster
[![Crates.io License](https://img.shields.io/crates/l/MIT)](https://github.com/myOmikron/ikebuster/blob/main/LICENSE)
[![Crates.io Version](https://img.shields.io/crates/v/ikebuster)](https://crates.io/crates/ikebuster)
[![crates io downloads](https://img.shields.io/crates/d/ikebuster)](https://crates.io/crates/ikebuster)
[![docs.rs](https://img.shields.io/docsrs/ikebuster)](https://docs.rs/ikebuster/latest/ikebuster/)
[![ci](https://img.shields.io/github/actions/workflow/status/myOmikron/ikebuster/linux.yml?label=CI)](https://github.com/myOmikron/ikebuster/actions/workflows/linux.yml)A simple utility to report insecure configurations on IKE.
## Installation
```bash
cargo install ikebuster -F bin
```## Usage
By default, `ikebuster` will try to bruteforce all combinations of:
- encryption algorithm
- hash algorithm
- authentication method
- group description![img.png](./img.png)
## Honorable mentions
This project originated from [here](https://github.com/trufflebee33/bike-scan),
but I had to rewrite too many of the parts in there to be feasibly via PRs.