This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP ZSC Tool Project"
From OWASP
Ali Razmjoo (talk | contribs) |
Ali Razmjoo (talk | contribs) |
||
Line 130: | Line 130: | ||
Go to download page, and download last version in github. Extract and run installer.py, then you are able to run software with OWASP ZSC command or you can directly execute zsc.py without installing it.or you can follow these commands to install the last version: | Go to download page, and download last version in github. Extract and run installer.py, then you are able to run software with OWASP ZSC command or you can directly execute zsc.py without installing it.or you can follow these commands to install the last version: | ||
− | <pre><nowiki>wget https://github.com/Ali-Razmjoo/OWASP-ZSC/archive/master.zip -O | + | <pre><nowiki>wget https://github.com/Ali-Razmjoo/OWASP-ZSC/archive/master.zip -O owasp-zsc.zip && unzip owasp-zsc.zip && |
− | rm -rf | + | rm -rf owasp-zsc.zip && mv OWASP-ZSC-master owasp-zsc && cd owasp-zsc && python installer.py</nowiki></pre> |
Line 139: | Line 139: | ||
'''Note''': Software could be '''uninstall''' with executing '''uninstaller.py''' | '''Note''': Software could be '''uninstall''' with executing '''uninstaller.py''' | ||
− | '''Note''': Software installation directory is "'''/usr/share/ | + | '''Note''': Software installation directory is "'''/usr/share/owasp-zsc'''" |