James Barnett
2631259919
Land #7973 , Enable cert validation for Nexpose
...
This PR enables connection to a Nexpose console using the
nexpose client gem.
It also allows you to connect using a trusted certificate
instead of simply overriding the SSL validation.
2017-02-24 14:27:24 -06:00
Jeffrey Martin
1f3de5d958
ensure scan is settled before delete
2017-02-23 18:14:36 -06:00
Jeffrey Martin
b42beea7c6
maintain compatibility for non-validated connect
2017-02-16 15:21:41 -06:00
Jeffrey Martin
cbfe18e4d7
use certificates in nexpose
2017-02-16 14:34:02 -06:00
Brent Cook
f101b790ee
Land #7695 , Fix issue #7434 - nessus_db_scan_workspace: wrong number of arguments
2017-02-03 11:36:56 -06:00
Louis Sato
3ced5aece1
added default name for nexpose site cred
2017-01-25 10:30:30 -06:00
Jeffrey Martin
eeba1e0bb2
first pass of upgrading nexpose gem to latest
2017-01-25 10:16:48 -06:00
Brent Cook
f69b4a330e
handle Ruby 2.4 Fixnum/Bignum -> Integer deprecations
2017-01-22 10:20:03 -06:00
William Vu
ac28c70dab
Add database check to WMAP plugin
2016-12-31 17:39:46 -06:00
Dennis Herrmann
8c99a1a00d
Refactor "et"-Hashmap in nessus.rb
2016-12-13 22:36:03 +01:00
Dennis Herrmann
ce202cb9b2
Fix issue #7434 - nessus_db_scan_workspace: wrong number of arguments
2016-12-10 11:38:30 +01:00
David Maloney
4285e4ce15
fix nexpose plugin to handle exception on scan
...
launching a nexpose scan from the plugin no longer results
in a stack trace, it instead displays the nexpose error
MS-289
2016-10-31 13:54:05 -05:00
Tiago Sintra
a75e5480a1
Update nessus.rb - Fix issues reported on #7391
...
Fixes various functions which invoked scan_export_status and were not processing the result correctly.
The function now returns an array (from JSON.parse) instead of a string.
Also it takes in consideration the "loading" stage of the export procedure.
2016-10-04 01:03:38 +02:00
David Maloney
30d5b22914
Land #7093 , nessus_scan_workspace
...
lands sjcaldwell's pr for the nessus_scan_workspace
command
2016-09-30 15:15:57 -05:00
SJCaldwell
7144d2c96a
Put missing nessus_scanner_list command back where it's supposed to be.
...
Must have deleted the line by accident somehow.
2016-09-26 05:26:43 -04:00
yasulib
8743f01130
Fix #7267 , Fix Wrong IDs on openvas plugin
2016-09-10 09:37:49 +09:00
Pearce Barry
bd71df55c3
Merge branch 'nessus-bridge-gem' of git://github.com/kost/metasploit-framework into kost-nessus-bridge-gem
...
Also fix minor merge conflict.
2016-08-30 17:25:46 -05:00
dmohanty-r7
0c618cccef
Use openvas-omp gem for crud operations
...
MS-1718
2016-08-19 15:14:32 -05:00
dmohanty-r7
4478136065
Unvendor openvas-omp gem
...
MS-1718
2016-08-19 15:14:32 -05:00
Vlatko Kosturjak
46e4ee4c5b
Start using gem instead of obsolete library/tool
...
Rationale is following:
nessus-cli is obsolete
nessus is using json rest api instead of xmlrpc
xmlrpc name is therefore obsolete
Solution: with minimal changes start using nessus_rest gem.
2016-08-14 17:57:33 +02:00
David Maloney
eb73a6914d
replace old rex::ui::text::table refs
...
everywhere we called the class we have now rewritten it
to use the new namespace
MS-1875
2016-08-10 13:30:09 -05:00
David Maloney
3f530f1896
remove rex::ui::text:table
...
remove the class from msf, and update the rex-text
gem to pull the code in under the new version at Rex::Text::Table
modify all requires appropriately
MS-1875
2016-08-10 13:24:25 -05:00
SJCaldwell
e060eaca4a
Updated print status output
2016-07-11 22:03:35 -04:00
SJCaldwell
79f220d5cf
Adds command nessus_db_scan_workspace that allows user to choose
...
which workspace will be scanned.
2016-07-11 21:20:12 -04:00
Josh Hale
ffa340500f
Tweek migration - Check rights to process before migrate
2016-07-10 19:05:59 -05:00
HD Moore
7f6237582e
Remove idle from usage, will implement in the future if needed
2016-05-15 12:32:05 -05:00
HD Moore
8e2c59c852
Disable webcam by default, webcam_stop can crash sessions
2016-05-15 11:49:22 -05:00
HD Moore
00a253ca60
Whitespace cleanup
2016-05-15 01:35:05 -05:00
HD Moore
05dbee7a94
Do not save empty keystrokes
2016-05-15 00:52:26 -05:00
HD Moore
da714e37b8
Skip stale sessions
2016-05-15 00:41:48 -05:00
HD Moore
a6bf624b31
Fun plugin to monitor keys/screens/webcams of active sessions
2016-05-15 00:24:58 -05:00
wchen-r7
98f89ca23a
Land #6794 , Fixed yard doc errors
2016-04-21 13:16:45 -05:00
thao doan
5e36a3128c
Fix #5197 , Fixed yard doc errors
...
Fix #5197 Fixed issues that caused errors during yard doc generation
2016-04-21 13:06:00 -05:00
Brent Cook
57ab974737
File.exists? must die
2016-04-21 00:47:07 -04:00
Brent Cook
0edc7fb2c5
whitespace fixes
2016-03-15 22:08:25 -05:00
Brent Cook
c8ad1b6017
use the framework version in nessus plugin
2016-03-15 22:08:04 -05:00
William Vu
c6d55dd78d
Land #6517 , search for Nessus plugin
2016-03-13 23:36:42 -05:00
RageLtMan
2b24e8363e
Fix nessus_family_list
...
The list must be iterated from the families key, or it will raise
a type error.
2016-02-13 15:36:04 -05:00
RageLtMan
95da031429
Remove vestigial conditional - thx Egypt
2016-02-13 14:45:25 -05:00
RageLtMan
ae38403bc2
Remove empty print_status() lines
...
Per Egypt's request and with Void-in's blessing, empty calls to
print_status() are now removed.
2016-02-04 02:36:19 -05:00
William Vu
b28444777f
Add *args to #respond_to?
...
Technically include_all = false, but *args is lazy mode.
2016-02-02 14:36:51 -06:00
nixawk
48f72357b5
failed to unload event_tester / exit msfconsole
2016-02-02 19:56:02 +08:00
RageLtMan
2a71d32eec
Fix cmd_nessus_server_properties help text
...
cmd_nessus_server_properties help text was incorrect and referred
to nessus_server_feed. Fix the help text to correctly reflect
command name.
Thanks @void-in
2016-02-01 01:49:58 -05:00
RageLtMan
4992c5c3c5
Nessus plugin - add search to relevant commands
...
Utilize the SearchTerm param in Rex' Tables to filter scrolling
outputs.
Clean up argument parsing (implement one of the MSF standards).
Update help commands to reflect changes
Testing: basic functional tests only so far
2016-01-31 22:13:54 -05:00
Lluis Mora
1782e988d4
Fix mispelling in nessus plugin help
2015-12-22 13:42:49 +01:00
Brent Cook
c301c7c7b0
use wav with sounds plugin for windows / linux compat
2015-12-08 16:20:44 -06:00
wchen-r7
ecfcdbe875
rm extra "excellent"
2015-11-25 23:49:44 -06:00
wchen-r7
d44224142e
Update audio files
2015-11-25 23:41:18 -06:00
wchen-r7
776455d10a
Add another sound and event
...
Add sound: "We've got a shell"
Add event on_session_fail
2015-11-25 22:46:51 -06:00
wchen-r7
fa32f43ee4
Muts says "Try harder!" or "Excellent" for the sounds plugin
...
With the sounds plugin, muts will say "excellent!" when a session
is received. If a session is terminated (either exited or lost),
muts will say "try harder!"
2015-11-25 18:06:58 -06:00