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) (→What is OWASP ZSC ?) |
Ali Razmjoo (talk | contribs) |
||
Line 30: | Line 30: | ||
====GNU GENERAL PUBLIC LICENSE , Version 3, 29 June 2007==== | ====GNU GENERAL PUBLIC LICENSE , Version 3, 29 June 2007==== | ||
− | Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [https://github.com/Ali-Razmjoo/ | + | Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [https://github.com/Ali-Razmjoo/OWASP-ZSC/blob/master/LICENSE.md Click to see the full license] |
Line 67: | Line 67: | ||
== Quick Download == | == Quick Download == | ||
− | [https://github.com/Ali-Razmjoo/ | + | [https://github.com/Ali-Razmjoo/OWASP-ZSC/ Github Page.] |
[http://zsc.z3r0d4y.com/download/ Download Page.] | [http://zsc.z3r0d4y.com/download/ Download Page.] | ||
Line 73: | Line 73: | ||
However, if you like you may also download the master repository from the following links: | However, if you like you may also download the master repository from the following links: | ||
− | * [https://github.com/Ali-Razmjoo/ | + | * [https://github.com/Ali-Razmjoo/OWASP-ZSC/zipball/master .zip file.] |
− | * [https://github.com/Ali-Razmjoo/ | + | * [https://github.com/Ali-Razmjoo/OWASP-ZSC/tarball/master .tgz file.] |
== News and Events == | == News and Events == | ||
Line 81: | Line 81: | ||
== In Print == | == In Print == | ||
− | * [https://github.com/Ali-Razmjoo/ | + | * [https://github.com/Ali-Razmjoo/OWASP-ZSC/blob/master/readme.md Last Changes and Examples]. |
− | * [https://github.com/Ali-Razmjoo/ | + | * [https://github.com/Ali-Razmjoo/OWASP-ZSC/tree/master/doc/English English Doc]. |
− | * [https://github.com/Ali-Razmjoo/ | + | * [https://github.com/Ali-Razmjoo/OWASP-ZSC/tree/master/doc/Persian Persian Doc]. |
− | * [https://github.com/Ali-Razmjoo/ | + | * [https://github.com/Ali-Razmjoo/OWASP-ZSC/tree/master/doc/Russian Russian Doc]. |
This project can be purchased as a print on demand book from Lulu.com | This project can be purchased as a print on demand book from Lulu.com | ||
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/ | + | <pre><nowiki>wget https://github.com/Ali-Razmjoo/OWASP-ZSC/archive/master.zip -O zcr-shellcoder.zip && unzip zcr-shellcoder.zip && |
rm -rf zcr-shellcoder.zip && mv ZCR-Shellcoder-master ZCR-Shellcoder && cd ZCR-Shellcoder && python installer.py</nowiki></pre> | rm -rf zcr-shellcoder.zip && mv ZCR-Shellcoder-master ZCR-Shellcoder && cd ZCR-Shellcoder && python installer.py</nowiki></pre> | ||