All Projects → stypr → tmpleak

stypr / tmpleak

Licence: other
Leak other players' temporary workspaces for ctf and wargames.

Programming Languages

Pawn
127 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tmpleak

Eruditus
Discord CTF helper bot for CyberErudites
Stars: ✭ 34 (-55.26%)
Mutual labels:  ctf, ctftime, ctf-tools
Stegseek
⚡️ Worlds fastest steghide cracker, chewing through millions of passwords per second ⚡️
Stars: ✭ 187 (+146.05%)
Mutual labels:  ctf, ctf-tools
Print My Shell
Python script wrote to automate the process of generating various reverse shells.
Stars: ✭ 140 (+84.21%)
Mutual labels:  ctf, ctf-tools
chall.stypr.com
Stereotyped Challenges (2014~2023)
Stars: ✭ 59 (-22.37%)
Mutual labels:  ctf, wargame
CTF-CryptoTool
CTF-CryptoTool is a tool written in python, for breaking crypto text of CTF challenges. It tries to decode the cipher by bruteforcing it with all known cipher decoding methods easily. Also works for the cipher which does not have a key.
Stars: ✭ 38 (-50%)
Mutual labels:  ctf, ctf-tools
Stegbrute
Fast Steganography bruteforce tool written in Rust useful for CTF's
Stars: ✭ 134 (+76.32%)
Mutual labels:  ctf, ctf-tools
Picoctf
The platform used to run picoCTF. A great framework to host any CTF.
Stars: ✭ 203 (+167.11%)
Mutual labels:  ctf, ctf-tools
Flask Unsign
Command line tool to fetch, decode, brute-force and craft session cookies of a Flask application by guessing secret keys.
Stars: ✭ 90 (+18.42%)
Mutual labels:  ctf, ctf-tools
Shiva
An Ansible playbook to provision a host for penetration testing and CTF challenges
Stars: ✭ 220 (+189.47%)
Mutual labels:  ctf, ctf-tools
BruteSploit
BruteSploit is a collection of method for automated Generate, Bruteforce and Manipulation wordlist with interactive shell. That can be used during a penetration test to enumerate and maybe can be used in CTF for manipulation,combine,transform and permutation some words or file text :p
Stars: ✭ 26 (-65.79%)
Mutual labels:  wordlist, ctf
Brutesploit
BruteSploit is a collection of method for automated Generate, Bruteforce and Manipulation wordlist with interactive shell. That can be used during a penetration test to enumerate and maybe can be used in CTF for manipulation,combine,transform and permutation some words or file text :p
Stars: ✭ 424 (+457.89%)
Mutual labels:  wordlist, ctf
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (+71.05%)
Mutual labels:  ctf, ctf-tools
Ancypwn
Script to setup pwn environment for CTF with Docker
Stars: ✭ 126 (+65.79%)
Mutual labels:  ctf, ctf-tools
kar98k public
pwn & ctf tools for windows
Stars: ✭ 24 (-68.42%)
Mutual labels:  ctf, ctf-tools
Karkinos
Penetration Testing and Hacking CTF's Swiss Army Knife with: Reverse Shell Handling - Encoding/Decoding - Encryption/Decryption - Cracking Hashes / Hashing
Stars: ✭ 115 (+51.32%)
Mutual labels:  ctf, ctf-tools
Basecrack
Decode All Bases - Base Scheme Decoder
Stars: ✭ 196 (+157.89%)
Mutual labels:  ctf, ctf-tools
Pwn Sandbox
A sandbox to protect your pwn challenges being pwned in CTF AWD.
Stars: ✭ 81 (+6.58%)
Mutual labels:  ctf, ctf-tools
Defcon 2017 Tools
DEFCON CTF 2017 Stuff of Shit by HITCON
Stars: ✭ 86 (+13.16%)
Mutual labels:  ctf, ctf-tools
Ctfnote
CTFNote is a collaborative tool aiming to help CTF teams to organise their work.
Stars: ✭ 213 (+180.26%)
Mutual labels:  ctf, ctf-tools
xeca
PowerShell payload generator
Stars: ✭ 103 (+35.53%)
Mutual labels:  ctf, ctf-tools

TMP leaker for CTF/Wargames

Developed by Harold Kim ([email protected])

How does it work?

  1. Users and Teams are crawled from https://ctftime.org/ and made into wordlist.

  2. Search temporary directory based on the wordlist.

  3. List the directory if the given folder exists.

Usage

Very simple, just type the following command on your bash!

  • Python 2 $ curl -s https://raw.githubusercontent.com/stypr/tmpleak/master/ctftime.py | python -u

  • Python 3 $ curl -s https://raw.githubusercontent.com/stypr/tmpleak/master/ctftime.py | python3 -u

About

Released it for being the #1 team in CTFTime 2016.

(I actually solved a lot of local exploitation challenges with this tool)

Warning

  1. Do not mess up the challenge server.

  2. Do not do excessive scanning

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].