Skip to content

Commit

Permalink
increment rustyhogs to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cutler-scott-newrelic committed May 26, 2020
1 parent 57765a1 commit ba1c522
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty_hogs"
version = "1.0.4"
version = "1.0.5"
authors = ["Scott Cutler <[email protected]>"]
edition = "2018"
description = "This project provides a set of scanners that will use regular expressions to try and detect the presence of sensitive information such as API keys, passwords, and personal information. It includes a set of regular expressions by default, but will also accept a JSON object containing your custom regular expressions."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,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.4/rustyhogs-musl_darwin_1.0.4.zip
unzip rustyhogs-musl_darwin_1.0.4.zip
wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.5/rustyhogs-musl_darwin_1.0.5.zip
unzip rustyhogs-musl_darwin_1.0.5.zip
darwin_releases/choctaw_hog -h
```

Expand Down
6 changes: 3 additions & 3 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ EC2 instance on a nightly basis. You can install it using the following commands
```shell script
cd ~
mkdir rusty-hog
wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.4/rustyhogs-musl_darwin_1.0.4.zip
unzip rustyhogs-musl_darwin_1.0.4.zip -d rusty_hog_1.0.4
cd rusty_hog_1.0.4
wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.5/rustyhogs-musl_darwin_1.0.5.zip
unzip rustyhogs-musl_darwin_1.0.5.zip -d rusty_hog_1.0.5
cd rusty_hog_1.0.5
sudo cp ghe_secret_monitor.service /etc/systemd/system
sudo vi ghe_secret_monitor.timer # modify each <redacted for git> field
sudo cp ghe_secret_monitor.timer /etc/systemd/system
Expand Down
6 changes: 3 additions & 3 deletions scripts/ghe_secret_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# ```shell script
# cd ~
# mkdir rusty-hog
# wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.4/rustyhogs-musl_darwin_1.0.4.zip
# unzip rustyhogs-musl_darwin_1.0.4.zip -d rusty_hog_1.0.4
# cd rusty_hog_1.0.4
# wget https://github.com/newrelic/rusty-hog/releases/download/v1.0.5/rustyhogs-musl_darwin_1.0.5.zip
# unzip rustyhogs-musl_darwin_1.0.5.zip -d rusty_hog_1.0.5
# cd rusty_hog_1.0.5
# sudo cp ghe_secret_monitor.service /etc/systemd/system
# sudo vi ghe_secret_monitor.timer # modify each <redacted for git> field
# sudo cp ghe_secret_monitor.timer /etc/systemd/system
Expand Down
2 changes: 1 addition & 1 deletion scripts/ghe_secret_monitor.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wants=ghe_secret_monitor.timer
[Service]
Type=oneshot
ExecStart=/home/ec2-user/anaconda3/bin/python scripts/ghe_secret_monitor.py
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.4
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.5
User=ec2-user
Group=ec2-user
Environment='PATH=/root/anaconda3/bin:/root/anaconda3/condabin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/root/.local/bin:/root/bin:/root/.local/bin:/root/bin'
Expand Down
2 changes: 1 addition & 1 deletion scripts/htmldirlisting_secret_monitor.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wants=htmldirlisting_secret_monitor.timer
[Service]
Type=oneshot
ExecStart=/home/ec2-user/anaconda3/bin/python scripts/htmldirlisting_secret_monitor.py
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.4
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.5
User=ec2-user
Group=ec2-user
Environment='PATH=/root/anaconda3/bin:/root/anaconda3/condabin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/root/.local/bin:/root/bin:/root/.local/bin:/root/bin'
Expand Down
2 changes: 1 addition & 1 deletion scripts/jira_secret_monitor.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wants=jira_secret_monitor.timer
[Service]
Type=oneshot
ExecStart=/home/ec2-user/anaconda3/bin/python jira_secret_monitor.py
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.4
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.5
User=ec2-user
Group=ec2-user
Environment='PATH=/root/anaconda3/bin:/root/anaconda3/condabin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/root/.local/bin:/root/bin:/root/.local/bin:/root/bin'
Expand Down
2 changes: 1 addition & 1 deletion scripts/pypi_secret_monitor.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wants=pypi_secret_monitor.timer
[Service]
Type=oneshot
ExecStart=/home/ec2-user/anaconda3/bin/python scripts/pypi_secret_monitor.py
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.4
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.5
User=ec2-user
Group=ec2-user
Environment='PATH=/root/anaconda3/bin:/root/anaconda3/condabin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/root/.local/bin:/root/bin:/root/.local/bin:/root/bin'
Expand Down
2 changes: 1 addition & 1 deletion scripts/rubygem_secret_monitor.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wants=rubygem_secret_monitor.timer
[Service]
Type=oneshot
ExecStart=/home/ec2-user/anaconda3/bin/python scripts/rubygem_secret_monitor.py
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.4
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.5
User=ec2-user
Group=ec2-user
Environment='PATH=/root/anaconda3/bin:/root/anaconda3/condabin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/root/.local/bin:/root/bin:/root/.local/bin:/root/bin'
Expand Down
2 changes: 1 addition & 1 deletion scripts/s3weblisting_secret_monitor.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wants=s3weblisting_secret_monitor.timer
[Service]
Type=oneshot
ExecStart=/home/ec2-user/anaconda3/bin/python scripts/s3weblisting_secret_monitor.py
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.4
WorkingDirectory=/home/ec2-user/rusty_hog_1.0.5
User=ec2-user
Group=ec2-user
Environment='PATH=/root/anaconda3/bin:/root/anaconda3/condabin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/root/.local/bin:/root/bin:/root/.local/bin:/root/bin'
Expand Down
2 changes: 1 addition & 1 deletion src/bin/ankamali_hog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.4")
(version: "1.0.5")
(author: "Scott Cutler <[email protected]>")
(about: "Google Drive secret scanner in Rust.")
(@arg REGEX: --regex +takes_value "Sets a custom regex JSON file")
Expand Down
2 changes: 1 addition & 1 deletion src/bin/berkshire_hog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use std::iter::FromIterator;
/// 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.4")
(version: "1.0.5")
(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")
Expand Down
2 changes: 1 addition & 1 deletion src/bin/choctaw_hog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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!(choctaw_hog =>
(version: "1.0.4")
(version: "1.0.5")
(author: "Scott Cutler <[email protected]>")
(about: "Git secret scanner in Rust")
(@arg REGEX: -r --regex +takes_value "Sets a custom regex JSON file")
Expand Down
2 changes: 1 addition & 1 deletion src/bin/duroc_hog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const GZEXTENSIONS: &[&str] = &["gz", "tgz"];
/// Main entry function that uses the [clap crate](https://docs.rs/clap/2.33.0/clap/)
fn main() {
let matches = clap_app!(duroc_hog =>
(version: "1.0.4")
(version: "1.0.5")
(author: "Scott Cutler <[email protected]>")
(about: "File system secret scanner in Rust")
(@arg REGEX: -r --regex +takes_value "Sets a custom regex JSON file")
Expand Down

0 comments on commit ba1c522

Please sign in to comment.