Merge pull request #209 from Alexis6307/patch-4

Update README.md
This commit is contained in:
xer0dayz 2019-06-20 11:45:01 -07:00 committed by GitHub
commit 9d14d59ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -183,6 +183,20 @@ sniper --status
[*] UPDATE SNIPER
sniper -u|--update
```
## DOCKER USAGE:
```
# After Docker Install successfull:
# A) Run container and get shell inside:
docker run -it sn1per-docker /bin/bash
# B) Run container, run sniper and get shell output (better integration):
docker run -it sn1per-docker sniper $@ -t <TARGET>
# C) Even better you can :
alias sniper='docker run -it sn1per-docker sniper $@'
sniper -t <TARGET>
```
### MODES:
* **NORMAL:** Performs basic scan of targets and open ports using both active and passive checks for optimal performance.