https://github.com/githubfoam/masscan-githubactions
masscan githubactions
https://github.com/githubfoam/masscan-githubactions
docker githubactions masscan
Last synced: 10 months ago
JSON representation
masscan githubactions
- Host: GitHub
- URL: https://github.com/githubfoam/masscan-githubactions
- Owner: githubfoam
- License: gpl-3.0
- Created: 2022-04-05T13:26:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T12:05:10.000Z (about 4 years ago)
- Last Synced: 2025-03-30T05:42:30.964Z (about 1 year ago)
- Topics: docker, githubactions, masscan
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# masscan-githubactions-
[](https://github.com/githubfoam/masscan-githubactions/actions/workflows/ubuntu-2004-masscan-wf.yml)
[](https://github.com/githubfoam/masscan-githubactions/actions/workflows/ubuntu-1604-masscan.yml)
[](https://github.com/githubfoam/masscan-githubactions/actions/workflows/kali-masscan-wf.yml)
[](https://github.com/githubfoam/masscan-githubactions/actions/workflows/debian-buster-masscan-wf.yml)
[](https://github.com/githubfoam/masscan-githubactions/actions/workflows/debian-bullseye-masscan-wf.yml)
~~~~
$ git clone https://github.com/githubfoam/masscan-githubactions.git
$ docker build -t masscan/kalilinux . --file masscan-githubactions/dockerfiles/Dockerfile.kali.masscan
$ docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
masscan/kalilinux latest f7927dbe090b 2 minutes ago 165MB
$ docker run masscan/kalilinux:latest -h 125 ⨯
usage:
masscan -p80,8000-8100 10.0.0.0/8 --rate=10000
scan some web ports on 10.x.x.x at 10kpps
masscan --nmap
list those options that are compatible with nmap
masscan -p80 10.0.0.0/8 --banners -oB
save results of scan in binary format to
masscan --open --banners --readscan -oX
read binary scan results in and save them as xml in
$ docker run masscan/kalilinux:latest 10.10.10.1/24 -p80
~~~~
~~~~
https://github.com/robertdavidgraham/masscan
~~~~