Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary for this PR. The usage document explains quick start nicely

Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,23 @@ OWASP Nettacker is an open-source, Python-based automated penetration testing an
____________
Quick Setup & Run
============
_____________

## Quick Start Example

* Run a basic scan:

python nettacker.py -i example.com

* Run scan with specific module:

python nettacker.py -i example.com -m port_scan

* Run scan with verbose output:

python nettacker.py -i example.com -v

These examples help users quickly understand how to perform basic scans using OWASP Nettacker.
### CLI (Docker)
```bash

Expand Down
1 change: 1 addition & 0 deletions nettacker/web/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ <h1><span id="logintext"
</h1>
</div>
<div id="get_results" class="hidden">
<h2 class="text-center text-primary">Scan Results</h2>
<div id="refresh_btn" class="hidden">
<a id="refresh_btn_update" class="btn btn-info"><span
class="glyphicon glyphicon-refresh"></span> last updates</a>
Expand Down