Git Product home page Git Product logo

openbullet's People

Contributors

infinitey6622 avatar karimbenammar avatar laiteux avatar lexector avatar maanisim avatar meinname avatar metaextreme avatar openbullet avatar sondreavik avatar yommy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openbullet's Issues

Proxy Overiding

Is it Possible to Dominate current proxy with new one? .. I tried but it fails.
Please take a look
http://prntscr.com/n8p2pa

When I comment it out
http://prntscr.com/n8p5sz

I want' to override other HTTP proxy with my own local proxy i.e "127.0.0.1:8888" when necessary
but it always get's an error. Is this possible? :3

Sorry for posting too much stupid issues .. lol forgive me.

error on build MVS

Im traslating OB on MVS Latest version (Comunity) and when i try to debug or build im getting this error

Error CS0246 The type or namespace name 'Extreme' could not be found (are you missing a using directive or an assembly reference?) RuriLib C:\Users\Yolo\Documents\Visual Studio 2017\openbullet-master\openbullet-master\RuriLib\LoliScript\Parser\SetParser.cs

(23 times), and yes, im a noob... anyone can help me?

config converter

how can I convert .ini and .bbc (for blackbullet) to .loli (for bluebullet)
btw guys why you make a copy of blackbullet for no reason?

Proxy checker not testing all proxies

Today I checked 6000 socks 4 proxies. When finished, about 40 proxies were still listed as "UNTESTED"
I think it's not the first time I see this issue.

Bugs in Utility Block.

