metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#set_brute_delay
Sometimes with weak little 10g XE databases, you will exhaust available processes from the pool with lots and lots of auth attempts, so use bruteforce_speed to slow things down
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/auxiliary/scanner/oracle/oracle_login.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-set_brute_delay-for-pr
# Commit to gitgit add modules/auxiliary/scanner/oracle/oracle_login.rbgit commit -m "better docs for MetasploitModule#set_brute_delay"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-set_brute_delay-for-pr
hub pull-request
# Celebrate!