reactlabsbypass
v1.0.1
Published
ReactLabsBypass is a tool designed to bypass DDoS protection mechanisms implemented by ReactLabs
Downloads
12
Maintainers
Readme
ReactLabsBypass is a tool designed to bypass DDoS protection mechanisms implemented by ReactLabs for Node.js.
const { bypassReact } = require('reactlabsbypass');
import { bypassReact } from 'reactlabsbypass';
bypassReact({
url: 'https://arizona-rp.com/'
}).then((html) => console.log(`HTML: ${html}`))
.catch(err => console.error(err));
Installation
$ npm install reactlabsbypass
$ yarn add reactlabsbypass