-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa80421
commit fbb6c88
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>") | ||
(about: "Google Drive secret scanner in Rust.") | ||
(@arg REGEX: --regex +takes_value "Sets a custom regex JSON file") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>") | ||
(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") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>, Scott Cutler") | ||
(about: "Confluence secret scanner in Rust.") | ||
(@arg REGEX: --regex +takes_value "Sets a custom regex JSON file") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>") | ||
(about: "Jira secret scanner in Rust.") | ||
(@arg REGEX: --regex +takes_value "Sets a custom regex JSON file") | ||
|