Skip to content

Instantly share code, notes, and snippets.

View cpadlab's full-sized avatar
🎯
Focusing

Carlos Padilla cpadlab

🎯
Focusing
View GitHub Profile
@cpadlab
cpadlab / capture-bypass.py
Created April 17, 2024 07:52
Capture! ByPass (TryHackme CTF)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ====================================================================================================
# CTF Bypass Script for TryHackMe (CTF) Room - "Capture!" - https://tryhackme.com/room/capture
# This script automates the process of bypassing login credentials in a CTF environment,
# Specifically designed for the "Capture this!" CTF room on TryHackMe.
# ====================================================================================================
# Author: CARLOS PADILLA (cpadlab)
# ====================================================================================================
@cpadlab
cpadlab / gpw-shell.php
Created March 12, 2024 16:41
GPWShell - Simple GUI PHP Web Shell
<!--
_____ _ _ _
___ ___ _ _ _| __| |_ ___| | |
| . | . | | | |__ | | -_| | |
|_ | _|_____|_____|_|_|___|_|_|
|___|_| Simple GUI PHP Web Shell
GPWShell v1.0
Author: Carlos Padilla (cpadlab)
Proyect: https://github.com/cpadlab/GPWShell
@cpadlab
cpadlab / dfpExploit.py
Created March 4, 2024 09:35
WP DesignFolio+ File Upload
#/usr/bin/python3
import sys, os, requests, hashlib
import argparse, base64, socket
from urllib.parse import urlparse
from datetime import datetime
TITLE = 'WP DesignFolio+ FU'
AUTHOR = 'Carlos Padilla'