• OpenBullet是专门为web开发人员构建一个简单但非常精良的应用程序。 它允许几乎任何具有适度web测试知识的人对目标web应用程序执行请求。

    OpenBullet的主要优点是其大量的有用的功能,允许用户刮和解析数据,以及通过Sel和其他类似的软件执行自动化penetration透和单元测试表示。

    要开始使用OpenBullet,用户需要首先下载官方OpenBullet API,并确保他们的计算机运行.NET Core2.2(Core SDK2.2)。

    一旦安装,用户需要打开appsettings。json文件并调整/配置以下3个可编辑字段:db,configFolder和secretKey。

    第一个表示用于存储用户信息的LiteDB数据库文件(如果不存在,将自动创建它)。 configFolder是存储configs的文件系统上的文件夹,secretKey用于访问api/users端点以及管理用户。

    运行它将需要用户打开一个终端窗口,导航到OpenBulletAPI所在的位置。dll位于和以下命令:"donnet./OpenBulletAPI。dll。 此命令将执行将在HTTP端口5000上远程访问的应用程序。 更多信息可在GitHub上的应用程序的官方指南。

  • OpenBullet विशेष रूप से वेब डेवलपर्स के लिए बनाया गया एक सीधा और बहुत अच्छा सुसज्जित अनुप्रयोग है। यह एक मध्यम वेब परीक्षण ज्ञान वाले किसी भी व्यक्ति को लक्ष्य वेब ऐप के लिए अनुरोध करने की अनुमति देता है।

    OpenBullet का मुख्य लाभ इसकी पर्याप्त संख्या में उपयोगी सुविधाओं द्वारा प्रस्तुत किया गया है जो उपयोगकर्ताओं को डेटा को परिमार्जन और पार्स करने की अनुमति देता है, साथ ही सेलेनियम और अन्य समान सॉफ़्टवेयर के माध्यम से स्वचालित प्रवेश और इकाई परीक्षण भी करता है।

    OpenBullet के साथ आरंभ करने के लिए, उपयोगकर्ताओं को पहले आधिकारिक OpenBullet API डाउनलोड करना होगा और यह सुनिश्चित करना होगा कि उनका कंप्यूटर .NET Core 2.2 (कोर SDK 2.2) चला रहा है।

    एक बार स्थापित होने के बाद, उपयोगकर्ताओं को appsettings.json फ़ाइल को खोलने और निम्नलिखित 3 संपादन योग्य क्षेत्रों को कॉन्फ़िगर / कॉन्फ़िगर करने की आवश्यकता होती है: db, configFolder और secretKey।

    पहले वाला लाइटबीडी डेटाबेस फ़ाइल का उपयोग उपयोगकर्ता जानकारी को संग्रहीत करने के लिए करता है (यदि यह मौजूद नहीं है तो यह स्वचालित रूप से बनाया जाएगा)। configFolder फाइलसिस्टम पर वह फोल्डर है जहां कॉन्फिगर्स को स्टोर किया जाता है, और api / users एंडपॉइंट को एक्सेस करने के साथ-साथ यूजर्स को मैनेज करने के लिए secretKey का उपयोग किया जाता है।

    इसे चलाने के लिए उपयोगकर्ताओं को एक टर्मिनल विंडो खोलने की आवश्यकता होगी, उस स्थान पर नेविगेट करें जहां OpenBulletAPI.dll स्थित है और निम्न कमांड है: "donnet ./OpenBulletAPI.dll। यह कमांड ऐप को निष्पादित करेगा जो HTTP पोर्ट 5000 पर दूरस्थ रूप से सुलभ होगा। अधिक जानकारी GitHub पर ऐप के आधिकारिक गाइड पर उपलब्ध है।

  • OpenBullet is a straightforward yet very well-equipped application built specifically for web developers. It allows just about anyone with a moderate web testing knowledge to perform requests towards a target web app.

    The main advantage of OpenBullet is represented by its substantial number of useful features that allow users to scrape and parse data, as well as perform automated penetration and unit testing through Selenium and other similar software.

    To get started with OpenBullet, users need to first download the official OpenBullet API and ensure that their computer is running .NET Core 2.2 (Core SDK 2.2).

    Once installed, users are required to open the appsettings.json file and tweak/configure the following 3 editable fields: db, configFolder, and secretKey.

    The first one represents the LiteDB database file used to store user information (it will be created automatically if it doesn't exist). configFolder is the folder on the filesystem where the configs are stored, and the secretKey is used to access the api/users endpoint as well as manage users.

    Running it will require users to open a terminal window, navigate to the location where OpenBulletAPI.dll is located and the following command: "donnet ./OpenBulletAPI.dll. This command will execute the app which will be remotely accessible on the HTTP port 5000. More information is available on the app's official guide on GitHub.