TheHatch Posted April 22 Share Posted April 22 anyone know why this is happening? Trying to use this guide https://docs.hak5.org/cloud-c2/guides/quick-deployment-on-an-amazon-lightsail-vps terminal from my VPS: > > IP=$(curl -s https://checkip.amazonaws.com) && \ > > echo "Copy the below setup token and browse to http://$IP:8080" && \ > > ./c2-*_amd64_linux -hostname $IP [c2.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of c2.zip or c2.zip.zip, and cannot find c2.zip.ZIP, period. Quote Link to comment Share on other sites More sharing options...
Solution dark_pyrro Posted April 22 Solution Share Posted April 22 It's because what you download isn't a zip file. The download URL is broken for some reason. 1 Quote Link to comment Share on other sites More sharing options...
TheHatch Posted April 22 Author Share Posted April 22 Do you know how to fix it? Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted April 22 Share Posted April 22 I've made a download script, but that means that you have to leave the concept that is presented in the guide you linked, and start the C2 server in an alternative way. Not drastically different, but you have to tweak some things when it comes to starting the C2 server up. https://codeberg.org/dark_pyrro/CloudC2-DL-script Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.