Skip to content

Commit 76c6b0a

Browse files
Merge pull request #68 from AronNovak/cert-instructions
Do not advocate to not check certificates
2 parents 9253144 + f00f470 commit 76c6b0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Go on GitHub page and press on Releases tab or download the raw file from:
6969

7070
1. Run this command from console (scanner will be download on your current directory):
7171

72-
`wget https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner --no-check-certificate`
72+
`wget https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner`
7373

7474
2. Run the scanner:
7575

@@ -80,7 +80,7 @@ Go on GitHub page and press on Releases tab or download the raw file from:
8080
Run this command:
8181

8282
```sh
83-
wget https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner --no-check-certificate -O /usr/bin/awscan.phar && \
83+
wget https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner -O /usr/bin/awscan.phar && \
8484
printf "#!/bin/bash\nphp /usr/bin/awscan.phar \$@" > /usr/bin/awscan && \
8585
chmod u+x,g+x /usr/bin/awscan.phar && \
8686
chmod u+x,g+x /usr/bin/awscan && \
@@ -191,4 +191,4 @@ object(stdClass) (7) {
191191
192192
### Interactive CLI
193193
194-
![Screen Full](images/screenshot_full.png)
194+
![Screen Full](images/screenshot_full.png)

0 commit comments

Comments
 (0)