Tab Assassin
|
7e5e0f7fc8
|
Retab lib
|
2013-08-30 16:28:33 -05:00 |
Samuel Huckins
|
d5be41617e
|
Uses raw-xml-v2 Nexpose export for Nexpose import as this adds device-id
back to XML schema and will result in hosts that can be pushed back to
Nexpose.
[Bug #51521175]
|
2013-06-11 18:37:02 -05:00 |
HD Moore
|
213b3352fa
|
This adds report_last_detail() to Nexpose
|
2012-11-29 13:07:31 -08:00 |
HD Moore
|
75430a0b7e
|
Cleanup to support v1.2 as well as 1.1
|
2012-07-08 01:53:32 -05:00 |
HD Moore
|
881d0ff0c9
|
Add method to create an asset group
|
2012-07-07 17:27:11 -05:00 |
HD Moore
|
f633281870
|
Straighten out the login error path for nexpose API calls
|
2012-06-04 15:21:04 -05:00 |
HD Moore
|
efc589c1e2
|
Fix up Net::HTTP usage so that it works with newer ruby as well
|
2012-04-23 03:53:50 -05:00 |
David Maloney
|
5db3e5aa34
|
Fixes some issues with the nexpose integration library
Should now work for all cases
|
2012-04-19 23:04:14 -05:00 |
HD Moore
|
5c4be24088
|
Consistent spelling
git-svn-id: file:///home/svn/framework3/trunk@13811 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-10-03 19:22:30 +00:00 |
HD Moore
|
c2d6ad8c35
|
Correct the host vs hostname entity
git-svn-id: file:///home/svn/framework3/trunk@12884 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-08 19:31:41 +00:00 |
HD Moore
|
5d93f2ed31
|
Apply bugfix from David King
git-svn-id: file:///home/svn/framework3/trunk@12878 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-06 23:55:52 +00:00 |
HD Moore
|
5cce5e5095
|
Show the raw response data in the error message
git-svn-id: file:///home/svn/framework3/trunk@12866 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-06 14:22:53 +00:00 |
HD Moore
|
b27b7b53ae
|
Fix bug introduced in last merge
git-svn-id: file:///home/svn/framework3/trunk@12701 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-24 17:29:14 +00:00 |
HD Moore
|
046e65fbce
|
Remove old test cases
git-svn-id: file:///home/svn/framework3/trunk@12699 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-24 15:46:17 +00:00 |
HD Moore
|
f4b8b56883
|
This patch from Chris Lee adds the following methods:
* asset_groups_listing
* asset_group_config
* site_scan_history
* site_device_scan_start
This patch also adds AdHoc report downloads and parsing
git-svn-id: file:///home/svn/framework3/trunk@12696 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-23 20:43:17 +00:00 |
HD Moore
|
7043e25ae9
|
Clarify the license and the usability
git-svn-id: file:///home/svn/framework3/trunk@12061 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-03-21 19:00:35 +00:00 |
HD Moore
|
ad691ec05b
|
Additional commands for the nexpose engine
git-svn-id: file:///home/svn/framework3/trunk@11774 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-02-18 09:16:06 +00:00 |
HD Moore
|
fc5fcaea57
|
Handle unlicensed nexpose instances better
git-svn-id: file:///home/svn/framework3/trunk@11109 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-11-23 05:03:58 +00:00 |
Tod Beardsley
|
23fd327f30
|
Fixes the VulnerabilityListing class in the NeXpose API.
git-svn-id: file:///home/svn/framework3/trunk@9860 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-07-19 18:14:23 +00:00 |
HD Moore
|
9c0bcb4bad
|
Add timeouts to the retry category, helps with the nexpose instance is heavily loaded
git-svn-id: file:///home/svn/framework3/trunk@9604 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-06-24 03:43:32 +00:00 |
James Lee
|
176b564007
|
replace xml entities in a bunch of places. still not perfect, but solves the specific issues you can get to from the exposed config elements
git-svn-id: file:///home/svn/framework3/trunk@9194 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-05-02 01:53:30 +00:00 |
James Lee
|
8eff6b6438
|
differentiate between protocol errors and login failues
git-svn-id: file:///home/svn/framework3/trunk@9099 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-04-16 22:29:33 +00:00 |
James Lee
|
71ba477674
|
handle Interrupt after Timeout::Error since the latter inherits from the former on 1.8
git-svn-id: file:///home/svn/framework3/trunk@9055 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-04-12 18:40:24 +00:00 |
HD Moore
|
52da4d13bf
|
Correct variable used
git-svn-id: file:///home/svn/framework3/trunk@8926 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-03-26 01:12:03 +00:00 |
HD Moore
|
2d96570ce5
|
Leftover change from the initialize() to prepare_http_client() move
git-svn-id: file:///home/svn/framework3/trunk@8925 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-03-26 01:08:22 +00:00 |
HD Moore
|
756e00c3bb
|
A little more work for each connection, but this should be slightly more robust
git-svn-id: file:///home/svn/framework3/trunk@8895 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-03-24 14:50:25 +00:00 |
HD Moore
|
e28e4ac923
|
Document how the ssl verification (or lack of) should be implemented. Handle oddball connection errors gracefully with a retry
git-svn-id: file:///home/svn/framework3/trunk@8894 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-03-24 14:47:30 +00:00 |
HD Moore
|
9ccce2a166
|
Move the nexpose api code into a separate file
git-svn-id: file:///home/svn/framework3/trunk@8821 4d416f70-5f16-0410-b530-b9f4589650da
|
2010-03-15 03:19:25 +00:00 |