-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
grave0x edited this page Jul 19, 2026
·
1 revision
- Rust toolchain (stable ≥ 1.80): rustup.rs
-
System dependencies:
openssl,pkg-config,ca-certificates -
Optional — browser discovery: Chromium or Firefox +
geckodriver
git clone https://github.com/your-org/rapiscm
cd rapiscm
cargo build --release
./install.sh # copies to ~/.local/bin/rapiscmOr manually:
cargo build --release
cp target/release/rapiscm ~/.local/bin/Verify:
rapiscm --version./install.sh --browser
# or
cargo build --release --features browser
cp target/release/rapiscm ~/.local/bin/cargo install --git https://github.com/your-org/rapiscmAdd ~/.local/bin to PATH if not already:
export PATH="$PATH:$HOME/.local/bin"
# add to ~/.bashrc or ~/.zshrcCreate ~/.config/rapiscm/config.toml:
[api_keys]
google_api_key = "..."
google_cx = "..."
shodan_api_key = "..."Required only for rapiscm corp domain discovery sources (Google CSE, Shodan).
rapiscm scan https://httpbin.orgPowered by rapiscm