Skip to content

Commit

Permalink
Update README.md to incude python poetry
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Stepanyan <[email protected]>
  • Loading branch information
securestep9 authored Aug 24, 2024
1 parent 477d520 commit 1b53d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Quick Setup & Run
============
```bash
$ docker-compose up -d && docker exec -it nettacker-nettacker-1 /bin/bash
# python nettacker.py -i owasp.org -s -m port_scan
# poetry run python nettacker.py -i owasp.org -s -m port_scan
```
* Results are accessible from your (https://localhost:5000) or https://nettacker-api.z3r0d4y.com:5000/ (pointed to your localhost)
* The local database is `.data/nettacker.db` (sqlite).
Expand Down

0 comments on commit 1b53d99

Please sign in to comment.