Skip to content

2spy/SafeFetchApi-Py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafeFetchApi

Discovered by: Milkyway and Sam
Written by Prizzle

Description

The Api uses a Google Service to preview websites over their end.

https://docs.google.com/gview?url=https://google.com

It can be used to bypass various Bot Protection Systems. Its also effective agains Ratelimits.

It has some character limits, so it might not work for some websites. I didnt test them yet.

Google doesnt seem to rate limit the requests, so you can use it as much as you want.

Usage

JS

git clone https://github.com/Prizzledizle/SafeFetchApi.git
cd js
npm install
npm start

Go

git clone https://github.com/Prizzledizle/SafeFetchApi.git
cd go
go run src/main.go

Request

URL TO POST: "http:localhost:4501/api/v2/safeFetch

BODY: {
    "url": "https://example.com"
}

If you have any questions, feel free to contact me on Discord: Prizzle#4655 or on Twitter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 53.0%
  • JavaScript 38.3%
  • Python 8.7%