TheHatch Posted April 22, 2023 Share Posted April 22, 2023 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. Link to comment Share on other sites More sharing options...
dark_pyrro Posted April 22, 2023 Share Posted April 22, 2023 It's because what you download isn't a zip file. The download URL is broken for some reason. Link to comment Share on other sites More sharing options...
TheHatch Posted April 22, 2023 Author Share Posted April 22, 2023 Do you know how to fix it? Link to comment Share on other sites More sharing options...
dark_pyrro Posted April 22, 2023 Share Posted April 22, 2023 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.