DevOps vs SecOps
Figured it was something OSINT-y, so turned to google and github
https://github.com/DragonSecSI/DCTF1-chall-devops-vs-secops
There are two branches. One of them reference another repo - name: Checkout .github
setup.py
in the .github
repo
if __name__ == "__main__":
init()
print("dctf{H3ll0_fr0m_1T_guy}")
os.system(f"ctf challenge sync challenge.yml ;ctf challenge install challenge.yml ")