OP 16 February, 2022 - 03:24 PM
DROP A LIKE DON'T BE A LEECH
Original Guide By Flavoral
I) What's the Method?:
In this guide, I will be walking you through how you can make your own simple OpenBullet config.
This will be on a simple website that doesn't require Captcha Solvers, tokens, or anything similar.
I will assume that you already have OpenBullet, and know how to use it.
In this Tutorial, I will be using a moded version of OpenBullet. It's a popular moded version, and you can find the modded version also on Github by clicking HERE .
Make sure you're only using it on websites you have permissions for.
II) Tools & Requirements:
Original Guide By Flavoral
I) What's the Method?:
In this guide, I will be walking you through how you can make your own simple OpenBullet config.
This will be on a simple website that doesn't require Captcha Solvers, tokens, or anything similar.
I will assume that you already have OpenBullet, and know how to use it.
In this Tutorial, I will be using a moded version of OpenBullet. It's a popular moded version, and you can find the modded version also on Github by clicking HERE .
Make sure you're only using it on websites you have permissions for.
II) Tools & Requirements:
- OpenBullet
- RDP/VPS where you will use OpenBullet on.
- An IQ over 90.
- Time.
- Target website.
- Valid working account on the website.
III) Step 1:
- Assuming you have an IQ over 90, you will have OpenBullet open right now and have a website target in mind.
- You will click on the "Config" tab, then you will click on "New", and enter a Name for the config you're making, and an Author name.
Spoiler: - You will then get the following tab:
- Spoiler:
IV) Step 2:
- Open the website you want to target.
- Go to the login page.
- Open Inspect Element, and click on the Network Tab.
- Type in any fake login credentials in the login box while having the network tab open and hit Login/Enter
- The page will give you an error saying the credentials you entered are incorrect, ignore that and look at the Network tab you have open on the side.
- You want to search for something called "Login" and it should have a Request Method as "POST", it should be like this:
- Spoiler:
V) Step 3:
- Now go back to that open Config tab in OpenBullet, and click on the "+" add sign.
- It should give you the following window of options:
- Spoiler:
- Click on "Request", it should give you the following settings:
- Spoiler:
- Now you will simply fill the information in the OB config settings with the information of the "login" tab in the inspect element page.
- You will put the "Request URL" from the login page in the "URL" box in OB, and choose the Method Type in OB to be the same as the "Request Method" in the login page to be shown like this:
Spoiler: - Now you will scroll down to "Form Data", click on "view source" and copy the line written there and paste it in "POST Data" in OB which should look like this:
Spoiler: - Make sure to edit the string your copy-pasted to be something like this:Code:
email=<USER>&password=<PASS>&submit=Login
- Now go to the "Request Headers" section on the login tab, scroll to the "Cotent-Type" and make sure it's the same as the "Cotent-Type" option on OB.
Spoiler: - Now in the same "Request Headers" section, find "user-agent" and copy that whole string. Now in OB, go to the "Custom Headers" section, find a line called user-agent, and replace that string with the one you copied.
Spoiler: - Now find 2 lines called "Origin" and "Referer". Copy the whole 2 lines, and paste them at the end of the "Custom Headers" in OB.
Spoiler: