From fbb6c88d34290af0e1323a3382589206bd48219b Mon Sep 17 00:00:00 2001 From: Scott Cutler Date: Fri, 16 Apr 2021 13:20:23 -0700 Subject: [PATCH] last version updates --- README.md | 8 ++++---- src/bin/ankamali_hog.rs | 2 +- src/bin/berkshire_hog.rs | 2 +- src/bin/essex_hog.rs | 2 +- src/bin/gottingen_hog.rs | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 40ebce6..ac16ac3 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ Download and unzip the [latest ZIP](https://github.com/newrelic/rusty-hog/releas on the releases tab. Then, run each binary with `-h` to see the usage. ```shell script -wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.8/rustyhogs-musl_darwin_1.0.8.zip -unzip rustyhogs-musl_darwin_1.0.8.zip +wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.9/rustyhogs-musl_darwin_1.0.9.zip +unzip rustyhogs-musl_darwin_1.0.9.zip darwin_releases/choctaw_hog -h ``` @@ -59,8 +59,8 @@ Rusty Hog Docker images can be found at the authors personal DockerHub page [her A Docker Image is built for each Hog and for each release. So to use choctaw_hog you would run the following commands: ```shell script -docker pull wetfeet2000/choctaw_hog:1.0.8 -docker run -it --rm wetfeet2000/choctaw_hog:1.0.8 --help +docker pull wetfeet2000/choctaw_hog:1.0.9 +docker run -it --rm wetfeet2000/choctaw_hog:1.0.9 --help ``` ## How to build diff --git a/src/bin/ankamali_hog.rs b/src/bin/ankamali_hog.rs index 3478bf6..a711296 100644 --- a/src/bin/ankamali_hog.rs +++ b/src/bin/ankamali_hog.rs @@ -45,7 +45,7 @@ use rusty_hogs::{SecretScanner, SecretScannerBuilder}; /// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/) fn main() { let matches = clap_app!(ankamali_hog => - (version: "1.0.8") + (version: "1.0.9") (author: "Scott Cutler ") (about: "Google Drive secret scanner in Rust.") (@arg REGEX: --regex +takes_value "Sets a custom regex JSON file") diff --git a/src/bin/berkshire_hog.rs b/src/bin/berkshire_hog.rs index c3d2bff..088b61a 100644 --- a/src/bin/berkshire_hog.rs +++ b/src/bin/berkshire_hog.rs @@ -45,7 +45,7 @@ use std::collections::HashSet; /// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/) fn main() { let matches = clap_app!(berkshire_hog => - (version: "1.0.8") + (version: "1.0.9") (author: "Scott Cutler ") (about: "S3 secret hunter in Rust. Avoid bandwidth costs, run this within a VPC!") (@arg REGEX: --regex +takes_value "Sets a custom regex JSON file") diff --git a/src/bin/essex_hog.rs b/src/bin/essex_hog.rs index 7ca1044..7c4a40b 100644 --- a/src/bin/essex_hog.rs +++ b/src/bin/essex_hog.rs @@ -73,7 +73,7 @@ pub struct ConfluencePage { /// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/) fn main() { let matches = clap_app!(gottingen_hog => - (version: "1.0.8") + (version: "1.0.9") (author: "Emily Cain , Scott Cutler") (about: "Confluence secret scanner in Rust.") (@arg REGEX: --regex +takes_value "Sets a custom regex JSON file") diff --git a/src/bin/gottingen_hog.rs b/src/bin/gottingen_hog.rs index d54a9af..9d29c4a 100644 --- a/src/bin/gottingen_hog.rs +++ b/src/bin/gottingen_hog.rs @@ -59,7 +59,7 @@ pub struct JiraFinding { /// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/) fn main() { let matches = clap_app!(gottingen_hog => - (version: "1.0.8") + (version: "1.0.9") (author: "Emily Cain ") (about: "Jira secret scanner in Rust.") (@arg REGEX: --regex +takes_value "Sets a custom regex JSON file")