Commit graph

113 commits

Author SHA1 Message Date
Luca Deri
fdc99ea0b9 Fixed bug in UDP scan 2023-11-21 09:36:33 +01:00
Nicolo Maio
34f7a42308 [VS] Add historical reports. (#8015) (#7950) 2023-11-20 17:06:23 +01:00
Nicolo Maio
672539ac9f [VS] Disable alert triggers for port changes when conducting a CVE scan 2023-11-13 16:14:08 +01:00
Alfredo Cardigliano
3442e802cb Add more debug messages 2023-11-13 15:22:59 +01:00
Alfredo Cardigliano
6171f889b6 Fix indent 2023-11-13 15:09:57 +01:00
Nicolo Maio
6187ee30b8 [VS] Fix alert description. 2023-11-13 11:01:43 +01:00
Nicolo Maio
9ad2291aee [VS] minor fix. (#8005) 2023-11-10 12:53:30 +01:00
Nicolo Maio
21d1119a73 [VS] Remove vs support on nEdge (#8005) 2023-11-10 10:17:03 +01:00
Luca Deri
9ef85cb798 Implemented support for slow scan 2023-11-09 11:58:49 +01:00
Nicolo Maio
0c403fd7b1 [VS] Fix find single host function. 2023-11-08 11:38:25 +01:00
Luca Deri
edba6406c0 Disabled verbose 2023-11-07 13:41:59 +01:00
Alfredo Cardigliano
f3eb3303fa Add more VS and email debug 2023-11-07 11:19:59 +01:00
Nicolo Maio
86b2619929 [VS] Fix the hostname saving. 2023-11-06 17:36:38 +01:00
Alfredo Cardigliano
aa3873c159 Fix vs_utils.schedule_ondemand_single_host_scan calls 2023-11-06 10:36:22 +01:00
Luca Deri
df3b2f1d69 nmap command path is now computed at runtime 2023-11-03 21:30:22 +01:00
Alfredo Cardigliano
c1ec822937 Add VS verbosity and redis variable to enable debugging 2023-11-03 11:51:20 +01:00
Alfredo Cardigliano
628cdac01b Use meaningful names (2) 2023-11-03 10:37:36 +01:00
Alfredo Cardigliano
d29c4d384d Use meaningful names 2023-11-03 10:20:06 +01:00
Alfredo Cardigliano
bee2b6d838 Fix alert message format (#7969) 2023-11-02 12:52:00 +01:00
Alfredo Cardigliano
33f57c2d10 Code cleanup 2023-11-02 11:09:30 +01:00
Alfredo Cardigliano
c4d4e1d4dc Fix migrations 2023-10-30 18:48:35 +01:00
Nicolo Maio
f25c177b5e [VS] Fix backup configs (#7961) 2023-10-30 18:23:58 +01:00
Luca Deri
e8232d0ca4 Implemented vulnerability scan key migration 2023-10-30 07:22:14 +01:00
Luca Deri
38062b1e75 Escape XML/HTML code generated by nmap that can crash the GUI when the scan resul is displayed on screen 2023-10-27 17:39:02 +02:00
Luca Deri
12b267d6ef Diaabled URL preprocessing 2023-10-27 17:05:30 +02:00
Luca Deri
4412c9c3a3 Compatibility fixes checks 2023-10-27 16:42:30 +02:00
Nicolo Maio
154e4095c0 [VS] Add scanned hosts number in report. 2023-10-27 15:31:19 +02:00
Luca Deri
b9125e4a71 UDP open|filtered ports are not discarded from open port count 2023-10-27 14:12:01 +02:00
Nicolo Maio
e5bc5293fe [VS] Add start date and end date of scan all or periodic scan for report. (#7951) 2023-10-26 17:19:50 +02:00
Luca Deri
86c44cde3f Added fix for not changing state to the scan if ntop is terminated with shutdown 2023-10-25 17:47:28 +02:00
Luca Deri
d9714dc3c6 Fixes endless shutdown due to pending vs scan in execution 2023-10-25 17:27:54 +02:00
Nicolo Maio
3072fa2e52 [VS] Add duration in email and add missing href. (#7941) (#7937) 2023-10-24 10:57:37 +02:00
Nicolo Maio
e6580e79d1 [VS] Fix module scan result and rework scan periodic and scan all info. 2023-10-24 00:28:09 +02:00
Luca Deri
74963a5ba0 Reworked vulnerability scan
Added trace
2023-10-23 21:16:51 +02:00
Luca Deri
ddda5d1824 Error fix (attempt to compare nil with number) 2023-10-23 18:27:57 +02:00
Luca Deri
62d5f0e53e Tracong changes 2023-10-23 17:04:03 +02:00
Luca Deri
c78b5c0f3f Prototype changes in VS modules 2023-10-23 16:43:21 +02:00
Luca Deri
616682496a Refactorised code 2023-10-23 16:43:21 +02:00
Nicolo Maio
181f8a8178 [VS] Fix notification sending at the end of periodic scan or scan all. (#7937) 2023-10-23 15:24:17 +02:00
Nicolo Maio
7eabc4d3ce [VS] Fix inconsistent state. (#7922) 2023-10-20 17:30:37 +02:00
Luca Deri
c4fd9a3397 Implemented asynchronous VS scanning 2023-10-20 16:11:36 +02:00
Nicolo Maio
7f0e408c76 Implement handling for scanning_host Redis keys (#7922) 2023-10-20 10:36:12 +02:00
Luca Deri
f794a804af Implemented JobQueue 2023-10-20 00:06:22 +02:00
Nicolo Maio
bb6bdf2f7b Fix CVE doc URL. 2023-10-17 11:03:40 +02:00
Nicolo Maio
be6c2e0d4f [VS] Fix alert generation. 2023-10-12 16:58:55 +02:00
Nicolo Maio
5e37771d8b [VS] Remove log prints. 2023-10-12 15:33:31 +02:00
Nicolo Maio
3d44707cc8 [VS] Add UDP port handler and implement numerous fixes. 2023-10-12 15:17:05 +02:00
Luca Deri
bbf9b71add Typo 2023-10-12 12:55:32 +02:00
Luca Deri
9cba101b50 Added backwards compatibility fix 2023-10-10 23:09:21 +02:00
Luca Deri
ad3e4273a2 Optimized load port 2023-10-10 20:41:00 +02:00