Skip to content

jrdpteam/XTwebkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

XTwebkit_v1.0

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.

Features

  • 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).

Requirements

  • Python 3.x
  • Libraries: requests, beautifulsoup4, colorama

Installation

  1. Clone the repository to your local system:

    git clone https://github.com/jrdpteam/XTwebkit
    cd XTwebkit
  2. Install the dependencies:

    bash install_dependencies.sh
    
  3. Now you can run XTwebkit:

    python3 XTwebkit.py -h
    
  4. Example usage:

    python3 XTwebkit.py -t "http://example.com" -o "images,videos,audio" -d "images,videos,audio" -w "downloaded_files"
    

by JRDP Team

About

Website scraping toolkit. by JRDP Team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published