mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 10:56:10 +00:00
Added dockerfile
This commit is contained in:
parent
de34757604
commit
fe9202f815
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM fnichol/uhttpd
|
||||||
|
|
||||||
|
COPY . /www
|
11
README.md
11
README.md
@ -29,6 +29,17 @@ It's recommended to use the netlify dev command if you're wanting to modify any
|
|||||||
npx netlify dev
|
npx netlify dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Using Docker
|
||||||
|
Simply run the following commands within this repository to spin up the instance locally using a Docker container
|
||||||
|
|
||||||
|
```
|
||||||
|
docker build -t reverse_shell_generator .
|
||||||
|
|
||||||
|
docker run -d -p 80:80 reverse_shell_generator
|
||||||
|
```
|
||||||
|
|
||||||
|
Browse to http://localhost:80
|
||||||
|
|
||||||
## Contributors ✨
|
## Contributors ✨
|
||||||
|
|
||||||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||||
|
Loading…
Reference in New Issue
Block a user