Skip to content

Commit

Permalink
Fix favicon & update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa committed Aug 18, 2024
1 parent 202ce3a commit 4740ec0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
[![Go report](https://goreportcard.com/badge/github.com/nt0xa/sonar)](https://goreportcard.com/report/github.com/nt0xa/sonar)
[![Code coverage](https://img.shields.io/codecov/c/gh/nt0xa/sonar.svg)](https://codecov.io/gh/nt0xa/sonar)

Sonar is a security researcher's Swiss army knife for finding and exploiting vulnerabilities that require out-of-band interactions.
It is similar to [Burp Collaborator](https://portswigger.net/burp/documentation/collaborator) or [interactsh](https://github.com/projectdiscovery/interactsh), but offers some useful additional features.

See the docs for details: https://nt0xa.github.io/sonar/

2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config = {
title: "Sonar",
tagline:
"The Swiss army knife for discovering and exploiting out-of-band vulnerabilities.",
favicon: "img/logo.svg",
favicon: "img/favicon.svg",

url: "https://nt0xa.github.io",
baseUrl: "/sonar/",
Expand Down
Binary file removed docs/static/img/favicon.ico
Binary file not shown.
10 changes: 10 additions & 0 deletions docs/static/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4740ec0

Please sign in to comment.