Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fails #123

Open
whoot opened this issue Sep 4, 2017 · 12 comments
Open

Update fails #123

whoot opened this issue Sep 4, 2017 · 12 comments
Labels

Comments

@whoot
Copy link

whoot commented Sep 4, 2017

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 Ali-Razmjoo added the bug label Sep 4, 2017
@Ali-Razmjoo
Copy link
Collaborator

Hello @whoot ,

Thanks for reporting, I'll fix it soon.

Regards.

@iNoSec
Copy link

iNoSec commented Jan 12, 2018

not fixed or there is a problem with me?

@Ali-Razmjoo
Copy link
Collaborator

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
Copy link

iNoSec commented Apr 9, 2018

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
Copy link
Author

whoot commented Apr 24, 2018

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

@iNoSec : Works! thank you

@whoot whoot closed this as completed Apr 24, 2018
@Ali-Razmjoo
Copy link
Collaborator

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.

@Ali-Razmjoo Ali-Razmjoo reopened this Apr 24, 2018
@IBeDev
Copy link

IBeDev commented Oct 20, 2023

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

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

@finnlogin
Copy link

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
Copy link

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

why my shellcode id 627 is giving connection error

@cyrilleb16
Copy link

Can someone help me fix it?

@WhiteBey0
Copy link

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
Copy link

hikiko999 commented Mar 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants