Skip to content

Instantly share code, notes, and snippets.

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

Xavier Loo jvloo

💭
I may be slow to respond.
View GitHub Profile
@jvloo
jvloo / tor-browser-selenium-wire.py
Created August 16, 2021 18:48 — forked from woswos/tor-browser-selenium-wire.py
This script creates a proxy server between the Tor Browser and Tor to capture requests/responses, using the seleniumwire library. You can access and modify the HTTP headers that are being sent/received, including the onion services. Note: You need to have Tor installed and running on the localhost while running this script.
import os
from seleniumwire import webdriver
from selenium.webdriver.firefox.firefox_profile import FirefoxProfile
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
# Uncomment these if you need additional information for debugging
#import logging
#logging.basicConfig(level=logging.DEBUG)
# The location of the Tor Browser bundle
@jvloo
jvloo / popbot-v3.1.3.js
Last active June 23, 2022 15:00
POPCAT Popbot v3.1 script
/**
POPCAT Popbot v3.1 (Direct send pops to API & bypass bot detection)
https://github.com/jvloo/popcat-popbot/
@version 3.1.3
@author Xavier Loo <xavier@senangprint.com>
- Get Started: https://github.com/jvloo/popcat-popbot/blob/main/README.md
- Troubleshoot Guide: https://github.com/jvloo/popcat-popbot/wiki
**/
@jvloo
jvloo / easyphp-fix-undefined-offset-3.md
Last active August 20, 2021 18:03
Fix EasyPHP error "Undefined offset: 3"
  1. Open command prompt and run as administrator.
  2. Navigate to the "C:\Program Files (x86)\EasyPHP-Devserver-17"
  3. Type cmd lodctr /r and press enter.