Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Config Master
Rating: 3.6 out of 5(8 ratings)
153 students

Config Master

Master the concept of config making
Created byPrajjwal Pathak
Last updated 7/2025
English
English [Auto],

What you'll learn

  • how to create configs using python
  • automating daily tasks using python
  • Silverbullet for config automation
  • how to solve and bypass captchas on websites

Course content

4 sections25 lectures7h 19m total length
  • How to install silverbullet pro for free3:46

    Explore how to install Silver Bullet 1.4.1 pro for free, set up the tool, create configs, and perform basic testing and proxy-related tasks used in config and penetration testing.

  • Create a simple site config27:46

    Create a simple site config to automate login checks, testing valid and invalid email-password pairs via post requests, parsing nonce and payload, and validating success or failure outcomes.

  • Create a 2d site config24:35

    Create a 2d site config in silver bullet 1.4.1 pro, login, construct a post request with url-encoded payload and headers, and parse and save account details to a text file.

  • Create a api site config17:51

    Learn to create an api site config with silver bullet, authenticate via login, craft post json requests, parse responses to extract data, and save results to country.txt for end-to-end automation.

  • Create a runner & load wordlists15:15

    Config Master lecture guides you to create a runner with silverplate 1.4.1, load word lists and proxies, and configure concurrent bots to test credentials.

  • Load custom wordlists in silverbullet7:38

    Learn to load custom word lists and create new wordlist types in Silver Bullet Pro by editing environment.ini, defining a name, regex, and separators, then verify data formats.

  • Working with base64 data8:27

    Learn how to pass and parse jwt and base64 data using silver bullet, generate token requests, decode base64 to plain text, and extract fields like email from decoded json.

  • Take custom inputs in Silverbullet6:44

    Learn to take custom inputs in Silver Bullet by creating a config, adding inputs (zip, search text, search term), assigning variables, and using default values in scripts and requests.

  • Create a IMVU json api config25:33

    Learn to build a JSON API config for IMVU using Silverblade 1.4.1, including creating a config, simulating login requests, parsing responses, and extracting user data like credits and profile details.

  • Scripting with Silverbullet loliscript25:12

    Explore basic scripting in Silver Bullet 1.4 Pro, including comments, print and set operations, variables, lambda parser, control flow (if, while, end if), preprocessor and jump, and practical config examples.

  • Writing python code inside silverbullet13:45

    Learn to run Python scripts inside Silver Bullet 1.4 using a begin script and end script block. Choose Python or IronPython, define functions, return results, and note limitations and options.

  • Create a puppetter config23:20

    Learn how to create a puppeteer or selenium browser automation config to navigate to a site, fill login credentials, and verify login using dom checks in a silver bullet workflow.

Requirements

  • Students must have a laptop and stable internet connection
  • Basic knwoledge of python required for few modules

Description

Are you tired of repetitive tasks taking up your valuable time? Do you want to learn how to automate workflows, perform powerful web testing, and master configuration-based automation like a pro? Then this course is for you.

In this hands-on course, you'll learn how to automate your daily tasks using Python and Silverbullet, a powerful tool used in the ethical hacking and bug bounty communities. Whether you're a cybersecurity enthusiast, a bug bounty hunter, or just someone who loves to tinker with automation, this course will equip you with real-world skills that go far beyond the basics.

We’ll begin by exploring how to use Python to automate common tasks, such as sending requests, scraping websites, parsing responses, and handling data efficiently. Then, we’ll dive deep into Silverbullet, a tool that lets you create and execute complex testing workflows using configs. You’ll master the art of config making, enabling you to simulate logins, test endpoints, scrape content, and automate entire processes—without writing a single line of code for each execution.

By the end of the course, you’ll have a practical understanding of how to create custom configs, chain steps together, and integrate Python with Silverbullet to build smart, reusable, and efficient automation systems tailored to your needs.

Who this course is for:

  • Students in the field of hacking