Skip to content

Instantly share code, notes, and snippets.

View axelvf's full-sized avatar

Axel Vasquez axelvf

View GitHub Profile
@axelvf
axelvf / Dockerfile
Created October 21, 2021 16:43
Dockerfile for turbotuber project by CyberShadow
# Download base image ubuntu 20.04
FROM ubuntu:20.04
RUN mkdir -p /app
WORKDIR /app
# Update Ubuntu Software repository
RUN apt update
# For apt to be noninteractive
@axelvf
axelvf / README.md
Last active November 29, 2017 22:25
High Sierra root vulnerability validator

High Sierra root vulnerability validator

Description

An attacker may be able to bypass administrator authentication without supplying the administrator’s password.

A logic error existed in the validation of credentials. This was addressed with improved credential validation.

CVE: CVE-2017-13872