Skip to content

Instantly share code, notes, and snippets.

View sirwanveisi's full-sized avatar
💭
I may be slow to respond.

Sirwan Veisi sirwanveisi

💭
I may be slow to respond.
View GitHub Profile
@sirwanveisi
sirwanveisi / gist:e19b43d2a4ce79bf88b506dbf1776256
Created July 19, 2025 14:27
Skip all network traffic on Linux through TOR Privoxy
Installation:
apt-get install tor privoxy
Edit configuration:
/etc/privoxy/config
Add:
forward-socks5 / localhost:9050 .
forward-socks4 / localhost:9050 .
forward-socks4a / localhost:9050 .
# Exploit Title: Moodle 3.8 - Unrestricted File Upload
# Date: 2019-09-08
# Exploit Author: Sirwan Veisi
# Author page: https://www.exploit-db.com/?author=10844
# See on exploit-db: https://www.exploit-db.com/exploits/49114
# Vendor Homepage: https://moodle.org/
# Software Link: https://github.com/moodle/moodle
# Version: Moodle Versions 3.8, 3.7, 3.6, 3.5, 3.4...
# Tested on: Moodle Version 3.8
# CWE: CWE-434