XTwebkit_v1.0 is a tool for scanning and downloading resources from specified websites. It allows you to extract data such as images, videos, audio, and forms, and saves them in an organized folder structure.Designed for Kali Linux.
- Scraping: Extract visible data such as text, images, links, audio, and videos.
- Downloading: Automatically download multimedia files to a specified folder on disk.
- Error Handling: Provides information about HTTP errors, such as 404, with retry options.
- File Organization: Files are saved in subfolders based on their type (e.g.,
images,videos,audio).
- Python 3.x
- Libraries:
requests,beautifulsoup4,colorama
-
Clone the repository to your local system:
git clone https://github.com/jrdpteam/XTwebkit cd XTwebkit -
Install the dependencies:
bash install_dependencies.sh -
Now you can run XTwebkit:
python3 XTwebkit.py -h -
Example usage:
python3 XTwebkit.py -t "http://example.com" -o "images,videos,audio" -d "images,videos,audio" -w "downloaded_files"
by JRDP Team