Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
using python only will give error so need to specify python3.
  • Loading branch information
KathanP19 authored Jan 21, 2020
1 parent 0f67870 commit 0745fd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ sitadel.py [-h] [-r {0,1,2}] [-ua USER_AGENT] [--redirect]
Simple run
`python sitadel http://website.com`
`python3 sitadel http://website.com`
Run with risk level at DANGEROUS and do not follow redirections
`python sitadel http://website.com -r 2 --no-redirect`
`python3 sitadel http://website.com -r 2 --no-redirect`
Run specifics modules only and full verbosity
`python sitadel http://website.com -a bruteforce -f header server -v`
`python3 sitadel http://website.com -a bruteforce -f header server -v`
## Run with docker
Expand Down

0 comments on commit 0745fd8

Please sign in to comment.