Here are
1,427 public repositories
matching this topic...
A collection of hacking / penetration testing resources to make you better!
CTF framework and exploit development library
Updated
Sep 8, 2020
Python
Platform to host Capture the Flag competitions
Updated
Nov 19, 2019
Hack
A curated list of CTF frameworks, libraries, resources and softwares
Updated
Aug 13, 2020
JavaScript
Course materials for Modern Binary Exploitation by RPISEC
CTF Wiki Online. Come and join us, we need you!
Updated
Aug 28, 2020
HTML
OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
Updated
Sep 9, 2020
JavaScript
GEF - GDB Enhanced Features for exploit devs & reversers
Updated
Aug 26, 2020
Python
Wiki-like CTF write-ups repository, maintained by the community. 2017
Updated
Dec 31, 2018
Python
Monitor linux processes without root permissions
This cheasheet is aimed at the CTF Players and Beginners to help them understand the fundamentals of Privilege Escalation with examples.
Ctf solutions from p4 team
Updated
Aug 31, 2020
Python
Updated
Apr 24, 2020
Ruby
🏴☠️ Tools for pentesting, CTFs & wargames. 🏴☠️
Automatic SSRF fuzzer and exploitation tool
Updated
Jan 28, 2020
Python
The best tool for finding one gadget RCE in libc.so.6
Updated
Aug 27, 2020
Ruby
Here record some tips about pwn. Something is obsoleted and won't be updated. Sorry about that.
Writeups for HacktheBox 'boot2root' machines
Build a database of libc offsets to simplify exploitation
Updated
Sep 8, 2020
Shell
China's first CTFTools framework.中国国内首个CTF工具框架,旨在帮助CTFer快速攻克难关
Updated
Apr 11, 2020
Python
Venom - A Multi-hop Proxy for Penetration Testers
Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Key Exchange, Authentication methods along with example challenges from CTFs
Updated
Aug 3, 2020
Python
A collection of tiny XSS Payloads that can be used in different contexts.
Updated
Jul 15, 2020
JavaScript
Improve this page
Add a description, image, and links to the
ctf
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ctf
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Problem:
URLs are encoded like so:
There are many more encodings other than space, this is just one example.
Resources
https://www.w3schools.com/tags/ref_urlencode.ASP
https://www.urlencoder.org/
URL Decoding in Python
https://stackoverflow.com/questions/16566069/url-decode-utf-8-in-python
https://www.urldecoder.io/python/
Guide on how to add thi