Skip to content

Commit 2682393

Browse files
Update broken links ni features page
1 parent 5f11da4 commit 2682393

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reconmap documentation
22

3-
This repository contain the markdown files that generate content for https://reconmap.com
3+
This repository contain the markdown files that generate the user and admin manuals content for the Reconmap tool.
44

55
## Dependencies
66

docs/development/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Architecture
33
parent: Development
44
---
55

6-
The Reconmap multi-tier architecture was designed to scale and serve anything from small pentesting teams to large infosec organisations. At a high-level it consists of multiple clients (Web, mobile, command line) that communicate to a Rest API to get and process information. Information is stored permanently in a MySQL database, and a Redis service is used to cache information.
6+
The Reconmap multi-tier architecture was designed to scale and serve anything from small pentesting teams to large infosec organisations. At a high-level it consists of multiple clients (web and command line) that communicate to a Rest API to get and process information. Data is stored permanently in a MySQL database, and a Redis service is used to cache information.
77

88
A keycloak identity service (Open ID connect) is used to authenticate users and JWT tokens are also used for service to service communication.
99

docs/overview/features.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_order: 1
88

99
- SSO and user federation (ldap, active directory) with OpenID/SAML support ([keycloak](https://www.keycloak.org/))
1010
- Two-factor authentication (2FA/MFA, TOPT), email verification
11-
- [Dashboard](/user-manual/dashboard.html) and analytics
11+
- [Dashboard](/user-manual/dashboard/) and analytics
1212
- Search across all your data (projects, vulnerabilities, tasks, ...)
1313
- Users and roles (including client access to projects)
1414
- Projects and projects templates
@@ -25,13 +25,13 @@ nav_order: 1
2525
- Browser terminal integration
2626
- Notes with markdown support
2727
- Attachments (docs, screenshots) to projects, vulnerabilities and tasks
28-
- [Report generation](/user-manual/reports/index.html) in rich (Word) and plain text formats (Markdown, HTML, LaTeX, ...)
28+
- [Report generation](/user-manual/reports/pentest-report-configuration/) in rich (Word) and plain text formats (Markdown, HTML, LaTeX, ...)
2929
- Custom (whitelabel) reporting
30-
- [Audit log](/user-manual/system/audit-log.html)
31-
- Web and mobile clients
32-
- [User notifications](/user-manual/users/user-notifications.html)
30+
- [Audit log](/user-manual/system/audit-log/)
31+
- Responsive web application for desktop and tablets
32+
- [User notifications](/user-manual/users/user-notifications/)
3333
- Dark/Light themes
34-
- [Rest API](https://demo.api.reconmap.com/docs/): to easily integrate Reconmap with external tools and scripts.
34+
- [Rest API](https://demo.api.netfoe.com/docs/): to easily integrate Reconmap with external tools and scripts.
3535
- Extensible via plugins
3636
- Unicode and UTF8 support
3737
- Internationalisation (I18n) and localisation (L10n). Languages supported: English, Spanish, French, Portuguese, and others.

0 commit comments

Comments
 (0)