• Stars
    star
    192
  • Rank 202,019 (Top 4 %)
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A webpage proxy that request through Chromium (puppeteer) - can be used to bypass Cloudflare anti bot / anti ddos on any application (like curl)

How to launch

  1. Install NodeJS
  2. npm install
  3. npm start

How to use

Send your request to the server with the port 3000 and add your URL to the "url" query string like this: http://localhost:3000/?url=https://example.org

To show the browser window, set the environment variable PUPPETEER_HEADFUL=1. To use a proxy, set the PUPPETEER_PROXY environment variable, for example PUPPETEER_PROXY=localhost:8080. To specify user data directory, set PUPPETEER_USERDATADIR=/path/to/dir.

Docker

Available as a Docker image here: https://quay.io/repository/unixfox/pupflare

docker run -d -p 3000:3000 quay.io/unixfox/pupflare

More Repositories

1

invidious-custom

Invidious with some git patches (mostly from existing PRs) for yewtu.be
Dockerfile
77
star
2

aur

ArchLinux AUR public server (powered by AurBS)
Python
16
star
3

antibot-proxy

Proxy program designed to combat against basic bots that aren't a full browser.
JavaScript
14
star
4

periodic-build-with-github-actions

Repository for periodicaly build docker images mainly for ARM
Shell
12
star
5

k8s

My personal kubernetes configuration files
Mustache
6
star
6

proxy-sorry-google-recaptcha

HTTP Proxy that automatically try to solve the Google reCAPTCHA from sorry Google block page using anti-captcha.com
JavaScript
6
star
7

MCBin

Bash script to easily and simply manage your Minecraft server(s) | Script Bash pour gΓ©rer facilement et simplement votre(vos) serveur(s) Minecraft
Shell
6
star
8

piwall-school

Configuration of a school project : Piwall
Shell
5
star
9

grafana-stratusnetwork

Scripts and programs for generating the grafana dashboard for the Minecraft server Stratus Network
JavaScript
5
star
10

aternosAlwaysOn

A program that keep your server always online on Aternos.
JavaScript
3
star
11

docker-config

My personal Docker Compose config for my Docker Swarm Cluster
Shell
2
star
12

oci-ha-floating-ip

High Availability with a reserved IP address on Oracle Cloud Infrastructure (support IPv6)
JavaScript
2
star
13

awslambdaproxy-docker

Docker image for https://github.com/dan-v/awslambdaproxy
Dockerfile
1
star
14

machine-controller-k3s

Forked version of kubermatic/machine-controller and adapted for https://github.com/k3s-io/k3s
Go
1
star
15

go-mmproxy-docker

Dockerized version of https://github.com/path-network/go-mmproxy
Dockerfile
1
star
16

proxy-ripv6

Docker image of Caddy with the forwardproxy plugin and RIPv6 - small HTTP 1.1 & 2.0 proxy without authentication
Shell
1
star
17

piscine-42

Repo of 42 school piscine july 2018 - not everything is working correctly - btw I wasn't accepted
C
1
star
18

weakReCAPTCHA

A program that exploit a weakness in Google reCAPTCHA (only easiest setting) and automatically solve it through an image rekognition service without any browser.
JavaScript
1
star
19

caddy-proxy

Docker image of Caddy with only the forwardproxy plugin - small HTTP 1.1 & 2.0 proxy without authentication
Dockerfile
1
star