Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

[RT-3087] Allow me to specify custom names for link references #13

Open
blu3r4y opened this issue Aug 31, 2022 · 0 comments
Open

[RT-3087] Allow me to specify custom names for link references #13

blu3r4y opened this issue Aug 31, 2022 · 0 comments
Labels
enhancement New feature or request needs refinement Issues skeletons that are not ready to be taken
Milestone

Comments

@blu3r4y
Copy link
Member

blu3r4y commented Aug 31, 2022

Acceptance Criteria:

The recon container has 5 links to kali.org and this is shown like in the attached screenshot.

image

Idea:

How about allowing two variants for specifingy links, as of now, this one:

links:
  - https://www.kali.org/tools/nmap/
  - https://www.kali.org/tools/nikto/
  - https://www.kali.org/tools/dirb/
  - https://www.kali.org/tools/sqlmap/
  - https://www.kali.org/tools/commix

But, as an alternative, also this one:

links:
  - https://www.kali.org/tools/nmap/
  - url: https://www.kali.org/tools/nikto/
    name: nikto
  - url: https://www.kali.org/tools/dirb/
    name: dirb

The frontend or backend would need to differentiate if a atomic value is supplied or a url-name object is supplied. If an url-name object is supplied, the custom name is used instead of the hostname.

@blu3r4y blu3r4y added enhancement New feature or request needs refinement Issues skeletons that are not ready to be taken labels Aug 31, 2022
@blu3r4y blu3r4y added this to the Later milestone Aug 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request needs refinement Issues skeletons that are not ready to be taken
Projects
None yet
Development

No branches or pull requests

1 participant