I am working on a Project To bypass CF by reloading chrome browser get it's cF cookies write it on cookies.txt files and reload this
cookies on every bot as long as the cookies last but I got some problem in Utility block.
Whenever I try to split the string variable "COOK" it always automatically changes to variable "SPLITTED" and this thing always happens whenever I switch from
LoliScript Tab To Stack View tab ...
Before ---> http://prntscr.com/n96jtu
If I switch back to Stack View and again to LoliScript then VAR "COOK" Automatically changes to VAR "SPLITTED" ...
After ---> http://prntscr.com/n96k77
and I am stucked :(

chromedriver file does not exist.

Opening browser...
OpenQA.Selenium.DriverServiceNotFoundException: The chromedriver.exe file does not exist in the current directory or in a directory on the PATH environment variable. The driver can be downloaded at http://chromedriver.storage.googleapis.com/index.html.
at OpenQA.Selenium.DriverService.FindDriverServiceExecutable(String executableName, Uri downloadUrl)
at OpenQA.Selenium.Chrome.ChromeDriverService.CreateDefaultService()
at RuriLib.SBlockBrowserAction.OpenBrowser(BotData data)

Chromedriver is installed and works fine in BB but not in OB.

TCP Connect taking much time

Hello,
last days i was testing the TCP Client from DBC
i was not sure if it is a bug or not, but i had to ask
here is the params

FUNCTION RandomNum 8123 8131 -> VAR "RandPort"
TCP Connect "api.dbcapi.me" "" UseSSL=FALSE

try it

Capture Data isn't getting saved

Well basically after getting some hits and going to the hit logs you will find everything well saved but as you restart open bullet you will still find your accounts hit but all their capture will be just gone/empty .

Drag and Drop wordlist not attributing Type

When you drag and drop a wordlist in BB. It automatically detect it and set it's Type.

Per example ; MailPass

While in openbullet, the Type is always Default.

Is that a normal behavior ?

CountOccurrences Function dont work

Hello Ruri, is me. I'm having problem with CountOccurrences, it dont work for any tries

  1. Put In Input
    https://i.imgur.com/QtMkIHV.png
  2. Parse it to a list but not return sum of them
    https://i.imgur.com/nA4xNPx.png
    And there any change to turn off auto execute "" regex in script?
    Like I have a Loliscript like this
    PARSE SOURCE LR "Test\\" "\\" -> VAR "HELLO"
    This will break the config, same happen if put this in any order block type
    Sorry for bothering, I'm noob at coding and still starting with Python, Thanks you Ruri.

BasicAuth broken?

Hi,

Apparently it's broken, or I don't understand all how it works with openbullet.

I have some valid combos for some websites but I always get 401 reponses with openbullet in the debugger (same thing in the runner). With blackbullet, it's 200 as expected. By the way these websites have no special protection.

I see that the basic auth block is no more with openbullet. Apparently now, we have to use a request block and select BasicAuth in the Request Type menu. It's what I did. I tried GET, HEAD, POST methods, same 401 response.

Log:

<--- Executing Block REQUEST --->
Calling URL: https://xxxxxxxxxxxx.com/members/
Sent Headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko
Pragma: no-cache
Accept: */*
Authorization: Basic Og==
Sent Cookies:

Address: https://xxxxxxxxxxxx.com/members/
Response code: 401
Received headers:
Date: Tue, 02 Apr 2019 14:20:55 GMT
Server: Apache
WWW-Authenticate: Basic realm="Members Area"
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 290
Keep-Alive: timeout=3, max=60
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
Received cookies:
Response Source:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
</body></html>

While with black bullet I get:

<--- Executing Block BASIC AUTH --->
Calling URL: https://xxxxxxxxxx.com/members/
Address: https://xxxxxxxxxxx.com/members/
Status code: 200
Received headers:
Date: Tue, 02 Apr 2019 14:44:21 GMT
Server: Apache
X-Powered-By: PHP/7.2.16
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Security-Policy: upgrade-insecure-requests;
Access-Control-Allow-Origin: *
Pragma: no-cache
Content-Length: 9486
Keep-Alive: timeout=3, max=60
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Received cookies:
Response Source:
<!DOCTYPE html>

Maybe it has something to do with the custom headers that are sent by openbullet. But I can't manage to avoid them. Even if delete them and save the config, they are sent. And back when I reload the config.

I also notice:
Authorization: Basic Og==
It looks it sends a blank login/password or something like that, instead of the actual combo.

Bypass CF

How do i use this feature? I tried using it with 99rdp.com site but it doesnt bypass the 5 sec cf page

Error Compiling the solution

while compiling
. VS 2017
. GIT for windows is installed

Severity Code Description Project File Line Suppression State
Error   The command "chmod +x """ exited with code 9009. OpenBullet      

Small Issue

On StackView mode When I Untick "Ban on TimeOut" .. switch to loli Mode and again to StackView mode then it's value is ticked again

http://prntscr.com/n9od47

Also is there any Way to convert Dict to List For example Cookies to list var ...?
My Captured cookie got randomly generated keys ... and I couldn't generate it to list ...:3

Compilation Error in OpenBulletCLI on VS 2017 Enterprise

Hi again ;3

Happy to report success with RuriLib and OpenBullet GUI version, however I am getting a missing reference error for 'netstandard' 2.0.0

I tried installing NetStandard.Library version 2.0.0 and 2.0.3, Used the Extreme.Net git master in both debug and release, mode.

Any ideas? Sorry if this is a total noob question, I am brand spanking new to windows C# and interested in getting up a successful build to start testing out some stuff in my own forked branch. Again, any suggestions are super duper mega awesome possum! :)

Thanks again and double cheers mates! n__n

Compilation log from VS 2017 Enterprise

1>------ Build started: Project: OpenBullet, Configuration: Release Any CPU ------
2>------ Build started: Project: OpenBulletCLI, Configuration: Release Any CPU ------
2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1964,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(41,14,41,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(44,14,44,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(47,14,47,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(50,14,50,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(53,14,53,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(56,14,56,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(59,14,59,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(62,14,62,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(65,14,65,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(68,14,68,20): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
2>C:\Users\kelsey\openbullet\OpenBulletCLI\Program.cs(71,14,71,19): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
1>  OpenBullet -> C:\Users\kelsey\openbullet\OpenBullet\bin\Release\OpenBullet.exe
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\AngleSharp.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Extreme.Net.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\ICSharpCode.AvalonEdit.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\IronPython.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\IronPython.Modules.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\IronPython.SQLite.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\IronPython.Wpf.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Jint.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Leaf.xNet.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\LiteDB.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Microsoft.Dynamic.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Microsoft.Scripting.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Microsoft.Scripting.Metadata.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Newtonsoft.Json.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\ProxySocket.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\RuriLib.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\System.Net.Http.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\System.Security.Cryptography.Algorithms.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\System.Security.Cryptography.Encoding.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\System.Security.Cryptography.Primitives.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\System.Security.Cryptography.X509Certificates.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\System.Windows.Controls.Input.Toolkit.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\System.Windows.Controls.Layout.Toolkit.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\WebDriver.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\WebDriver.Support.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\WPFToolkit.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Xceed.Wpf.AvalonDock.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Xceed.Wpf.AvalonDock.Themes.Aero.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Xceed.Wpf.AvalonDock.Themes.Metro.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Xceed.Wpf.AvalonDock.Themes.VS2010.dll
1>  C:\Users\kelsey\openbullet\OpenBullet\bin\Release\Xceed.Wpf.Toolkit.dll
1>         31 file(s) moved.
1>          1 file(s) copied.
1>          1 file(s) copied.
========== Build: 1 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========

Captcha

Can't get any config with captcha to work with this new open bullet. What settings to look for to make it work like black bullet ?

Jump Function not working

Whenever I try to Jump to Upper Block .. Bot Ends on Status Error
http://prntscr.com/n9dedg
My UpperBlock Looks Like this.

#Test REQUEST POST "https://example.com" AutoRedirect=FALSE 
  CONTENT ".......
   ... ...
   ... ...

I got variable like this

Varc (Single) = Checking
link (Single) = data
ITEM (Single) = Terms Of Service

Now when I jump to Upper Block .. there is error... please take a look http://prntscr.com/n9dedg
:)

Spy TheSpy.txt file

Hi,
I have an error when I run a runner. I have a SpyTheSpy.txt file that opens with a message "A Debugger has been detected! Please close System.Diagnostics.Process []".
Can you tell me where the problem comes from and how to fix it.

Thank you in advance.

Documentation for Config Creation is 404

Howdy yet again again hohoho :)

In the official documentation there is a link to more in depth detail about configuration files, found here:

https://openbullet.github.io/configs.html

However this link is a 404.

Additionally, I am unable to import an old config.ini files for testing purposes built for old BlackBullet to test my own personal website or websites I am authorized to test by security audit clients. Will there be any planned support for old ini or bbc configuration file import into the new OpenBullet or should I simply recreate configs for now?

Much thanks again, all suggestions and ideas are truly fantastic, I'm hoping to get a firmer grasp on this project so hopefully my questions are not too bothersome.

Enjoy and this time Kampai!

:>

OpenBullet not same behavior as BB

Same config, same wordlist, same proxies.

OpenBullet say i have 2 hits and take 9 hours to finish.
BB got 122 hits and took 10 mins.

I have a rule in my config to check PASS, so it only try if it have 8 to 12, 1 number, 1 capital and 1 non capital.

It seem as OpenBullet is not checking for these rules.
Tried removing them and putting them again.
Tried redoing the config completly.

Here is what Environment.ini look like ;

https://pastebin.com/eGtn3RKD

Some Issue

I just reCompiled on VB 2019 .... and found this Issue

  1. Variable Issue
    http://prntscr.com/n7qn6o
    Bot just Printing instead of giving actual one.

  2. Selenium Issue
    Opening browser...
    OpenQA.Selenium.DriverServiceNotFoundException: The chromedriver.exe file does not exist in the current directory or in a directory on the PATH environment variable. The driver can be downloaded at http://chromedriver.storage.googleapis.com/index.html.
    at OpenQA.Selenium.DriverService.FindDriverServiceExecutable(String executableName, Uri downloadUrl)
    at OpenQA.Selenium.Chrome.ChromeDriverService.CreateDefaultService()
    at RuriLib.SBlockBrowserAction.OpenBrowser(BotData data)

Proxies error

Hello,
All the proxies I'm imported are adding with the http type even though I've selected a Socks type. I cannot add socks proxies.

Thank you in advance and congratulations for the work done.

Little Bug

I cant tell bug but i can show this with video

video coming soon

Bypass CF issue

Hi there, anyone know how i can fix this error?
[12] ERROR in block BYPASS CF | Exception: Object reference not set to an instance of an object.

Compilation error in RuriLib

Built in release mode, looks like a syntax error in CProxy.cs. VS Studio 2015 Enterprise output:

1>------ Build started: Project: RuriLib, Configuration: Debug Any CPU ------
1>C:\Users\cute_username_here\openbullet\RuriLib\Models\CProxy.cs(133,73,133,77): error CS1003: > Syntax error, ',' expected
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

The offenting line is:

Enum.TryParse(groups[1].Value, true, out var type);

Looks like the final bit there should be something other than 'var type', I'm not up to date on much C# Windows programming so I'll submit this as an issue rather than just shoot you a pull request.

Cheers.

Proxy auth

I’m attempting to enter proxies with auth into the advanced proxy settings box using the correct syntax, although when testing my proxies they appear not be working on Open Bullet even though I’ve checked they’re online.

Compiling Solution

while i was compiling the openbullet solution
i got this error :

Severity Code Description Project File Line Suppression State
Warning   Found conflicts between different versions of "System.Net.Http" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed. OpenBullet      

Prasing Json Error

There is a minor error in Parsing json i guess when the parsing, "keyword" isn't there then the Bot set it's status to error.
http://prntscr.com/n8c2vq

giving
ERROR: Sequence contains no elements

copy captured data is not working

In HIT DB, when you select the Hits + Right Click > Copy Selected > Data with capture
it doesn't copy anything in the clipboard.

Edit:
forgive me. Now it works....i don't know why it wasn't working before...

Errore modulo cloudflare

Noto un problema nel cloudflare bypass praticamente nel config maker la config funziona(config su iptvstreaming.org) rilevo se un account e valido o meno.
Una volta inserita nel runner il blocco cloudflare bypass va in errore.. allego i log su pastebin:

Debug nel config maker:

[03/04/2019 10:50:27] (Info) Stacker - Started the debugger
[03/04/2019 10:50:27] (Info) Stacker - Converting Observables
[03/04/2019 10:50:27] (Info) Stacker - Initializing the request data
[03/04/2019 10:50:27] (Info) Stacker - Setting the first block as the current block
[03/04/2019 10:50:33] (Info) Stacker - Processed BYPASSCF "https://ip [...]
[03/04/2019 10:50:33] (Info) Stacker - Processed REQUEST GET "https:/ [...]
[03/04/2019 10:50:33] (Info) Stacker - Processed PARSE "" LR [...]
[03/04/2019 10:50:34] (Info) Stacker - Processed #Login REQUEST POST [...]
[03/04/2019 10:50:34] (Info) Stacker - Processed KEYCHECK BanOnToChec [...]
[03/04/2019 10:50:34] (Info) Stacker - Processed KEYCHECK BanOnToChec [...]
[03/04/2019 10:50:34] (Info) Stacker - Debugger completed

Debug nel runner:

[03/04/2019 10:55:14] (Info) Runner - Set up sound players
[03/04/2019 10:55:14] (Info) Runner - Setting up the background worker
[03/04/2019 10:55:14] (Info) Runner - Started the Master Worker
[03/04/2019 10:55:14] (Info) Runner - Loaded 44343 lines
[03/04/2019 10:55:14] (Info) Runner - Using Proxies: False
[03/04/2019 10:55:14] (Info) Runner - Creating bot 1
[03/04/2019 10:55:14] (Info) Runner - Trying to assign data [email protected]:artjob
[03/04/2019 10:55:14] (Info) Runner - Assigned data [email protected]:artjob to bot 1
[03/04/2019 10:55:14] (Info) Runner - [1] started with data [email protected]:artjob
[03/04/2019 10:55:14] (Info) Runner - Trying to assign data [email protected]:ndb060674
[03/04/2019 10:55:24] (Error) Runner - [1] ERROR in block BYPASS CF | Exception: Riferimento a un oggetto non impostato su un'istanza di oggetto.
[03/04/2019 10:55:25] (Info) Runner - [1] Ended with result ERROR
[03/04/2019 10:55:27] (Info) Runner - Sent cancellation request to Master Worker

alche ho provato anche a creare una config solo con il blocco cloudflare e fornisce sempre lo stesso errore ...

spero di essere stato abbastanza chiaro

Sounds not disabled

Hi,

In the settings/openbullet/sounds, I have "Enabled" unchecked but I hear rifle_reload.wav when I launch a job in the runner.

Question about the proxy checker

Hi,

Does it check if the proxies are anonymous or only if they are working (ie could be transparent)?

I see nothing in the settings how to set a proxy judge or something like that.

Thanks.

just sug

we need some screen for a key code using php mysqli that will be awesome to keep it private for any one that build his own ddos program and thanks u did a rly good job

Please revert last commit

I don't like the fix from bc63823

Before the slider was for the rough placement and clicking for finetuning.
Now it jumps by 10 and so at least for me it's now difficult to set a number of for example 13 bots with a trackpad via RDP.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.