Skip to content

It's a tool that extract all data from site and create a text file for using like a wordlist.

Notifications You must be signed in to change notification settings

jmessiass/webcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

WebCrawler v1.1

WebCrawler is a tool that extract all data from an URL and create a text file with all words, that can be used like a wordlist for many things. You can extract all emails that the tool can find.

Steps:

clone the project

$ git clone https://github.com/jmessiass/webcrawler.git

install requirements and execute the script using python 3

$ cd webcrawler
$ pip install -r requirements.txt
$ python3 webcrawler.py

choose a option (just option '1' in this moment)

1

set the URL

http://target.com

THAT'S ALL =^)

Now, analyse your new wordlist in your current path!

About

It's a tool that extract all data from site and create a text file for using like a wordlist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages