OWASP / ZSC

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

Update fails #123

Open whoot opened 7 years ago

whoot commented 7 years ago

ZSC failes to update with the following error message:

zsc> update
your software version: 1.1.0
last version released: <!DOCTYPE

Downloading zcr_shellcoder_<!DOCTYPE.zip

Connection Error!

Steps to reproduce: Download a clean copy from github, install it and execute "update" command.

EDIT: I think this happens, because the update URL in /core/update.py is not valid anymore.

up_url = 'http://zsc.z3r0d4y.com/zsc_archive/'

redirects to the main page.

Ali-Razmjoo commented 7 years ago

Hello @whoot ,

Thanks for reporting, I'll fix it soon.

Regards.

iNoSec commented 6 years ago

not fixed or there is a problem with me?

Ali-Razmjoo commented 6 years ago

Hello,

Sorry, for now please use git clone https://github.com/viraintel/OWASP-ZSC, I am working on OWASP Nettacker framework these days! can't handle both of them.

Regards.

iNoSec commented 6 years ago

i totally forget to post the solution

You must edit the core/update.py and change the 2 url

url = 'https://raw.githubusercontent.com/Ali-Razmjoo/ZCR-Shellcoder-Archive/master/last_version' up_url = 'https://github.com/Ali-Razmjoo/ZCR-Shellcoder-Archive'

and you have the update work!!!

i dont know how to make a PR but i have the good update.py on my github for those who want, but that useless since this project stop

whoot commented 6 years ago

@Ali-Razmjoo: This does not work either...

@iNoSec : Works! thank you

Ali-Razmjoo commented 6 years ago

Hey,

@iNoSec thanks for your suggestion, @whoot thanks for the comment.

to work best modify the second url to https://raw.githubusercontent.com/Ali-Razmjoo/ZCR-Shellcoder-Archive/master/

url = 'https://raw.githubusercontent.com/zdresearch/ZCR-Shellcoder-Archive/master/last_version'
up_url = 'https://raw.githubusercontent.com/zdresearch/ZCR-Shellcoder-Archive/master/'

Regards.

IBeDev commented 1 year ago

zsc> shellcode
zsc/shellcode> download shellcode_id> 627 [!] connection error zsc>

Why my connection is error can you guy help me fix it?

finnlogin commented 10 months ago

i totally forget to post the solution

You must edit the core/update.py and change the 2 url

url = 'https://raw.githubusercontent.com/Ali-Razmjoo/ZCR-Shellcoder-Archive/master/last_version' up_url = 'https://github.com/Ali-Razmjoo/ZCR-Shellcoder-Archive'

and you have the update work!!!

i dont know how to make a PR but i have the good update.py on my github for those who want, but that useless since this project stop

Hi ! Does this program still work? When I try to update it, I see the message 'Connection Error!'

zsc> update
your software version: 1.1.0
last version released: b'1.1.0'

Downloading zcr_shellcoder_b'1.1.0'.zip

Connection Error!

When I do shell_storm_list, I receive nothing.

zsc> shellcode                                                                                                                                              
zsc/shellcode> shell_storm_list                                                                                                                             
zsc>    

I would appreciate any help on this issue.

Regards

cyrilleb16 commented 9 months ago

zsc> shellcode zsc/shellcode> download shellcode_id> 627 [!] connection error zsc>

why my shellcode id 627 is giving connection error

cyrilleb16 commented 9 months ago

Can someone help me fix it?

WhiteBey0 commented 8 months ago

Uptill now I tried all the sugestions above but nothing it is note working. When I tried to update, to download a shell code or even to list all shellcodes in shellstorm every action failed and did not give me any positive result. Please I really need help. Thanks in advance.

hikiko999 commented 7 months ago

what i noticed is they changed the organization of the shell-storm org website (particularly ending shellcode pages from php to html). this breaks the way the code extracts data from the website. if someone could kindly fix this, it would be greatly appreciated, otherwise im also trying to figure it out but im no seasoned coder.

EDIT: Okay I was able to fix it you can pull from my fork (https://github.com/hikiko999/ZSC) (grab_fix branch) or wait for the pull request to be approved. This is my second ever pull request debug, excuse me if i messed up any steps.