Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 438 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 438 Bytes

WebInquest

  • A simple tool to collect information about websites (URLs).
  • Version: 1.0.0

Dependencies

  • Python 3.10+

Getting Started

  • Install requirements:

pip install -r requirements.txt
  • Help

python3 webinquest.py --help
  • Example 1

python3 webinquest.py --url https://google.com
  • Example 2

python3 webinquest.py --input ./urls.txt --worker 10