Jump to content

Rock1103

Co-Administrator
  • Posts

    2,521
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by Rock1103

  1. SilverBullet 1.1.0 • Added usage (runner) • Added new hashing algorithms (by its5Q) • Added encoding (function) • Added auto save config on stacker • Added new message box • Added the amount of CPU/RAM occupied • Added open log in notepad • Added material design • Fixed ocr bugs (block) • Fixed selenium bugs https://mega.nz/file/brBzHYxR#K9nKE4o7XlEokHQjLXDQXCRcbxNwkTc387Qagjid0JM VIRUSTOTAL : https://www.virustotal.com/gui/file/9141e1b14292302bf616507450c7d5ad0a2042454dd9be40f8a016e18c2f13af/detection This app requires C++ 2015 Redistributable x86/x64!!! —> https://www.microsoft.com/en-us/download/details.aspx?id=48145
  2. https://anonfile.com/n5bd94weob/OpenBullet_zip Version: 1.2.2 New stuff: CaptchaSharp library (already on nuget, I will make the repository public when the goal is met). It's a .NET Standard library you can use in your own projects as well, and it basically implements the APIs of the major captcha solver services in a very organized and documented way. The library will support the following captcha types: Text (with language options) Image (with options like phrase, case sensitivity, calculations, language etc.) FunCaptcha ReCaptcha V2 (invisible too) and V3 HCaptcha KeyCaptcha GeeTest Capy Coverage by the most important solving services is as follows: CAPTCHA and RECAPTCHA blocks have been deprecated, and in their place I added 2 new blocks: SOLVECAPTCHA and REPORTCAPTCHA. The first one is an implementation of the previously mentioned library, so you can solve all the types of captchas I described above, while the 2nd one is for reporting bad captchas and get your credit back. HCaptcha support for the CFBYPASS block. Issues that have been coded and tested: A list of all issues can be found here https://github.com/openbullet/openbullet/milestone/3 Basically: New option to send hits to a text file instead of the database to avoid corruption. Fixed the sorting by Last Modified date in the Config Manager. As you can see most of the work went into creating the captcha library, it took 1 week of work to write, we did some serious testing (which was exhausting cause, ya know, captchas take a looong time to test) to ensure you will have no trouble using it and we're proud of the results. Please understand that I didn't fix many issues because a huge part of those will be fixed directly in OpenBullet 2, so I prefer spending more time coding OB2 than having to fix issues on OB1 and then port them again to OB2. As I previously stated in an announcement, I plan to keep working hard on OB2 so I can't give a date for the next update to the current version. DISCLAIMER: Remember that all of this will be pushed as open source code, so you don't have any priviledge for donating other than helping the project stay alive. Thanks for your support! The OpenBullet team (Ruri, demiurgo and meinname).
  3. version 1.2.1 is out and can be downloaded from here https://github.com/openbullet/openbullet/releases Version: 1.2.1 Issues that have been coded and tested: A list of all issues can be found here https://github.com/openbullet/openbullet/milestone/2 Most important improvements (for the lazy ones): Your Runner Manager session will be saved on exit (not if you ALT+F4) and restored when OB opens Global exception catcher so when OB crashes it creates a Log.txt with the exact cause of the crash (you can post it on the forum to get better help on how to fix the issue) UTILITY Folder Create/Exists + UTILITY File Copy/Move/Exists Thread safe file access (no more IOExceptions) Faster javascript interpreter Less SSL errors when making requests Search bar in Wordlist Manager and Selection Old RSA is back (and working) You can select TLS protocols (e.g. in some cases TLS 1.1 can bypass Cloudflare captcha page) Plugins can now use OnPropertyChanged in properties to change a value on the UI and readonly textboxes are supported and more... DISCLAIMER: Remember that all of this will be pushed as open source code, so you don't have any priviledge for donating other than helping the project stay alive. [Hidden Content] https://www.virustotal.com/gui/file/5d54e9d98a3d7957a7421bd4a5478958615a1dc2b55b4375a904f8bec3b24739/detection
  4. This will not be hidden cause it goes with OB 1.2.0 and it is a neat feature on making configs and combos and a few other things in the plugins section of OB. This was not made by me and i wont take the credit. I am just sharing it so credit will go to the one that made it. This is a collection of plugins for OpenBullet First you need to update your OpenBullet with CI Updater 1.3+ here: CI Updater 1.3: https://anonfile.com/p5b3j0i7o9/_1.3_CIUpdater_rar =================== Changelog version 1 =================== NORMAL PLUGINS: -- Balance Calculator -- Pick a config, type the name of the variable where you captured a balance (for example GC balance) and the plugin will calculate the total sum of cracked balance -- Combo Cleaner -- Pick a wordlist and you can - remove empty lines - keep only valid userpass / mailpass / lines that respect custom regex - sort alphabetically or by length (ascending or descending) - shuffle lines - remove duplicate lines -- Combo Creator -- Pick a line of usernames and a list of passwords and the plugin will create a combo with all combinations -- Combo Converter -- Converts mailpass to userpass and userpass to mailpass using given email domain -- Discord Webhook -- Listens to your Runners and whenever you get a hit it sends it to a discord webhook. After pasting the webhook, please restart OpenBullet -- Hits Uploader -- Upload hits automatically on ghostbin, password protected pastes are supported, and immediately get a link in your clipboard ready to be pasted, all in a single click! -- Nord Proxy Generator -- Type your NordVPN email and pass and you will get about 15k SOCKS5 proxies imported directly ready for use -- Config Template Creator -- Creates a config with the basic blocks needed in 90% of the configs BLOCK PLUGINS: -- MegaNZ -- Crack MegaNZ accounts. If the account is not valid it will give FAIL, otherwise it will capture current and max quota (in bytes) and it will capture a certain amount of files that you desire, so you can then search through them for specific things you want or just to see what type of stuff the account has inside. HOW TO USE THE PACKAGE:  Unrar PluginsCI.rar into Plugins folder. You need OpenBullet 1.2.0+ for use it HOW TO SOLVE THE PLUGINS PROBLEM: OB NOT START 1) Right Click on CIPlugin.dll in Plugins folder 2) Settings 3) Put the tick on and apply 4) Eventually disable Windows Defender That's all https://anonfile.com/Bag8W1h0o3/CIPlugins_rar
  5. https://anonfile.com/H2tdveh3o8/OpenBullet.1.2.0_zip Update 1.2.0 Changelog Version: 1.2.0 New features: Plugin system for OpenBullet. You will be able to add functionality with the least possible amount of coding (no XAML or any UI stuff), like tools that easily interact with other components of OB or new blocks. I will provide a fully commented sample project to develop a plugin, it's very easy and you can achieve great things with it. More information: It will output a DLL that you can simply place in the OB's Plugins folder and it will be automatically loaded and imported on start Dependencies are supported Every plugin will be compatible with every version of OpenBullet that is built from v1.2.0 source There is no need to change the original source code of the program itself to add functionalities Plugins can interact with other components of OB, like runners, managers and the database through an inclusive interface Issues that have been coded and tested: https://github.com/openbullet/openbullet/issues/414 https://github.com/openbullet/openbullet/issues/412 https://github.com/openbullet/openbullet/issues/422 https://github.com/openbullet/openbullet/issues/393 https://github.com/openbullet/openbullet/issues/391 https://github.com/openbullet/openbullet/issues/379 https://github.com/openbullet/openbullet/issues/502 https://github.com/openbullet/openbullet/issues/503 https://github.com/openbullet/openbullet/issues/505 https://github.com/openbullet/openbullet/issues/506 https://github.com/openbullet/openbullet/issues/507 https://github.com/openbullet/openbullet/issues/387 https://github.com/openbullet/openbullet/issues/354 https://github.com/openbullet/openbullet/issues/352 https://github.com/openbullet/openbullet/issues/335 https://github.com/openbullet/openbullet/issues/377 In addition, we switched from Leaf.xNet to CloudflareSolverRe and fixed the multithreading issue, so now at least the CloudFlare Bypass is usable in some cases. Please check your proxies before using them. More improvements will come in future updates. Watch the GIF here: https://s5.gifyu.com/images/bb0Z.gif DISCLAIMER: Remember that all of this will be pushed as open source code, so you don't have any priviledge for donating other than helping the project stay alive. Thanks for your support! The OpenBullet team (Ruri, demiurgo and meinname).
  6. Here ya go bro. Tested and works [Hidden Content]
  7. join this on discord https://discordapp.com/channels/588780364403572774/588781094808190976
  8. OpenBullet-Anomaly-Mod This is the GitHub for the OpenBullet Mod i make and manage. (Formerly Paradox Mod). All future updates wont be under Paradox, Itll just be me, LethalLuck, And others who help. No more branding, No more Bullshit, Just. OpenBullet. Information about updates, and more can be found on this discord. Join our community :D https://discord.gg/h4Ug5Uk https://github.com/PurityWasHere/Anomaly-Mod-Hosting [Hidden Content]

Board Life Status


Board startup date: October 30, 2017 06:45:19
×
×
  • Create New...