Coder Social home page Coder Social logo

openbullet-api's Introduction

OpenBullet

Build status

IMPORTANT NOTICE

OpenBullet 1 has reached the end of its life, no more support will be provided for it. Please consider switching to OpenBullet 2 as it will be kept up to date and offers a lot more features.


Link to the Official Forum

The Plugin System was released with version 1.2.0. You can find a sample Plugin with fully documented code that you can use as a basis to develop your own plugins!


OpenBullet is a webtesting suite that allows to perform requests towards a target webapp and offers a lot of tools to work with the results. This software can be used for scraping and parsing data, automated pentesting, unit testing through selenium and much more.

IMPORTANT! Performing (D)DoS attacks or credential stuffing on sites you do not own (or you do not have permission to test) is illegal! The developer will not be held responsible for improper use of this software.

Runner

Here you can find the complete documentation for usage, config making and the RuriLib API.

The OpenBullet API was released. It can be used to host configs remotely on your server and have OpenBullet download them upon Rescan. It's very useful to always have updated configs between different computers or people. You can learn more about it here.

Found a bug? Create an issue!

How to build

  1. Make sure you have installed the .NET framework (dev) 4.7.2.
  2. Clone this repository and open the solution file with Visual Studio.
  3. Switch to Release mode for a much cleaner output.
  4. Build the solution (Visual Studio will fetch all the missing nuget packages).
  5. You can find the executables inside the folders OpenBullet/bin/Release and OpenBulletCLI/bin/Release.

License

This software is licensed under the MIT License.

Donate

If you like this software, consider making a donation to the developer. Thank you!

  • BTC: 39yMkox6pP8tnSC7rZ5EM4nUUHgPbg1fKM

Credits

I want to thank all the community for their inputs that shaped OpenBullet into what it is now, and my gratitude goes towards demiurgo and meinname, who spent a lot of time helping me test and debug the Beta builds.

Contact

I am not on discord / telegram, anyone on there who claims to be me is a fake. If you need to contact me for any reason you can send me an email here: ruri [at] openbullet (dot) dev. I don't check it very often so be patient please.

openbullet-api's People

Contributors

openbullet 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

openbullet-api's Issues

error 449

i am trying to host the api on windows 10 rdp... everything is installed properly but when i start api using dotnet ./OpenBulletAPI.dll i get the message that server started but when i go to my localhost nothing shows up and i get error 404. although i can still able to connect admin panel when i add user and then refresh then everything is deleted automatically and get the error 449

please help me and fix it

API working on local machine not working Outside

same problem as,
#1 (comment)
i added firewall rules for inbound and outbound for port 5000 still same issue i can access it on my machine with http://myip:5000 or http://localhost:5000 but dont work on outside machine.
is there any firewall issue or its just me doin smth wrong ?
my program.cs file looks like this.

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;

namespace OpenBulletAPI
{
    public class Program
    {
        public static void Main(string[] args)
        {
            CreateWebHostBuilder(args).Build().Run();
        }

        public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
            WebHost.CreateDefaultBuilder(args)
                .UseUrls("http://0.0.0.0:5000")
                .UseStartup<Startup>();
    }
}

is it secure to host config

hi, I wanted to know if it's secure to host config here without getting leaked.

can u pls help me in encrypting it

Port 5000

Can someone tell me how to fix the port 5000? I went to the website posted in a issue of someone else and it says port 5000 is closed on my IP

Error when connecting to the server

Hi, i get this error when i'm trying to connect to my server with OpenBullet, i don't know if it come from the API :
warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
Failed to determine the https port for redirect.
Thanks

Unable to use --urls command

Hello,

I am trying to use the --urls command but it still launches it with the default options.

pi@raspberrypi:~/Desktop/OpenBulletAPI-0.0.1/OpenBulletAPI-0.0.1 $ dotnet ./OpenBulletAPI.dll --urls "http://0.0.0.0:80"
Hosting environment: Production
Content root path: /home/pi/Desktop/OpenBulletAPI-0.0.1/OpenBulletAPI-0.0.1
Now listening on: http://0.0.0.0:5000
Application started. Press Ctrl+C to shut down.
^CApplication is shutting down...

throws me warning

i went to setup on windows server with the sdk installed and when i connect to localhost:5000 i get error
"warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
Failed to determine the https port for redirect."
i looked into it and couldnt find a post or anything on how to fix it in this case was hoping for some help

request to add first ip binding

hey ruri i was wondering if you could add a option for ip binding the first person who uses the key for example lets say i wanna sell a api key well when they use it i wanna make it put the ip that they used for the first api request to then be binded to the ip so only that ip can use it, or for ip i can put "first" as like a place ho;der so that it knows to bind a ip on its own if you could do that id really appreciate it i already have the version that allows ip binding i just dont wanna do manual ip binding

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.