@@ -16,7 +16,7 @@ Are you a multilingual small team of pentesters, who would like to collaborate o
### Quickstart (unsafe, use only for testing)
### Quickstart (unsafe, use only for testing)
The two following snippets are good enough for evaluation whether this project can help you. If you decide that you want to use it more long term, follow the instructions at the end of this section and in Wiki for a more thorough setup.
The two following snippets are good enough for evaluation whether this project can help you. If you decide that you want to use it more long term, follow the instructions at the end of this section and in [Wiki](https://gitlab.fi.muni.cz/cybersec/tns/pwndocimportautomator/-/wikis/home) for a more thorough setup.
#### Installing Docker and Docker Compose
#### Installing Docker and Docker Compose
@@ -142,3 +142,8 @@ This will not be problem in future - from this release onward the Importer will
This project is licensed under MIT as are its dependencies PwnDoc and Scan2Report.
This project is licensed under MIT as are its dependencies PwnDoc and Scan2Report.
The exception are files in `tests\test_files\scanner_results\` which are sourced from other projects available on GitHub. The [links to their sources](https://gitlab.fi.muni.cz/cybersec/tns/pwndocimportautomator/-/blob/main/tests/test_files/scanner_results/test_files.txt) and the licenses are attached in the [respective folders](https://gitlab.fi.muni.cz/cybersec/tns/pwndocimportautomator/-/blob/main/tests/test_files/scanner_results/).
The exception are files in `tests\test_files\scanner_results\` which are sourced from other projects available on GitHub. The [links to their sources](https://gitlab.fi.muni.cz/cybersec/tns/pwndocimportautomator/-/blob/main/tests/test_files/scanner_results/test_files.txt) and the licenses are attached in the [respective folders](https://gitlab.fi.muni.cz/cybersec/tns/pwndocimportautomator/-/blob/main/tests/test_files/scanner_results/).
## Documentation
Further documentation is on the [Wiki](https://gitlab.fi.muni.cz/cybersec/tns/pwndocimportautomator/-/wikis/home).