From 6bd9049335f5e6324597799ad3bb53132f437330 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 21 Feb 2025 21:11:16 +0300 Subject: [PATCH] feat(kb): start article about katana the crawler --- knowledge base/katana.md | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 knowledge base/katana.md diff --git a/knowledge base/katana.md b/knowledge base/katana.md new file mode 100644 index 0000000..b60ff2f --- /dev/null +++ b/knowledge base/katana.md @@ -0,0 +1,44 @@ +# Katana + +> FIXME + +Intro + +1. [TL;DR](#tldr) +1. [Further readings](#further-readings) + +## TL;DR + +
+ Setup + +```sh +brew install 'katana' +docker pull 'projectdiscovery/katana' +``` + +
+ +
+ Usage + +```sh +katana -u 'http://localhost:3000' +katana -u 'https://ip-172-31-0-1.eu-west-1.compute.internal' -jc -jsl -d '10' -mr '/api/v1/' -fr '/_next/' +docker run 'projectdiscovery/katana' -u 'http://localhost:8080' -f 'qpath' +docker run 'projectdiscovery/katana:latest' -u 'http://localhost:8080,https://localhost:8443' -system-chrome -headless +``` + +
+ +## Further readings + +- [Codebase] + + + + +[codebase]: https://github.com/projectdiscovery/katana