Giter Club home page Giter Club logo

actuatorendpointchecker's Introduction

Actuator Endpoint Checker

Actuator Endpoint Checker is a command-line tool designed to check the accessibility of Actuator endpoints in web applications. Actuator endpoints provide insight into the internal state of a running application, making them valuable targets for pentesters and bug bounty hunters to assess the security posture of an application.

How it works

The tool takes a base URL and a wordlist file containing endpoint paths as input. It constructs URLs by appending each endpoint path from the wordlist to the base URL and then sends HTTP GET requests to check if the endpoints are accessible. If an endpoint returns a 200 OK status code, it is considered accessible and listed as a result.

Features

  • Efficiently checks the accessibility of Actuator endpoints.
  • Supports custom base URLs and wordlist files for flexibility.
  • Handles HTTP requests and responses with the requests library.
  • Provides clear and concise output to identify accessible endpoints.

How to use

  1. Clone the repository to your local machine:

git clone https://github.com/Dev5ec0ps/ActuatorEndpointChecker.git

  1. Navigate to the directory containing the script:

cd ActuatorEndpointChecker

  1. Run the tool with the following command:

python actuator.py -u <base_URL> -w <wordlist_file>

Replace <base_URL> with the base URL of the web application you want to assess, and <wordlist_file> with the path to a wordlist file containing endpoint paths.

For example: python actuator.py -u https://example.com -w wordlist.txt

  1. The tool will print the accessible Actuator endpoints found based on the combination of the base URL and endpoint paths in the wordlist file.

image

or you can save the results into a file

python actuator.py -u https://example.com -w wordlist.txt >> ActuatorResult.txt

Why it's awesome for pentesters and bug bounty hunters

  • Automates endpoint accessibility checks: Instead of manually testing each endpoint, the tool automates the process, saving time and effort for pentesters.
  • Flexible and customizable: Supports custom base URLs and wordlist files, allowing pentesters to tailor the assessment to the specific target application.
  • Clear and informative output: Provides clear feedback on accessible endpoints, enabling pentesters to quickly identify potential attack vectors and security vulnerabilities.

Feel free to contribute :)

actuatorendpointchecker's People

Contributors

secdev0ps avatar

Watchers

 avatar

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.