Sir-wolf / WebCrawler

Simple && Useful WebCrawler write in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👋 Welcome to WebCrawler project !

General info | Technologies | Setup | Usage | Demo | Code Contributors | Links

❓General info

This project is WebCrawler.py is a tools scan website built in Python 3.

🎯 Demo

$ python3 WebCrawler.py --help
$ python3 WebCrawler.py -u http://testphp.vulnweb.com/       

🔬Technologies

Project is created with:

System support:

🔌Setup

To run this project, install module.

$ git clone https://github.com/Sir-wolf/WebCrawler.git
$ pip3 install re
$ pip3 install subprocess
$ pip3 install random
$ pip3 install optparse
$ pip3 install os
$ pip3 install urllib.parse
$ pip3 install requests

🚀Usage

How to start ?

$ python3 WebCrawler.py --help

👥Code Contributors

This project exists thanks to all the people who contribute. [Contribute]

Sirwolf

🔗Links

About

Simple && Useful WebCrawler write in Python


Languages

Language:Python 100.0%