metasploit-framework/lib/msf/core/auxiliary
Tod Beardsley 1deacad2be
Add a print_bad alias for print_error
Came up on Twitter, where Justin may have been trolling a little:

https://twitter.com/jstnkndy/status/798671298302017536

We have a `print_good` method, but not a `print_bad`, which seems a
little weird for Ruby -- opposite methods should be intuitive as Justin
is implying.

Anyway, I went with alias_method, thanks to the compelling argument at

https://github.com/bbatsov/ruby-style-guide#alias-method

...since Metasploit is all about the singleton, and didn't want to risk
some unexpected scoping thing.

Also dang, we define the `print_` methods like fifty billion times!
Really should fix that some day.
2016-11-15 19:20:42 -06:00
..
web Add a print_bad alias for print_error 2016-11-15 19:20:42 -06:00
auth_brute.rb Add a print_bad alias for print_error 2016-11-15 19:20:42 -06:00
cisco.rb finishing converting the last of this to credentials 2016-07-29 09:58:17 -05:00
commandshell.rb Retab lib 2013-08-30 16:28:33 -05:00
crawler.rb Update crawler with new auth key values. 2016-08-24 16:01:46 -05:00
dos.rb Retab lib 2013-08-30 16:28:33 -05:00
drdos.rb Fix DRDoS mixin to handle empty responses 2016-10-24 14:21:28 -07:00
fuzzer.rb Update documentation for fuzzer.rb and file_info.rb 2015-06-26 11:22:30 -05:00
iax2.rb Retab lib 2013-08-30 16:28:33 -05:00
jtr.rb Correct YARD doc comments 2015-04-02 16:14:25 +05:00
kademlia.rb Move Kademlia stuff to a more OO model, etc, per reviews 2014-11-24 14:03:43 -08:00
llmnr.rb More style cleanup 2015-09-02 14:01:12 -07:00
login.rb brocade enable command bruteforcer 2015-05-05 21:16:23 -05:00
mdns.rb Make yard doc ignore @probe 2016-04-21 13:15:58 -05:00
mime_types.rb Find and replace 2013-09-26 20:34:48 +01:00
mixins.rb First pass at redis mixin 2015-12-10 08:29:59 -08:00
natpmp.rb Move protocol and lifetime to mixin, use correct map_target if CHOST 2014-10-16 13:24:17 -07:00
nmap.rb Fix ActiveRecord::ConnectionNotEstablished 2014-04-02 00:54:39 -05:00
ntp.rb refactored the code based on PR feedback 2014-09-20 14:10:00 -04:00
pii.rb Retab lib 2013-08-30 16:28:33 -05:00
redis.rb Update auxiliary/scanner/redis/redis_server and mixin 2016-03-31 17:14:49 -05:00
report.rb Fix #5197, Fixed yard doc errors 2016-04-21 13:06:00 -05:00
rservices.rb Differentiate failed binds from connects, closes #4169 2014-11-11 14:59:41 -06:00
scanner.rb Added initialization of RHOST value prior to calling child check() functions 2016-09-20 18:18:52 -05:00
timed.rb Retab lib 2013-08-30 16:28:33 -05:00
udp_scanner.rb Fix #6008 for the 6 modules that use scanner_spoof_send 2015-09-27 15:06:29 -07:00
web.rb Retab lib 2013-08-30 16:28:33 -05:00
wmapmodule.rb Retab lib 2013-08-30 16:28:33 -05:00