Skip to content

This script provides various ways to create HTTP redirects from 301 to 308, useful for stuff like SSRF

License

Notifications You must be signed in to change notification settings

0xDexter0us/30X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

30X

This script provides various ways to create HTTP redirects from 301 to 308, useful for stuff like SSRF


This tool is made to be used as a cloud function for Cloudflare Workers with minimum cold start duration and latency.

How to install on your custom domain.

  1. Install Wrangler: Cloudflare's CLI tool.
npm install -g wrangler
  1. Login to Cloudflare:
wrangler login
  1. Initialize the Worker:
wrangler init example-worker
cd example-worker
  1. Update wrangler.toml file with your custom domain and account ID.

  2. Deploy the code:

wrangler deploy

Make sure the index.js is in the root or properly configured.

About

This script provides various ways to create HTTP redirects from 301 to 308, useful for stuff like SSRF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published