Skip to content
View CharlesTheGreat77's full-sized avatar

Block or report CharlesTheGreat77

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CharlesTheGreat77/README.md

Hi there 👋

package main

import "fmt"

type Pentest struct {
	Name        string
	Role        string
	Location    string
	Major       string
	Certificates []string
	WorkingOn   []string
	CoffeeCup   bool
}

func (p *Pentest) Refill() {
	if !p.CoffeeCup {
		p.CoffeeCup = true
		fmt.Println("☕ Coffee refilled. Time to break things (ethically)!")
	} else {
		fmt.Println("☕ Fully caffeinated and ready to go!")
	}
}

func main() {
	me := Pentest{
		Name:        "DoobTheGoober",
		Role:        "Student",
		Location:    "U.S",
		Major:       "Computer Science",
		Certificates: []string{"Security+", "Pentest+", "NVAP"},
		WorkingOn:   []string{"Radio Hacking", "Web Application Security", "Automation"},
	}

	me.Refill()
}

Popular repositories Loading

  1. BADUSB BADUSB Public

    Collection of BADUSB scripts for the flipperzero

    251 26

  2. FlipperZeroAnimation FlipperZeroAnimation Public

    Flipper Zero Animations

    91 4

  3. zip2Animation zip2Animation Public

    Utility to assist in creating flipper zero animations.

    Python 53 6

  4. ComboCracker-FZ ComboCracker-FZ Public

    on-the-go combination lock cracking tool for the Flipper Zero, inspired by security researcher Samy Kamkar’s work on the mechanical vulnerabilities in Master Lock combination padlocks.

    C 32 2

  5. DigiPass DigiPass Public

    * DigiPass is a script use for the Digispark usb, as a BadUSB or RubberDucky. Load, attack, and watch the passwords from the victims web browser come in the mail! 😤

    C++ 19 1

  6. YardstickOnePlayground YardstickOnePlayground Public

    Yardstick One Scripts for your RF Adventures

    Python 17 1