Skip to content

Commit

Permalink
Inform of Arachni's obsolescence and its successor Ecsypno SCNR
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed May 3, 2022
1 parent 35f9516 commit c78c018
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

- Plugins
- `exec` -- Fixed error on empty option.
- Reporters
- `stdout` -- Inform of Arachni's obsolescence and its successor [Ecsypno SCNR](https://www.ecsypno.com/).
- `html` -- Inform of Arachni's obsolescence and its successor [Ecsypno SCNR](https://www.ecsypno.com/).

## 1.6.1 _(March 20, 2022)_

Expand Down
6 changes: 6 additions & 0 deletions components/reporters/html/default.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
</h1>
</div>

<div id="scnr-alert" class="alert alert-info">
Arachni is heading towards obsolescence, try out its
next-gen successor <a href="https://www.ecsypno.com/">Ecsypno</a>
<a href="https://ecsypno.com/scnr-documentation/">SCNR</a>!
</div>

<div class="tab-content">
<div class="tab-pane active" id="summary">
<%= erb :summary %>
Expand Down
4 changes: 4 additions & 0 deletions components/reporters/html/default/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,7 @@ ul.dropdown-menu ul.dropdown-menu {
.issue-proof-highlight {
background-color: yellow;
}

#scnr-alert {
text-align: center;
}
5 changes: 5 additions & 0 deletions components/reporters/stdout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ def run
print_info "Description: #{report.plugins[name][:description]}"
print_line
end

print_line
print_info "Arachni is heading towards obsolescence, try out its next-gen successor Ecsypno SCNR:"
print_info " https://ecsypno.com/"

end

def print_info_issue_details( issue )
Expand Down

0 comments on commit c78c018

Please sign in to comment.