Bypass DDOS Guard's scraper shield with Node.
npm install @cantfindkernel/ddos-guard-bypassBypass DDOS Guard's scraper shield with Node.
``js
const dg = require("@cantfindkernel/ddos-guard-bypass");
const axios = require("axios");
(async function() {
let ddgu = await dg.bypass(https://ddos-guard.net/en);https://ddos-guard.net/en
let resp = await axios({
url: ,``
headers: ddgu.headers,
});
console.log(resp.status) // 200 or 403
})();
You can see an example here.
Submit an issue with the URL you are requesting or a PR to contribute.