Skip to content

Commit

Permalink
Added ronin-brute to the list of repos to clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 24, 2023
1 parent c63fab7 commit 2f59dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ronin-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions test/ronin_dev_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2f59dbc

Please sign in to comment.