https://github.com/harshsinghvi/hackercloud
https://github.com/harshsinghvi/hackercloud
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshsinghvi/hackercloud
- Owner: harshsinghvi
- License: apache-2.0
- Created: 2020-05-03T17:38:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T12:28:28.000Z (over 4 years ago)
- Last Synced: 2025-02-05T09:18:36.182Z (3 months ago)
- Language: Dockerfile
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hackercloud
hackcloud is a docker image that is desired to be used on cloud computers or any other target on the go.
This image is based on kali linux rolling release with essential tools like msf and nmap pre-installed.Custom Scripts will be added soon
Docker repo: https://hub.docker.com/r/insomniaccoder/hackercloud
Refer My Blog for usage : https://harshsinghvi.github.io/blog/is-cloud-a-tool-for-hackers/
## Usage
install using docker image
```bash
docker pull insomniaccoder/hackercloud
mkdir ~/mnt
docker run -d -t --name msf -p 5000:5000 -p 80:80 -v ~/mnt:/mnt insomniaccoder/hackercloud
docker exec -it msf bash
```
## Start MSFCONSOLE
```bash
sudo docker exec -it msf bash
service postgress restart
msfdb reinit
msfconsole
```
## Build your own
```bash
git clone https://github.com/harshsinghvi/hackercloud.git
cd hackercloud
docker -t .
```
## Build Multi-Arch Images
Refer this guide* My Website : https://harshsinghvi.github.io
* My GitHub Profile : https://github.com/harshsinghvi/sms-bomb-telegram-bot-docker
* Docker Hub Profile: https://hub.docker.com/r/insomniaccoder/smsbomb