
Openbullet 2 Plugins !exclusive! -
Handling high-performance, low-latency remote procedure calls.
Although resource-intensive, this plugin allows Openbullet 2 to test JavaScript-heavy sites that rely on WebSockets or client-side rendering. It is often used for testing OAuth flows from Google, Facebook, or GitHub.
Would you like a sample plugin project structure (ZIP) or a deep dive into the LoliScript AST manipulation API? Openbullet 2 Plugins
| Capability | Description | |------------|-------------| | | Add new action blocks (e.g., CUSTOM: myBlock ) to the config editor. | | Global Request/Response Interception | Modify every HTTP request/response before/after execution. | | Data Processing | Encrypt/decrypt, hash, encode/decode, or transform variables (e.g., custom JWT signer). | | External API Integration | Solve captchas via 2Captcha, send results to Discord/Telegram, fetch proxy lists dynamically. | | Database Connectivity | Query SQL, Redis, or MongoDB from inside a config. | | Custom Data Sources | Create new types of wordlist inputs (e.g., from AWS S3, Kafka). | | UI Extensions | Add tabs, buttons, or panels to the OpenBullet interface. |
However, even with its flexible config system, there are limitations. Complex logic, custom cryptography, database interactions, file I/O beyond basic logging, or integration with third-party APIs (captcha solvers, proxies, notifications) cannot be easily handled by the visual config blocks alone. This is where come in. Would you like a sample plugin project structure
Organizations can protect themselves against attacks that leverage OpenBullet 2 plugins by:
is a powerful, open-source web testing suite used primarily for security testing, penetration testing, and automation of HTTP/HTTPS requests. It allows users to create "configs" (configuration files) that define a sequence of requests, data processing, and capture of specific values (e.g., tokens, responses). | | Data Processing | Encrypt/decrypt, hash, encode/decode,
// Modify the response or extract a value if (response.Contains("success\":true"))