Skip to content

jackrendor/jwpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWPF

Introduction

Jack Web Path Finder is a tool that allows you to brute force directories and files of a WebServer

Why

I like to make my own script and program, since it encrease my ability to solve daily problems and make all my stuff automated without depending from others code.

Configure

Install dependecies

To run the program, you first need golang. Take a look at the Installation Guide

Compile

On Linux-based system, you can execute the config.sh script.

  • sh config.sh

After compiled the program, it is placed in the bin/ folder named jwpf.o. Run the install.sh script to place it under the /usr/local/bin/ path.

  • sh install.sh

Syntax

Explaination

jwpf needs 3 positional arguments.

  • <url> is the target we want to run the attack against on.
  • <dictionary> is the path to the file to use as a dictionary.
  • <threads> number of threads to run at the same time.

Example

jwpf http://jackrendor.cf path/to/dict.txt 10

TODO

  • Add a log system, since it outputs everything on stdin without saving it on file.
  • Better handler of status code.

Thanks to

About

Jack Web Path Finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published