Commit graph

29 commits

Author SHA1 Message Date
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +01:00
Matteo Biscosi
0a84b1ef02 Partially fixes port scan input mask issues (#7980) 2023-11-06 08:55:52 +00:00
Nicolo Maio
f7ec10ffb7 Fix show last result and update load ports in hosts to scan page. 2023-08-01 16:12:27 +00:00
Nicolo Maio
657eefa6af Fix ports duplicated and feedback before scan on vulnerability scan page. 2023-08-01 11:55:37 +00:00
Nicolo Maio
a93201e42f Fix various bugs and add ports in the host scan modal. (#7698) 2023-08-01 10:56:54 +00:00
Luca Deri
f726b867c7 Updated (C) 2023-01-01 16:37:57 +01:00
Alfredo Cardigliano
257ece18c0 Copyright update (Lua) 2022-01-03 09:42:33 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
Luca Deri
a041bb52c0 Reworked port drill down support 2020-06-01 11:52:41 +02:00
Simone Mainardi
49e49e0ed6 Unifies host_details.lua generation
Addresses #3977
2020-05-26 12:50:47 +02:00
Luca Deri
170bc60f19 Updated (C) 2020-01-08 23:52:51 +01:00
Simone Mainardi
79bd9306c1 Fixes community edition ports pie charts 2019-12-16 17:25:34 +01:00
Simone Mainardi
b44900276b Fixes ports pie charts with VLANs and reworks their appearence
Fixes #2971
2019-10-22 13:00:22 +02:00
Alfredo Cardigliano
fe6efaed9e Printing 'no ports' instead of 'others' when there are no client or server ports (fix #2841) 2019-09-12 18:36:55 +02:00
Alfredo Cardigliano
ed5c930df6 Ports pie chart: writing number of different ports when there is no predominant port 2019-07-12 10:29:06 +02:00
Luca Deri
4049d430d3 Fixes #2595 2019-05-20 11:19:14 +02:00
Luca Deri
ea5d85c6ab Script error fix 2019-05-08 07:58:35 +02:00
Luca Deri
f0c936c368 Updated (C) to 2018 2018-03-22 21:59:42 +01:00
emanuele-f
1c38df48c9 Unify character encoding header code 2017-05-04 17:12:06 +02:00
Emanuele Faranda
afdfac1c9c Lua scripts parameters validation (#970)
* partial work

* Migrate 'mode' parameters

* Migrate alerts types

* Fix some interface ids

* Partial work

* Partial work

* End of work for _GET parameters

* Work in progress

* Add support for special parameters

* Preferences validation

* Fixes and improvements

* Enforce interger validation
2017-02-08 12:25:35 +01:00
Luca
30e1a75f98 (C) update 2017-01-10 15:03:16 -08:00
Simone Mainardi
fe5c6377aa Adds numFlows to flows retrieval for proper pagination
numFlows was suppressed in an earlier commit but this caused
issues with pagination of results.
2016-08-25 18:30:27 +02:00
Luca Deri
a3d36634e3 Code cleanup 2016-08-10 15:53:39 +02:00
Luca
2fb0e863fe Fixed inter-arrival time in flows
Updated (C)
2016-04-19 11:06:39 +02:00
Luca
12aad4e7a7 Removed old API call
Tiny changes to XSS check code
2015-12-27 19:09:14 +01:00
Arianna Avanzini
86ab3f0585 src/Lua.cpp: finally add minimal SQL interface for Lua
This commit adds a Lua interface that allows Lua scripts to directly
query flows with a simple SQL-like statement. This also enforces the
checks and data conversions in the iface_ports_list.lua script.
2015-06-19 16:48:09 +02:00
Arianna Avanzini
f514a4db87 src/FlowsManager.cpp: add infrastructure for filtering flow queries
This commit adds a first option to filter results of queries
on flows so that only relevant info can be returned. This for
now only introduces a PORTS filter. This helps reducing the
load on the Lua stack when the flows limit is high.
2015-06-16 13:16:07 +02:00
Arianna Avanzini
0b815a6ed2 iface_ports_list.lua: get flows info only per-host when possible
This commit lets the iface_ports_list.lua invoke getFlowsInfo()
with the host filter when the host parameter is not nil, so that
the Lua stack is not overloaded when possible.
2015-06-09 09:15:19 +02:00
Luca
730d76b9f5 Initial import from SVN 2015-04-30 12:22:35 +02:00