File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Go on GitHub page and press on Releases tab or download the raw file from:
6969
70701 . 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
74742 . 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- 
194+ 
You can’t perform that action at this time.
0 commit comments