diff --git a/crawler/colly.go b/crawler/colly.go index dc0b7a1..2dac5ad 100644 --- a/crawler/colly.go +++ b/crawler/colly.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package crawler diff --git a/crawler/requests.go b/crawler/requests.go index bfda779..29f5fb8 100644 --- a/crawler/requests.go +++ b/crawler/requests.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package crawler diff --git a/input/check.go b/input/check.go index 468fbf7..c1ea7f0 100644 --- a/input/check.go +++ b/input/check.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package input diff --git a/input/flags.go b/input/flags.go index b24bf61..adcbf46 100644 --- a/input/flags.go +++ b/input/flags.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package input diff --git a/input/input.go b/input/input.go index 2017acd..d2a5a43 100644 --- a/input/input.go +++ b/input/input.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package input diff --git a/output/beautify.go b/output/beautify.go index 42c8e56..0f643ce 100644 --- a/output/beautify.go +++ b/output/beautify.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package output @@ -37,7 +38,7 @@ func Beautify() { banner2 := " ___ __ _ _ __(_) __| | __| (_)\n" banner3 := " / __/ _` | '__| |/ _` |/ _` | |\n" banner4 := " | (_| (_| | | | | (_| | (_| | |\n" - banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.1.5\n" + banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.1.6\n" banner6 := "" banner7 := " > github.com/edoardottt/cariddi\n" banner8 := " > edoardoottavianelli.it\n" diff --git a/output/color.go b/output/color.go index 3ceee88..486c3c7 100644 --- a/output/color.go +++ b/output/color.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package output diff --git a/output/examples.go b/output/examples.go index c854db0..5dec0c1 100644 --- a/output/examples.go +++ b/output/examples.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package output diff --git a/output/help.go b/output/help.go index 374891b..c828998 100644 --- a/output/help.go +++ b/output/help.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package output diff --git a/output/html.go b/output/html.go index dc69b19..8313a6b 100644 --- a/output/html.go +++ b/output/html.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package output diff --git a/output/output.go b/output/output.go index 7c3a002..837af00 100644 --- a/output/output.go +++ b/output/output.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package output diff --git a/output/txt.go b/output/txt.go index 119ea5f..6d38e8d 100644 --- a/output/txt.go +++ b/output/txt.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package output diff --git a/scanner/endpoints.go b/scanner/endpoints.go index 9126660..9cb75b9 100644 --- a/scanner/endpoints.go +++ b/scanner/endpoints.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package scanner diff --git a/scanner/errors.go b/scanner/errors.go index 20bff5a..315117e 100644 --- a/scanner/errors.go +++ b/scanner/errors.go @@ -18,6 +18,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package scanner diff --git a/scanner/extensions.go b/scanner/extensions.go index 93fc0d3..bb0aa1d 100644 --- a/scanner/extensions.go +++ b/scanner/extensions.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package scanner diff --git a/scanner/scanner.go b/scanner/scanner.go index 28ebd0c..f253713 100644 --- a/scanner/scanner.go +++ b/scanner/scanner.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package scanner diff --git a/scanner/secrets.go b/scanner/secrets.go index 0406c36..034c1c9 100644 --- a/scanner/secrets.go +++ b/scanner/secrets.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package scanner diff --git a/utils/files.go b/utils/files.go index 7ed4569..473e0ec 100644 --- a/utils/files.go +++ b/utils/files.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package utils diff --git a/utils/slice.go b/utils/slice.go index d114858..f1bcf90 100644 --- a/utils/slice.go +++ b/utils/slice.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package utils diff --git a/utils/urls.go b/utils/urls.go index e1ac93b..9896d36 100644 --- a/utils/urls.go +++ b/utils/urls.go @@ -21,6 +21,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. @Author: edoardottt, https://www.edoardoottavianelli.it @License: https://github.com/edoardottt/cariddi/blob/main/LICENSE + */ package utils