Skip to content
/ jws Public

Jack Web Scraper. Create a word list based on the words inside a web page

License

Notifications You must be signed in to change notification settings

jackrendor/jws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jack Web Scraper

JWS it's a tool that allows you to extract the text from a web page to later use it for password cracking / bruteforcing.

Configure

Run the configure.sh script to create a virtualenv and install the dependencies

./configure.sh

Usage

usage: jws.py [-h] -u URL [-js] [-l LINKS] [-e] [-H HEADER] [-o OUTPUT] [-d DEPTH]

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     Url of the target.
  -js, --javascript     Execute javascript when loading webpage.
  -l LINKS, --links LINKS
                        Save links into a file.
  -e, --external-links  Follow urls external to the specified domain
  -H HEADER, --header HEADER
                        Set headers separated by a semicolon
  -o OUTPUT, --output OUTPUT
                        Write the result in a file. If not set, ir redirects to stdin.
  -d DEPTH, --depth DEPTH
                        How much deep the scraper should go.

About

Jack Web Scraper. Create a word list based on the words inside a web page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published