Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/projectdiscovery/katana int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
ehsandeep committed Nov 8, 2022
2 parents ffe96d3 + cc16eea commit 4790a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.19.3-alpine AS builder
RUN apk add --no-cache git
RUN go install -v github.com/projectdiscovery/katana/cmd/httpx@latest
RUN go install -v github.com/projectdiscovery/katana/cmd/katana@latest

FROM alpine:3.16.2
RUN apk -U upgrade --no-cache \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ katana -u https://tesla.com -cs in_scope.txt
For defining what not to crawl, `-cos` option can be used and also support **regex** input.

```
katana -u https://tesla.com -cs logout
katana -u https://tesla.com -cos logout
```

For multiple out of scope rules, file input with multiline string / regex can be passed.
Expand All @@ -289,7 +289,7 @@ $ cat out_of_scope.txt
```

```
katana -u https://tesla.com -cs out_of_scope.txt
katana -u https://tesla.com -cos out_of_scope.txt
```

*`-no-scope`*
Expand Down Expand Up @@ -589,4 +589,4 @@ katana is made with ❤️ by the [projectdiscovery](https://projectdiscovery.io

<a href="https://discord.gg/projectdiscovery"><img src="https://raw.githubusercontent.com/projectdiscovery/nuclei-burp-plugin/main/static/join-discord.png" width="300" alt="Join Discord"></a>

</div>
</div>

0 comments on commit 4790a38

Please sign in to comment.