testing docker container - #9
Conversation
|
getting an error with "make docker" |
|
hi @rekonnain this PR runs server.py in a docker container, you just type "make docker" and then navigate to http://0.0.0.0:8888/ as usual. (obviously you would need docker installed first) |
|
Hi! I'm happy to have received the first ever PR on ASSCAN :) This looks great and I'm looking forward to merging this, it sure helps using this if this can be run inside a container. Some work still remains before this can be merged -- like making sure all binaries are present in the container (at least nmap and masscan seem missing), and testing all scanner modules against some test hosts. Let's make this great! |
|
Cool! I added expect, metasploit, nmap, and masscan. I was wondering why vnc.py is Python2 instead of 3? The other thing I was thinking, the docker container is a nice addition, but it does not stop us from cloning the repo to any Kali host and running the scanners as before. So if there is any missing dependency it is not a show stopper. |
|
Type "make" to see all options: Type "make dev" for local dev environment, basically a shell in the Kali container: |
| @@ -0,0 +1,25 @@ | |||
| name: Docker Image CI | |||
There was a problem hiding this comment.
@oh6hay this file configures a github workflow that will build the docker containers on every PR push.
You would have to turn it on in the "Actions" tab of this repo.
https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow
Uh oh!
There was an error while loading. Please reload this page.