Skip to content

BrutePath is a java script for Directory Brute Forcing It use cached thread pool to test the content of a word list

Notifications You must be signed in to change notification settings

L0ic4/BrutePath

Repository files navigation

💀 BrutePath 🔒

Java path brute force

👉 BrutePath is a java script for Directory Brute Forcing It use cached thread pool to test the content of a word list

👉 CachedThreadPool, which means it creates new threads on demand and reuses existing threads if they are available. This can be effective for tasks that run quickly and can be handled by many threads (⚠️ Performance depend on your CPU)

Tech 🖥️

BrutePath uses a number of open source projects to work properly:

  • [JAVA]
  • [MAVEN]

Installation 🚀

BrutePath requires java v20+ to run.

Install the dependencies and run

./mvnw clean install
./mvnw package
java -jar target/BrutePath-1.0-SNAPSHOT.jar

For simplicity...

  • linux
bash run.sh
  • windows
./run.bat

Best Perf 🏎️

======================= BRUTE PATH ========================

find : http:https://127.0.0.1:5000// execution time: 241 ms

find : http:https://127.0.0.1:5000/image execution time: 1960 ms

find : http:https://127.0.0.1:5000/index execution time: 1972 ms

About

BrutePath is a java script for Directory Brute Forcing It use cached thread pool to test the content of a word list

Topics

Resources

Stars

Watchers

Forks