To quickly test the strength of passwords used by users on a domain, through an OWA (Outlook Web Access) 2010 interface.
Here’s the ruby code, and its README.
Please use this script responsibly and only against servers you’re authorized to audit.
To quickly test the strength of passwords used by users on a domain, through an OWA (Outlook Web Access) 2010 interface.
Here’s the ruby code, and its README.
Please use this script responsibly and only against servers you’re authorized to audit.
by
Tags:
File “owabf.py”, line 11
require ‘net/http’
^
SyntaxError: invalid syntax
Hi Ehsan,
You realize it’s Ruby script, not Python? (since you renamed it to *.py).
Thank you,
Michael
I downloaded the browa10.rb but not able to run it/
I save it browa10.rb and when I run int
/usr/bin/ruby ./browa10.rb
I get
usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require’: cannot load such file — getopt/std (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require’
from ./browa10.rb:13:in `’
You’d need to install getopt:
gem install getopt
Leave a Reply