From 2f59dbc66af7a740dbd9fb64c652fa1b92f0e3bb Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 23 Dec 2023 23:38:29 -0800 Subject: [PATCH] Added `ronin-brute` to the list of repos to clone. --- ronin-dev.sh | 1 + test/ronin_dev_test.sh | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ronin-dev.sh b/ronin-dev.sh index da7f995..c4ae4e7 100755 --- a/ronin-dev.sh +++ b/ronin-dev.sh @@ -13,6 +13,7 @@ github_repos=( ronin-agent-node ronin-agent-php ronin-agent-ruby + ronin-brute ronin-code-asm ronin-code-sql ronin-core diff --git a/test/ronin_dev_test.sh b/test/ronin_dev_test.sh index af9081f..8d7c1da 100755 --- a/test/ronin_dev_test.sh +++ b/test/ronin_dev_test.sh @@ -88,6 +88,11 @@ function test_ronin_agent_ruby_repo() assertGitRepo "did not successfully git clone the ronin-agent-ruby repo" "$HOME/src/ronin-rb/ronin-agent-ruby" } +function test_ronin_brute_repo() +{ + assertGitRepo "did not successfully git clone the ronin-brute repo" "$HOME/src/ronin-rb/ronin-brute" +} + function test_ronin_asm_repo() { assertGitRepo "did not successfully git clone the ronin-code-asm repo" "$HOME/src/ronin-rb/ronin-code-asm"