Giter Site home page Giter Site logo

google / google-ctf Goto Github PK

View Code? Open in Web Editor NEW
4.3K 4.3K 529.0 540.3 MB

Google CTF

Home Page: https://g.co/ctf

License: Apache License 2.0

Makefile 1.11% Python 16.35% C 10.45% Java 1.14% C++ 15.04% Shell 3.10% GDB 0.01% Red 0.01% Assembly 0.71% JavaScript 18.07% HTML 3.18% CSS 2.74% Rust 3.55% Go 20.07% Perl 0.22% CMake 0.09% Batchfile 0.01% PHP 2.09% Dockerfile 1.97% SystemVerilog 0.11%
ctf ctf-challenges google security

google-ctf's Introduction

Google CTF

This repository lists most of the challenges used in the Google CTF since 2017, as well as most of the infrastructure that can be used to run them. IMPORTANT - The code in the 201x and 202x folders have unfixed security vulnerabilities. These are there on purpose, and running these on real production infrastructure is not safe.

Read more about the Google CTF here: https://security.googleblog.com/2017/06/announcing-google-capture-flag-2017.html

Note this is not an official Google product.

google-ctf's People

Contributors

acskurucz avatar dependabot[bot] avatar fluxchief avatar gdasl avatar gynvael avatar judaschwartz avatar kimstacy avatar laksh9950 avatar matrizzo avatar pedroysb avatar rjamet avatar shhnjk avatar sirdarckcat avatar spq avatar sroettger avatar stephenr avatar terjanq avatar theshiftedbit avatar zetatwo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

google-ctf's Issues

it can't run

Google ctf 2020 log me in,how to run it,i did all the things in the follow requests

Security Policy violation Binary Artifacts

This issue was automatically created by Allstar.

Security Policy Violation
Project is out of compliance with Binary Artifacts policy: binaries present in source code

Rule Description
Binary Artifacts are an increased security risk in your repository. Binary artifacts cannot be reviewed, allowing the introduction of possibly obsolete or maliciously subverted executables. For more information see the Security Scorecards Documentation for Binary Artifacts.

Remediation Steps
To remediate, remove the generated executable artifacts from the repository.

First 10 Artifacts Found

  • 2017/finals/2017-finals-misc-jail1/init
  • 2017/finals/2017-finals-misc-jail1/jail
  • 2017/finals/2017-finals-misc-turing/attachments/verifier.out
  • 2017/finals/2017-finals-pwn-hyperion/attachments/hyperion_server
  • 2017/finals/2017-finals-pwn-hyperion/hyperion_server
  • 2017/finals/2017-finals-pwn-hyperion/src/SDL2.dll
  • 2017/finals/2017-finals-pwn-hyperion/src/hyperion_client.exe
  • 2017/finals/2017-finals-pwn-hyperion/src/hyperion_server
  • 2017/finals/2017-finals-pwn-superman/attachments/qemu-arm
  • 2017/finals/2017-finals-pwn-superman/attachments/superman
  • Run a Scorecards scan to see full list.

Additional Information
This policy is drawn from Security Scorecards, which is a tool that scores a project's adherence to security best practices. You may wish to run a Scorecards scan directly on this repository for more details.


Allstar has been installed on all Google managed GitHub orgs. Policies are gradually being rolled out and enforced by the GOSST and OSPO teams. Learn more at http://go/allstar

This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

Infrastructure Scoreboard Setup

I'm trying to run the infrastructure on Firebase as described in the Readme, but I'm getting a goog is not defined from the goog.module() declarations. I don't know enough about Node (Python guy) to understand how this is suppose to work. Any help would be appreciated.

beginners.js:20 Uncaught ReferenceError: goog is not defined
    at beginners.js:20
(anonymous) @ beginners.js:20
database.js:5 Uncaught ReferenceError: goog is not defined
    at database.js:5
(anonymous) @ database.js:5
readme.js:5 Uncaught ReferenceError: goog is not defined
    at readme.js:5
(anonymous) @ readme.js:5
session.js:5 Uncaught ReferenceError: goog is not defined
    at session.js:5
(anonymous) @ session.js:5
tasklist.js:5 Uncaught ReferenceError: goog is not defined
    at tasklist.js:5
(anonymous) @ tasklist.js:5
teamlist.js:5 Uncaught ReferenceError: goog is not defined
    at teamlist.js:5
(anonymous) @ teamlist.js:5
theme.js:6 Uncaught ReferenceError: goog is not defined
    at theme.js:6
(anonymous) @ theme.js:6
ui.js:5 Uncaught ReferenceError: goog is not defined
    at ui.js:5
(anonymous) @ ui.js:5
scoreboard.js:1 Uncaught SyntaxError: Identifier 'Beginners' has already been declared
bootstrap.js:5 Uncaught ReferenceError: goog is not defined
    at bootstrap.js:5

I took the extra step of adding npm install googl and npm install google-closure-library to the dependency, but that didn't fix it. I tried to define it using const goog = require('goog'); as described when adding Firebase Dependencies, but no luck. Now it just says require is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.