Skip to content

Instantly share code, notes, and snippets.

View vps-victor's full-sized avatar

Victor vps-victor

View GitHub Profile
@vps-victor
vps-victor / colored_docker_prune_alternative.sh
Last active February 11, 2024 02:05
Alternative Docker PRUNE command for older Docker API versions.
#!/bin/bash
# Alternative Docker PRUNE command for older Docker API versions.
# Colored & Bolded version
# Color codes
BOLD=$(tput bold)
GREEN=$(tput setaf 2)
RED=$(tput setaf 1)
RESET=$(tput sgr0)
@vps-victor
vps-victor / notes.md
Created February 9, 2024 16:48
Bug Bounty
  • RECON

    • STUDY THE PROGRAM
      • #1 - Understand the terms:
        • (a) Write down all (sub)domains in and out of scope;
        • (b) Understand which types of vulnerabilities are considered valid or not for reports.
      • #2 - Understand the application:
        • (a) What this web application does; (b) How the AAA work in the application.
      • #3 - Read and study some vulnerabilities that has already have been reported in the program.
  • SUBDOMAIN ENUMERATION