OWASP / ZSC

OWASP ZSC - Shellcode/Obfuscate Code Generator https://www.secologist.com/
https://www.secologist.com/
Other
646 stars 217 forks source link

command not getting the latest version #102

Closed jowasp closed 8 years ago

jowasp commented 8 years ago

The following command does not get the latest version in the master branch:

wget https://github.com/zscproject/OWASP-ZSC/archive/master.zip \
-O owasp-zsc.zip && unzip owasp-zsc.zip && rm -rf owasp-zsc.zip &&
mv OWASP-ZSC-master owasp-zsc && cd owasp-zsc && python installer.py
Ali-Razmjoo commented 8 years ago

Also updating command have problem I noticed in #101 , what's this command error? can you paste in here?

Ali-Razmjoo commented 8 years ago

it's worked for me in linux!

Pratik151 commented 8 years ago

It's working fine for me. I am getting the latest version. I am also on linux (ubuntu)

jowasp commented 8 years ago

I'm not supposed to get version 1.1.0?

I get

File Downloaded: zcr_shellcoder_1.0.9.zip

your software version: 1.1.0 last version released: 1.0.9

Downloading zcr_shellcoder_1.0.9.zip

Ali-Razmjoo commented 8 years ago

-u,--update command has not updated, but the command line

wget https://github.com/zscproject/OWASP-ZSC/archive/master.zip \
-O owasp-zsc.zip && unzip owasp-zsc.zip && rm -rf owasp-zsc.zip &&
mv OWASP-ZSC-master owasp-zsc && cd owasp-zsc && python installer.py

is working fine. I will fix it soon.

jowasp commented 8 years ago

yes is working