https://github.com/githubfoam/sec-pocs-githubactions
security proof of concept githubactions
https://github.com/githubfoam/sec-pocs-githubactions
githubactions proof-of-concept security
Last synced: about 1 year ago
JSON representation
security proof of concept githubactions
- Host: GitHub
- URL: https://github.com/githubfoam/sec-pocs-githubactions
- Owner: githubfoam
- License: gpl-3.0
- Created: 2022-05-13T08:32:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T09:43:42.000Z (about 4 years ago)
- Last Synced: 2025-02-05T07:49:46.626Z (over 1 year ago)
- Topics: githubactions, proof-of-concept, security
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sec-pocs-githubactions
[](https://github.com/githubfoam/sec-pocs-githubactions/actions/workflows/ubuntu-workflow.yml)
~~~~
vagrant up vg-nagios-01
git clone https://github.com/DataDog/security-labs-pocs.git
cd security-labs-pocs/proof-of-concept-exploits/jwt-null-signature-vulnerable-app/
ls -lai
docker build . -t vulnerable-app
docker image ls
# docker run -p 8080:8080 --name vulnerable-app --rm vulnerable-app
# docker container ls
~~~~