Releases: pablosnt/rekono
Releases · pablosnt/rekono
1.4.2
1.4.1
1.4.0
Added
- Support for authenticated scans using different authentication types (#95)
- Replace
TargetTechnology
andTargetVulnerability
entities byInputTechnology
andInputVulnerability
entities (#97) - New popup for the management of target details: target ports, authentication, input technologies and vulnerabilities (#97)
- Support for
Nuclei
tool (#100) - Support for
Spring4Shell Scan
tool (#102) - Support for
Gobuster
tool (#106) - New default wordlists (#109)
- Save default wordlists
size
after database migration (#109) - Save the reason of skipped executions in
output_plain
field (#121)
Changed
- Remove
TargetEndpoint
entity because they are useless for all tools (#92) - Optimize API handlers to reduce duplicated code (#96)
- Remove password wordlists because they are useless for all tools (#101)
- Replace
cisagov/log4j-scanner
tool byfullhunt/log4j-scan
(#103) - Move
stage
parameter fromTool
entity toConfiguration
to allow configurations of the same tool to belong to different stages (#108) - Improve favourities filters on web interface (#110)
- Upgrade
requests
to version2.28.1
(#114)
Fixed
- Deploy Telegram bot automatically after configuring the Telegram token (#93)
- Allow the creation of tasks without specific wordlist from the Telegram bot (#98)
- Only apply input parameters for tool executions (#99)
- Filter host inputs by distinct address type to prevent errors in tool configurations (#107)
- Fix icon size and resolution to improve user experience on web interface (#111)
- Configure
CMSeeK
to don't ask user about anything (#115) - Fix usage of specific environment variables for tool executions (#119)
Security
1.3.0
1.2.0
1.1.0
Added
- Create multiple targets at the same time (#49)
- Execute tasks against multiple targets at the same time (#55)
- Show executions duration in task page (#54)
Fixed
- Show Defect-Dojo fields only when it is configured (#53)
Changed
- Upgrade
axios
version to0.27.2
(#62) - Upgrade
vue-router
version to3.6.5
(#61) - Upgrade
core-js
version to3.25.2
(#60) - Upgrade
vue
version to2.7.10
(#59) - Upgrade
sass
version to1.55.0
(#58)
Security
- Upgrade
Django
version to3.2.16
(#50)
1.0.1
Fixed
- Retry requests to Defect-Dojo API after unexpected errors (#39)
- Retry requests to NVD NIST API to avoid blocks by the API rate limit and after unexpected errors (#39)
- Save unique exploits based on its
reference
instead ofedb_id
(#30) - Prevent unexpected errors parsing malformed Sslscan reports (#27)
Changed
- Optimize calculation of executions from previous findings to make process executions faster (#27)
- Allow parentheses in text values like names and descriptions (#29)
Security
1.0.0
Added
- Execution of
hacking tools
- Execution of
pentesting processes
combining different hacking tools automatically - Execution of
scheduled tasks
- Search of projects and processes by
tags
Like
features for tools, processes and wordlistsDefect-Dojo integration
to import findings from RekonoUser notifications
by email and Telegram- Management of
Projects
,Targets
,Wordlist
andUsers
- Execution of tools and processes from
Telegram Bot
- Initial
web UI