https://github.com/myomikron/ikebuster
Scanner for IKE
https://github.com/myomikron/ikebuster
ike isakmp itsecurity pentesting
Last synced: about 1 year ago
JSON representation
Scanner for IKE
- Host: GitHub
- URL: https://github.com/myomikron/ikebuster
- Owner: myOmikron
- License: mit
- Created: 2024-09-12T14:17:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T03:49:46.000Z (over 1 year ago)
- Last Synced: 2025-02-10T15:33:41.632Z (over 1 year ago)
- Topics: ike, isakmp, itsecurity, pentesting
- Language: Rust
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# ikebuster
[](https://github.com/myOmikron/ikebuster/blob/main/LICENSE)
[](https://crates.io/crates/ikebuster)
[](https://crates.io/crates/ikebuster)
[](https://docs.rs/ikebuster/latest/ikebuster/)
[](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

## 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.