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"